Class LiveChatFanFundingEventDetails
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LiveChatFanFundingEventDetails : IDirectResponseSchema
Properties
AmountDisplayString
A rendered string that displays the fund amount and currency to the user.
Declaration
[JsonProperty("amountDisplayString")]
public virtual string AmountDisplayString { get; set; }
Property Value
Type | Description |
---|---|
string |
AmountMicros
The amount of the fund.
Declaration
[JsonProperty("amountMicros")]
public virtual ulong? AmountMicros { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Currency
The currency in which the fund was made.
Declaration
[JsonProperty("currency")]
public virtual string Currency { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UserComment
The comment added by the user to this fan funding event.
Declaration
[JsonProperty("userComment")]
public virtual string UserComment { get; set; }
Property Value
Type | Description |
---|---|
string |