Struct google_youtube3::ChannelContentOwnerDetails [] [src]

pub struct ChannelContentOwnerDetails {
    pub content_owner: Option<String>,
    pub time_linked: Option<String>,
}

The contentOwnerDetails object encapsulates channel data that is relevant for YouTube Partners linked with the channel.

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

Fields

The ID of the content owner linked to the channel.

The date and time of when the channel was linked to the content owner. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.

Trait Implementations

impl Debug for ChannelContentOwnerDetails
[src]

Formats the value using the given formatter.

impl Clone for ChannelContentOwnerDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ChannelContentOwnerDetails
[src]

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

impl Part for ChannelContentOwnerDetails
[src]