Struct google_youtubeanalytics1::GroupContentDetails[][src]

pub struct GroupContentDetails {
    pub item_count: Option<i64>,
    pub item_type: Option<String>,
}

There is no detailed description.

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

Fields

no description provided

no description provided

Trait Implementations

impl Default for GroupContentDetails
[src]

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

impl Clone for GroupContentDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GroupContentDetails
[src]

Formats the value using the given formatter. Read more

impl NestedType for GroupContentDetails
[src]

impl Part for GroupContentDetails
[src]

Auto Trait Implementations