Show / Hide Table of Contents

Class LiveChatFanFundingEventDetails

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX