Struct google_youtube3::ActivityContentDetailsSubscription [] [src]

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

Information about a channel that a user subscribed to.

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 the user subscribed to.

Trait Implementations

impl Debug for ActivityContentDetailsSubscription
[src]

Formats the value using the given formatter.

impl Clone for ActivityContentDetailsSubscription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ActivityContentDetailsSubscription
[src]

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

impl Part for ActivityContentDetailsSubscription
[src]