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

JSON template for the status part of a channel.

Attributes

  • isLinked (type: boolean(), default: nil) - If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn't have a public YouTube identity.
  • longUploadsStatus (type: String.t, default: nil) - The long uploads status of this channel. See https://support.google.com/youtube/answer/71673 for more information.
  • madeForKids (type: boolean(), default: nil) -
  • privacyStatus (type: String.t, default: nil) - Privacy status of the channel.
  • selfDeclaredMadeForKids (type: boolean(), default: nil) -

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.ChannelStatus{
  isLinked: boolean() | nil,
  longUploadsStatus: String.t() | nil,
  madeForKids: boolean() | nil,
  privacyStatus: String.t() | nil,
  selfDeclaredMadeForKids: boolean() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.