Show / Hide Table of Contents

Class LiveChatMembershipGiftingDetails

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

Properties

ETag

The ETag of the item.

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

GiftMembershipsCount

The number of gift memberships purchased by the user.

Declaration
[JsonProperty("giftMembershipsCount")]
public virtual int? GiftMembershipsCount { get; set; }
Property Value
Type Description
int?

GiftMembershipsLevelName

The name of the level of the gift memberships purchased by the user. The Level names are defined by the YouTube channel offering the Membership. In some situations this field isn't filled.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX