google_api_you_tube v0.2.0 GoogleApi.YouTube.V3.Model.Channel View Source
A channel resource contains information about a YouTube channel.
Attributes
- auditDetails (ChannelAuditDetails): The auditionDetails object encapsulates channel data that is relevant for YouTube Partners during the audition process. Defaults to:
null. - brandingSettings (ChannelBrandingSettings): The brandingSettings object encapsulates information about the branding of the channel. Defaults to:
null. - contentDetails (ChannelContentDetails): The contentDetails object encapsulates information about the channel's content. Defaults to:
null. - contentOwnerDetails (ChannelContentOwnerDetails): The contentOwnerDetails object encapsulates channel data that is relevant for YouTube Partners linked with the channel. Defaults to:
null. - conversionPings (ChannelConversionPings): The conversionPings object encapsulates information about conversion pings that need to be respected by the channel. Defaults to:
null. - etag (String.t): Etag of this resource. Defaults to:
null. - id (String.t): The ID that YouTube uses to uniquely identify the channel. Defaults to:
null. - invideoPromotion (InvideoPromotion): The invideoPromotion object encapsulates information about promotion campaign associated with the channel. Defaults to:
null. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "youtube#channel". Defaults to:
null. - localizations (%{optional(String.t) => ChannelLocalization}): Localizations for different languages Defaults to:
null. - snippet (ChannelSnippet): The snippet object contains basic details about the channel, such as its title, description, and thumbnail images. Defaults to:
null. - statistics (ChannelStatistics): The statistics object encapsulates statistics for the channel. Defaults to:
null. - status (ChannelStatus): The status object encapsulates information about the privacy status of the channel. Defaults to:
null. - topicDetails (ChannelTopicDetails): The topicDetails object encapsulates information about Freebase topics associated with the channel. 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() :: %GoogleApi.YouTube.V3.Model.Channel{
auditDetails: GoogleApi.YouTube.V3.Model.ChannelAuditDetails.t(),
brandingSettings: GoogleApi.YouTube.V3.Model.ChannelBrandingSettings.t(),
contentDetails: GoogleApi.YouTube.V3.Model.ChannelContentDetails.t(),
contentOwnerDetails:
GoogleApi.YouTube.V3.Model.ChannelContentOwnerDetails.t(),
conversionPings: GoogleApi.YouTube.V3.Model.ChannelConversionPings.t(),
etag: any(),
id: any(),
invideoPromotion: GoogleApi.YouTube.V3.Model.InvideoPromotion.t(),
kind: any(),
localizations: map(),
snippet: GoogleApi.YouTube.V3.Model.ChannelSnippet.t(),
statistics: GoogleApi.YouTube.V3.Model.ChannelStatistics.t(),
status: GoogleApi.YouTube.V3.Model.ChannelStatus.t(),
topicDetails: GoogleApi.YouTube.V3.Model.ChannelTopicDetails.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.