Struct google_youtube3::FanFundingEventSnippet [] [src]

pub struct FanFundingEventSnippet {
    pub comment_text: Option<String>,
    pub created_at: Option<String>,
    pub currency: Option<String>,
    pub display_string: Option<String>,
    pub channel_id: Option<String>,
    pub supporter_details: Option<ChannelProfileDetails>,
    pub amount_micros: Option<String>,
}

There is no detailed description.

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

Fields

The text contents of the comment left by the user.

The date and time when the funding occurred. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.

The currency in which the fund was made. ISO 4217.

A rendered string that displays the fund amount and currency (e.g., "$1.00"). The string is rendered for the given language.

Channel id where the funding event occurred.

Details about the supporter. Only filled if the event was made public by the user.

The amount of funding in micros of fund_currency. e.g., 1 is represented

Trait Implementations

impl Debug for FanFundingEventSnippet
[src]

Formats the value using the given formatter.

impl Clone for FanFundingEventSnippet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FanFundingEventSnippet
[src]

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

impl Part for FanFundingEventSnippet
[src]