google_api_you_tube v0.12.0 GoogleApi.YouTube.V3.Model.ChannelStatus 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
  • privacyStatus (type: String.t, default: nil) - Privacy status of the channel.

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