Struct google_youtubeanalytics2::GroupContentDetails[][src]

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

A group's content details.

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

Fields

The number of items in the group.

The type of resources that the group contains.

Valid values for this property are:

  • youtube#channel
  • youtube#playlist
  • youtube#video
  • youtubePartner#asset

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 Part for GroupContentDetails
[src]

Auto Trait Implementations