Struct google_youtubeanalytics2::GroupItem[][src]

pub struct GroupItem {
    pub kind: Option<String>,
    pub errors: Option<Errors>,
    pub resource: Option<GroupItemResource>,
    pub etag: Option<String>,
    pub group_id: Option<String>,
    pub id: Option<String>,
}

A group item.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Identifies the API resource's type. The value will be youtube#groupItem.

Apiary error details

The resource object contains information that identifies the item being added to the group.

The Etag of this resource.

The ID that YouTube uses to uniquely identify the group that contains the item.

The ID that YouTube uses to uniquely identify the channel, video, playlist, or asset resource that is included in the group. Note that this ID refers specifically to the inclusion of that resource in a particular group and is different than the channel ID, video ID, playlist ID, or asset ID that uniquely identifies the resource itself. The resource.id property's value specifies the unique channel, video, playlist, or asset ID.

Trait Implementations

impl Default for GroupItem
[src]

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

impl Clone for GroupItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GroupItem
[src]

Formats the value using the given formatter. Read more

impl RequestValue for GroupItem
[src]

impl Resource for GroupItem
[src]

impl ResponseResult for GroupItem
[src]

Auto Trait Implementations

impl Send for GroupItem

impl Sync for GroupItem