google_api_you_tube v0.12.0 GoogleApi.YouTube.V3.Model.ChannelBrandingSettings View Source
Branding properties of a YouTube channel.
Attributes
channel
(type:GoogleApi.YouTube.V3.Model.ChannelSettings.t
, default:nil
) - Branding properties for the channel view.hints
(type:list(GoogleApi.YouTube.V3.Model.PropertyValue.t)
, default:nil
) - Additional experimental branding properties.image
(type:GoogleApi.YouTube.V3.Model.ImageSettings.t
, default:nil
) - Branding properties for branding images.watch
(type:GoogleApi.YouTube.V3.Model.WatchSettings.t
, default:nil
) - Branding properties for the watch page.
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.ChannelBrandingSettings{ channel: GoogleApi.YouTube.V3.Model.ChannelSettings.t(), hints: [GoogleApi.YouTube.V3.Model.PropertyValue.t()], image: GoogleApi.YouTube.V3.Model.ImageSettings.t(), watch: GoogleApi.YouTube.V3.Model.WatchSettings.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.