Struct google_youtube3::LiveStreamSnippet [] [src]

pub struct LiveStreamSnippet {
    pub is_default_stream: Option<bool>,
    pub channel_id: Option<String>,
    pub description: Option<String>,
    pub published_at: Option<String>,
    pub title: Option<String>,
}

There is no detailed description.

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

Fields

no description provided

The ID that YouTube uses to uniquely identify the channel that is transmitting the stream.

The stream's description. The value cannot be longer than 10000 characters.

The date and time that the stream was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.

The stream's title. The value must be between 1 and 128 characters long.

Trait Implementations

impl Default for LiveStreamSnippet
[src]

[src]

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

impl Clone for LiveStreamSnippet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LiveStreamSnippet
[src]

[src]

Formats the value using the given formatter.

impl Part for LiveStreamSnippet
[src]