GoogleApi.YouTube.V3.Model.ChannelBannerResource (google_api_you_tube v0.38.0) View Source

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

Attributes

  • etag (type: String.t, default: nil) -
  • 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

Specs

t() :: %GoogleApi.YouTube.V3.Model.ChannelBannerResource{
  etag: String.t() | nil,
  kind: String.t() | nil,
  url: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.