GoogleApi.YouTube.V3.Model.ChannelBannerResource (google_api_you_tube v0.54.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.