Show / Hide Table of Contents

Class LiveChatFanFundingEventDetails

Inheritance
System.Object
LiveChatFanFundingEventDetails
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String

AmountMicros

The amount of the fund.

Declaration
[JsonProperty("amountMicros")]
public virtual ulong? AmountMicros { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

Currency

The currency in which the fund was made.

Declaration
[JsonProperty("currency")]
public virtual string Currency { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

Implements

IDirectResponseSchema
Back to top