Struct google_youtube3::PlaylistItemContentDetails [] [src]

pub struct PlaylistItemContentDetails {
    pub note: 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 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 Debug for PlaylistItemContentDetails
[src]

Formats the value using the given formatter.

impl Clone for PlaylistItemContentDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for PlaylistItemContentDetails
[src]

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

impl Part for PlaylistItemContentDetails
[src]