Struct google_youtube3::SponsorSnippet [] [src]

pub struct SponsorSnippet {
    pub sponsor_details: Option<ChannelProfileDetails>,
    pub channel_id: Option<String>,
    pub sponsor_since: Option<String>,
}

There is no detailed description.

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

Fields

Details about the sponsor.

The id of the channel being sponsored.

The date and time when the user became a sponsor. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.

Trait Implementations

impl Default for SponsorSnippet
[src]

[src]

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

impl Clone for SponsorSnippet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SponsorSnippet
[src]

[src]

Formats the value using the given formatter.

impl Part for SponsorSnippet
[src]