GoogleApi.YouTube.V3.Model.ChannelSectionTargeting (google_api_you_tube v0.54.0)

View Source

ChannelSection targeting setting.

Attributes

  • countries (type: list(String.t), default: nil) - The country the channel section is targeting.
  • languages (type: list(String.t), default: nil) - The language the channel section is targeting.
  • regions (type: list(String.t), default: nil) - The region the channel section is targeting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.ChannelSectionTargeting{
  countries: [String.t()] | nil,
  languages: [String.t()] | nil,
  regions: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.