Struct google_youtube3::SubscriptionSubscriberSnippet [] [src]

pub struct SubscriptionSubscriberSnippet {
    pub channel_id: Option<String>,
    pub description: Option<String>,
    pub thumbnails: Option<ThumbnailDetails>,
    pub title: Option<String>,
}

Basic details about a subscription's subscriber including title, description, channel ID and thumbnails.

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

Fields

The channel ID of the subscriber.

The description of the subscriber.

Thumbnails for this subscriber.

The title of the subscriber.

Trait Implementations

impl Default for SubscriptionSubscriberSnippet
[src]

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

impl Clone for SubscriptionSubscriberSnippet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SubscriptionSubscriberSnippet
[src]

Formats the value using the given formatter.

impl Part for SubscriptionSubscriberSnippet
[src]