Struct google_youtube3::ActivityContentDetailsChannelItem [] [src]

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

Details about a resource which was added to a channel.

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 added to the channel.

Trait Implementations

impl Default for ActivityContentDetailsChannelItem
[src]

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

impl Clone for ActivityContentDetailsChannelItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityContentDetailsChannelItem
[src]

Formats the value using the given formatter.

impl Part for ActivityContentDetailsChannelItem
[src]