google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.SubscriptionSnippet View Source
Basic details about a subscription, including title, description and thumbnails of the subscribed item.
Attributes
- channelId (String.t): The ID that YouTube uses to uniquely identify the subscriber's channel. Defaults to:
null
. - channelTitle (String.t): Channel title for the channel that the subscription belongs to. Defaults to:
null
. - description (String.t): The subscription's details. Defaults to:
null
. - publishedAt (DateTime.t): The date and time that the subscription was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. Defaults to:
null
. - resourceId (ResourceId): The id object contains information about the channel that the user subscribed to. Defaults to:
null
. - thumbnails (ThumbnailDetails): A map of thumbnail images associated with the video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. Defaults to:
null
. - title (String.t): The subscription's title. 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.SubscriptionSnippet{
channelId: any(),
channelTitle: any(),
description: any(),
publishedAt: DateTime.t(),
resourceId: GoogleApi.YouTube.V3.Model.ResourceId.t(),
thumbnails: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t(),
title: any()
}
t() :: %GoogleApi.YouTube.V3.Model.SubscriptionSnippet{ channelId: any(), channelTitle: any(), description: any(), publishedAt: DateTime.t(), resourceId: GoogleApi.YouTube.V3.Model.ResourceId.t(), thumbnails: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t(), title: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.