contentDetails property

ActivityContentDetails? contentDetails
getter/setter pair

The contentDetails object contains information about the content associated with the activity.

For example, if the snippet.type value is videoRated, then the contentDetails object's content identifies the rated video.

Implementation

ActivityContentDetails? contentDetails;