google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.ChannelBrandingSettings View Source
Branding properties of a YouTube channel.
Attributes
- channel (ChannelSettings): Branding properties for the channel view. Defaults to:
null
. - hints ([PropertyValue]): Additional experimental branding properties. Defaults to:
null
. - image (ImageSettings): Branding properties for branding images. Defaults to:
null
. - watch (WatchSettings): Branding properties for the watch page. 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()
View Source
t() :: %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()
}
t() :: %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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.