Struct google_youtube3::LiveBroadcastSnippet [] [src]

pub struct LiveBroadcastSnippet {
    pub actual_end_time: Option<String>,
    pub description: Option<String>,
    pub title: Option<String>,
    pub channel_id: Option<String>,
    pub published_at: Option<String>,
    pub live_chat_id: Option<String>,
    pub scheduled_start_time: Option<String>,
    pub actual_start_time: Option<String>,
    pub scheduled_end_time: Option<String>,
    pub is_default_broadcast: Option<bool>,
    pub thumbnails: Option<ThumbnailDetails>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

The date and time that the broadcast actually ended. This information is only available once the broadcast's state is complete. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.

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.

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.

The ID that YouTube uses to uniquely identify the channel that is publishing the broadcast.

The date and time that the broadcast was added to YouTube's live broadcast schedule. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.

The id of the live chat for this broadcast.

The date and time that the broadcast is scheduled to start. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.

The date and time that the broadcast actually started. This information is only available once the broadcast's state is live. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.

The date and time that the broadcast is scheduled to end. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.

no description provided

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.

Trait Implementations

impl Debug for LiveBroadcastSnippet
[src]

Formats the value using the given formatter.

impl Clone for LiveBroadcastSnippet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LiveBroadcastSnippet
[src]

Returns the "default value" for a type. Read more

impl Part for LiveBroadcastSnippet
[src]