google_api_you_tube v0.23.0 GoogleApi.YouTube.V3.Model.Subscription View Source
A <code><strong>subscription</strong></code> resource contains information about a YouTube user subscription. A subscription notifies a user when new videos are added to a channel or when another user takes one of several actions on YouTube, such as uploading a video, rating a video, or commenting on a video.
Attributes
-
contentDetails(type:GoogleApi.YouTube.V3.Model.SubscriptionContentDetails.t, default:nil) - The <code>contentDetails</code> object contains basic statistics about the subscription. -
etag(type:String.t, default:nil) - Etag of this resource. -
id(type:String.t, default:nil) - The ID that YouTube uses to uniquely identify the subscription. -
kind(type:String.t, default:youtube#subscription) - Identifies what kind of resource this is. Value: the fixed string <code>"youtube#subscription"</code>. -
snippet(type:GoogleApi.YouTube.V3.Model.SubscriptionSnippet.t, default:nil) - The <code>snippet</code> object contains basic details about the subscription, including its title and the channel that the user subscribed to. -
subscriberSnippet(type:GoogleApi.YouTube.V3.Model.SubscriptionSubscriberSnippet.t, default:nil) - The <code>subscriberSnippet</code> object contains basic details about the subscriber.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.YouTube.V3.Model.Subscription{
contentDetails: GoogleApi.YouTube.V3.Model.SubscriptionContentDetails.t(),
etag: String.t(),
id: String.t(),
kind: String.t(),
snippet: GoogleApi.YouTube.V3.Model.SubscriptionSnippet.t(),
subscriberSnippet:
GoogleApi.YouTube.V3.Model.SubscriptionSubscriberSnippet.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.