google_api_you_tube v0.10.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(type:GoogleApi.YouTube.V3.Model.ActivityContentDetailsBulletin.t, default:nil) - The bulletin object contains details about a channel bulletin post. This object is only present if the snippet.type is bulletin.channelItem(type:GoogleApi.YouTube.V3.Model.ActivityContentDetailsChannelItem.t, default:nil) - 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.comment(type:GoogleApi.YouTube.V3.Model.ActivityContentDetailsComment.t, default:nil) - The comment object contains information about a resource that received a comment. This property is only present if the snippet.type is comment.favorite(type:GoogleApi.YouTube.V3.Model.ActivityContentDetailsFavorite.t, default:nil) - 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.like(type:GoogleApi.YouTube.V3.Model.ActivityContentDetailsLike.t, default:nil) - 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.playlistItem(type:GoogleApi.YouTube.V3.Model.ActivityContentDetailsPlaylistItem.t, default:nil) - The playlistItem object contains information about a new playlist item. This property is only present if the snippet.type is playlistItem.promotedItem(type:GoogleApi.YouTube.V3.Model.ActivityContentDetailsPromotedItem.t, default:nil) - The promotedItem object contains details about a resource which is being promoted. This property is only present if the snippet.type is promotedItem.recommendation(type:GoogleApi.YouTube.V3.Model.ActivityContentDetailsRecommendation.t, default:nil) - The recommendation object contains information about a recommended resource. This property is only present if the snippet.type is recommendation.social(type:GoogleApi.YouTube.V3.Model.ActivityContentDetailsSocial.t, default:nil) - The social object contains details about a social network post. This property is only present if the snippet.type is social.subscription(type:GoogleApi.YouTube.V3.Model.ActivityContentDetailsSubscription.t, default:nil) - The subscription object contains information about a channel that a user subscribed to. This property is only present if the snippet.type is subscription.upload(type:GoogleApi.YouTube.V3.Model.ActivityContentDetailsUpload.t, default:nil) - The upload object contains information about the uploaded video. This property is only present if the snippet.type is upload.
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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.