google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.Channel View Source
A <code><strong>channel</strong></code> resource contains information about a YouTube channel.
Attributes
-
auditDetails
(type:GoogleApi.YouTube.V3.Model.ChannelAuditDetails.t
, default:nil
) - The <code>auditionDetails</code> 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 <code>brandingSettings</code> object encapsulates information about the branding of the channel. -
contentDetails
(type:GoogleApi.YouTube.V3.Model.ChannelContentDetails.t
, default:nil
) - The <code>contentDetails</code> object encapsulates information about the channel's content. -
contentOwnerDetails
(type:GoogleApi.YouTube.V3.Model.ChannelContentOwnerDetails.t
, default:nil
) - The <code>contentOwnerDetails</code> 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 <code>conversionPings</code> 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 <code>invideoPromotion</code> 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 <code>"youtube#channel"</code>. -
localizations
(type:%{optional(String.t) => GoogleApi.YouTube.V3.Model.ChannelLocalization.t}
, default:nil
) - Localizations for different languages -
snippet
(type:GoogleApi.YouTube.V3.Model.ChannelSnippet.t
, default:nil
) - The <code>snippet</code> 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 <code>statistics</code> object encapsulates statistics for the channel. -
status
(type:GoogleApi.YouTube.V3.Model.ChannelStatus.t
, default:nil
) - The <code>status</code> object encapsulates information about the privacy status of the channel. -
topicDetails
(type:GoogleApi.YouTube.V3.Model.ChannelTopicDetails.t
, default:nil
) - The <code>topicDetails</code> object encapsulates information about <a href="http://www.freebase.com">Freebase</a> 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
Specs
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: 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
Specs
Unwrap a decoded JSON object into its complex fields.