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

Attributes

  • channelId (type: String.t, default: nil) - The ID that YouTube uses to uniquely identify the channel that is transmitting the stream.
  • description (type: String.t, default: nil) - The stream's description. The value cannot be longer than 10000 characters.
  • isDefaultStream (type: boolean(), default: nil) -
  • publishedAt (type: DateTime.t, default: nil) - The date and time that the stream was created.
  • title (type: String.t, default: nil) - The stream's title. The value must be between 1 and 128 characters long.

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.LiveStreamSnippet{
  channelId: String.t() | nil,
  description: String.t() | nil,
  isDefaultStream: boolean() | nil,
  publishedAt: DateTime.t() | nil,
  title: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.