google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.ChannelStatus View Source

JSON template for the status part of a channel.

Attributes

  • isLinked (boolean()): 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. Defaults to: null.
  • longUploadsStatus (String.t): The long uploads status of this channel. See Defaults to: null.

    • Enum - one of [allowed, disallowed, eligible, longUploadsUnspecified]
  • privacyStatus (String.t): Privacy status of the channel. Defaults to: null.

    • Enum - one of [private, public, unlisted, unlisted_new]

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: any(),
  longUploadsStatus: any(),
  privacyStatus: any()
}

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.