GoogleApi.YouTube.V3.Model.Channel (google_api_you_tube v0.54.0)
View SourceA 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. -
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 languages -
snippet
(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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.Channel{ auditDetails: GoogleApi.YouTube.V3.Model.ChannelAuditDetails.t() | nil, brandingSettings: GoogleApi.YouTube.V3.Model.ChannelBrandingSettings.t() | nil, contentDetails: GoogleApi.YouTube.V3.Model.ChannelContentDetails.t() | nil, contentOwnerDetails: GoogleApi.YouTube.V3.Model.ChannelContentOwnerDetails.t() | nil, conversionPings: GoogleApi.YouTube.V3.Model.ChannelConversionPings.t() | nil, etag: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, localizations: %{ optional(String.t()) => GoogleApi.YouTube.V3.Model.ChannelLocalization.t() } | nil, snippet: GoogleApi.YouTube.V3.Model.ChannelSnippet.t() | nil, statistics: GoogleApi.YouTube.V3.Model.ChannelStatistics.t() | nil, status: GoogleApi.YouTube.V3.Model.ChannelStatus.t() | nil, topicDetails: GoogleApi.YouTube.V3.Model.ChannelTopicDetails.t() | nil }