Struct google_youtube3::ActivityContentDetailsFavorite [] [src]

pub struct ActivityContentDetailsFavorite {
    pub resource_id: Option<ResourceId>,
}

Information about a video that was marked as a favorite video.

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

Fields

The resourceId object contains information that identifies the resource that was marked as a favorite.

Trait Implementations

impl Debug for ActivityContentDetailsFavorite
[src]

Formats the value using the given formatter.

impl Clone for ActivityContentDetailsFavorite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ActivityContentDetailsFavorite
[src]

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

impl Part for ActivityContentDetailsFavorite
[src]