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