Class LiveChatMembershipGiftingDetails
Implements
Inherited Members
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 |