GoogleApi.YouTube.V3.Model.LiveBroadcastSnippet (google_api_you_tube v0.54.0)
View SourceBasic broadcast information.
Attributes
-
actualEndTime
(type:DateTime.t
, default:nil
) - The date and time that the broadcast actually ended. This information is only available once the broadcast's state is complete. -
actualStartTime
(type:DateTime.t
, default:nil
) - The date and time that the broadcast actually started. This information is only available once the broadcast's state is live. -
channelId
(type:String.t
, default:nil
) - The ID that YouTube uses to uniquely identify the channel that is publishing the broadcast. -
description
(type:String.t
, default:nil
) - The broadcast's description. As with the title, you can set this field by modifying the broadcast resource or by setting the description field of the corresponding video resource. -
isDefaultBroadcast
(type:boolean()
, default:nil
) - Indicates whether this broadcast is the default broadcast. Internal only. -
liveChatId
(type:String.t
, default:nil
) - The id of the live chat for this broadcast. -
publishedAt
(type:DateTime.t
, default:nil
) - The date and time that the broadcast was added to YouTube's live broadcast schedule. -
scheduledEndTime
(type:DateTime.t
, default:nil
) - The date and time that the broadcast is scheduled to end. -
scheduledStartTime
(type:DateTime.t
, default:nil
) - The date and time that the broadcast is scheduled to start. -
thumbnails
(type:GoogleApi.YouTube.V3.Model.ThumbnailDetails.t
, default:nil
) - A map of thumbnail images associated with the broadcast. For each nested object in this object, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. -
title
(type:String.t
, default:nil
) - The broadcast's title. Note that the broadcast represents exactly one YouTube video. You can set this field by modifying the broadcast resource or by setting the title field of the corresponding video resource.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.LiveBroadcastSnippet{ actualEndTime: DateTime.t() | nil, actualStartTime: DateTime.t() | nil, channelId: String.t() | nil, description: String.t() | nil, isDefaultBroadcast: boolean() | nil, liveChatId: String.t() | nil, publishedAt: DateTime.t() | nil, scheduledEndTime: DateTime.t() | nil, scheduledStartTime: DateTime.t() | nil, thumbnails: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t() | nil, title: String.t() | nil }