Struct google_youtube3::PlaylistItemStatus [] [src]

pub struct PlaylistItemStatus {
    pub privacy_status: Option<String>,
}

Information about the playlist item's privacy status.

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

Fields

This resource's privacy status.

Trait Implementations

impl Default for PlaylistItemStatus
[src]

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

impl Clone for PlaylistItemStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PlaylistItemStatus
[src]

Formats the value using the given formatter.

impl Part for PlaylistItemStatus
[src]