Struct google_youtube3::LiveChatPollItem[][src]

pub struct LiveChatPollItem {
    pub item_id: Option<String>,
    pub description: 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

Plain text description of the item.

Trait Implementations

impl Default for LiveChatPollItem
[src]

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

impl Clone for LiveChatPollItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LiveChatPollItem
[src]

Formats the value using the given formatter. Read more

impl Part for LiveChatPollItem
[src]

Auto Trait Implementations