Show / Hide Table of Contents

Class LiveChatNewSponsorDetails

Inheritance
object
LiveChatNewSponsorDetails
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 LiveChatNewSponsorDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IsUpgrade

If the viewer just had upgraded from a lower level. For viewers that were not members at the time of purchase, this field is false.

Declaration
[JsonProperty("isUpgrade")]
public virtual bool? IsUpgrade { get; set; }
Property Value
Type Description
bool?

MemberLevelName

The name of the Level that the viewer just had joined. The Level names are defined by the YouTube channel offering the Membership. In some situations this field isn't filled.

Declaration
[JsonProperty("memberLevelName")]
public virtual string MemberLevelName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX