Struct google_youtube3::SubscriptionContentDetails [] [src]

pub struct SubscriptionContentDetails {
    pub new_item_count: Option<u32>,
    pub activity_type: Option<String>,
    pub total_item_count: Option<u32>,
}

Details about the content to witch a subscription refers.

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

Fields

The number of new items in the subscription since its content was last read.

The type of activity this subscription is for (only uploads, everything).

The approximate number of items that the subscription points to.

Trait Implementations

impl Default for SubscriptionContentDetails
[src]

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

impl Clone for SubscriptionContentDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SubscriptionContentDetails
[src]

Formats the value using the given formatter.

impl Part for SubscriptionContentDetails
[src]