google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.ActivityContentDetails View Source
Details about the content of an activity: the video that was shared, the channel that was subscribed to, etc.
Attributes
- bulletin (ActivityContentDetailsBulletin): The bulletin object contains details about a channel bulletin post. This object is only present if the snippet.type is bulletin. Defaults to:
null
. - channelItem (ActivityContentDetailsChannelItem): The channelItem object contains details about a resource which was added to a channel. This property is only present if the snippet.type is channelItem. Defaults to:
null
. - comment (ActivityContentDetailsComment): The comment object contains information about a resource that received a comment. This property is only present if the snippet.type is comment. Defaults to:
null
. - favorite (ActivityContentDetailsFavorite): The favorite object contains information about a video that was marked as a favorite video. This property is only present if the snippet.type is favorite. Defaults to:
null
. - like (ActivityContentDetailsLike): The like object contains information about a resource that received a positive (like) rating. This property is only present if the snippet.type is like. Defaults to:
null
. - playlistItem (ActivityContentDetailsPlaylistItem): The playlistItem object contains information about a new playlist item. This property is only present if the snippet.type is playlistItem. Defaults to:
null
. - promotedItem (ActivityContentDetailsPromotedItem): The promotedItem object contains details about a resource which is being promoted. This property is only present if the snippet.type is promotedItem. Defaults to:
null
. - recommendation (ActivityContentDetailsRecommendation): The recommendation object contains information about a recommended resource. This property is only present if the snippet.type is recommendation. Defaults to:
null
. - social (ActivityContentDetailsSocial): The social object contains details about a social network post. This property is only present if the snippet.type is social. Defaults to:
null
. - subscription (ActivityContentDetailsSubscription): The subscription object contains information about a channel that a user subscribed to. This property is only present if the snippet.type is subscription. Defaults to:
null
. - upload (ActivityContentDetailsUpload): The upload object contains information about the uploaded video. This property is only present if the snippet.type is upload. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.YouTube.V3.Model.ActivityContentDetails{
bulletin: GoogleApi.YouTube.V3.Model.ActivityContentDetailsBulletin.t(),
channelItem: GoogleApi.YouTube.V3.Model.ActivityContentDetailsChannelItem.t(),
comment: GoogleApi.YouTube.V3.Model.ActivityContentDetailsComment.t(),
favorite: GoogleApi.YouTube.V3.Model.ActivityContentDetailsFavorite.t(),
like: GoogleApi.YouTube.V3.Model.ActivityContentDetailsLike.t(),
playlistItem:
GoogleApi.YouTube.V3.Model.ActivityContentDetailsPlaylistItem.t(),
promotedItem:
GoogleApi.YouTube.V3.Model.ActivityContentDetailsPromotedItem.t(),
recommendation:
GoogleApi.YouTube.V3.Model.ActivityContentDetailsRecommendation.t(),
social: GoogleApi.YouTube.V3.Model.ActivityContentDetailsSocial.t(),
subscription:
GoogleApi.YouTube.V3.Model.ActivityContentDetailsSubscription.t(),
upload: GoogleApi.YouTube.V3.Model.ActivityContentDetailsUpload.t()
}
t() :: %GoogleApi.YouTube.V3.Model.ActivityContentDetails{ bulletin: GoogleApi.YouTube.V3.Model.ActivityContentDetailsBulletin.t(), channelItem: GoogleApi.YouTube.V3.Model.ActivityContentDetailsChannelItem.t(), comment: GoogleApi.YouTube.V3.Model.ActivityContentDetailsComment.t(), favorite: GoogleApi.YouTube.V3.Model.ActivityContentDetailsFavorite.t(), like: GoogleApi.YouTube.V3.Model.ActivityContentDetailsLike.t(), playlistItem: GoogleApi.YouTube.V3.Model.ActivityContentDetailsPlaylistItem.t(), promotedItem: GoogleApi.YouTube.V3.Model.ActivityContentDetailsPromotedItem.t(), recommendation: GoogleApi.YouTube.V3.Model.ActivityContentDetailsRecommendation.t(), social: GoogleApi.YouTube.V3.Model.ActivityContentDetailsSocial.t(), subscription: GoogleApi.YouTube.V3.Model.ActivityContentDetailsSubscription.t(), upload: GoogleApi.YouTube.V3.Model.ActivityContentDetailsUpload.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.