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

Attributes

  • channelId (String.t): The ID that YouTube uses to uniquely identify the channel that is transmitting the stream. Defaults to: null.
  • description (String.t): The stream's description. The value cannot be longer than 10000 characters. Defaults to: null.
  • isDefaultStream (boolean()): Defaults to: null.
  • publishedAt (DateTime.t): The date and time that the stream was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. Defaults to: null.
  • title (String.t): The stream's title. The value must be between 1 and 128 characters long. Defaults to: null.

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