Struct google_youtube3::LiveChatFanFundingEventDetails [] [src]

pub struct LiveChatFanFundingEventDetails {
    pub currency: Option<String>,
    pub amount_display_string: Option<String>,
    pub amount_micros: Option<String>,
    pub user_comment: 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 currency in which the fund was made.

A rendered string that displays the fund amount and currency to the user.

The amount of the fund.

The comment added by the user to this fan funding event.

Trait Implementations

impl Debug for LiveChatFanFundingEventDetails
[src]

Formats the value using the given formatter.

impl Clone for LiveChatFanFundingEventDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LiveChatFanFundingEventDetails
[src]

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

impl Part for LiveChatFanFundingEventDetails
[src]