Struct google_youtube3::PlaylistItemContentDetails [] [src]

pub struct PlaylistItemContentDetails {
    pub note: Option<String>,
    pub video_published_at: Option<String>,
    pub start_at: Option<String>,
    pub end_at: Option<String>,
    pub video_id: Option<String>,
}

There is no detailed description.

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

Fields

A user-generated note for this item.

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

The time, measured in seconds from the start of the video, when the video should start playing. (The playlist owner can specify the times when the video should start and stop playing when the video is played in the context of the playlist.) The default value is 0.

The time, measured in seconds from the start of the video, when the video should stop playing. (The playlist owner can specify the times when the video should start and stop playing when the video is played in the context of the playlist.) By default, assume that the video.endTime is the end of the video.

The ID that YouTube uses to uniquely identify a video. To retrieve the video resource, set the id query parameter to this value in your API request.

Trait Implementations

impl Default for PlaylistItemContentDetails
[src]

[src]

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

impl Clone for PlaylistItemContentDetails
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PlaylistItemContentDetails
[src]

[src]

Formats the value using the given formatter.

impl Part for PlaylistItemContentDetails
[src]