google_api_you_tube v0.12.0 GoogleApi.YouTube.V3.Model.ChannelBannerResource View Source

A channel banner returned as the response to a channel_banner.insert call.

Attributes

  • etag (type: String.t, default: nil) - Etag of this resource.
  • kind (type: String.t, default: youtube#channelBannerResource) - Identifies what kind of resource this is. Value: the fixed string "youtube#channelBannerResource".
  • url (type: String.t, default: nil) - The URL of this banner image.

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() :: %GoogleApi.YouTube.V3.Model.ChannelBannerResource{
  etag: String.t(),
  kind: String.t(),
  url: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.