Show / Hide Table of Contents

Class LiveChatGiftMembershipReceivedDetails

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

Properties

AssociatedMembershipGiftingMessageId

The ID of the membership gifting message that is related to this gift membership. This ID will always refer to a message whose type is 'membershipGiftingEvent'.

Declaration
[JsonProperty("associatedMembershipGiftingMessageId")]
public virtual string AssociatedMembershipGiftingMessageId { 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

GifterChannelId

The ID of the user that made the membership gifting purchase. This matches the snippet.authorChannelId of the associated membership gifting message.

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

MemberLevelName

The name of the Level at which the viewer is a member. This matches the snippet.membershipGiftingDetails.giftMembershipsLevelName of the associated membership gifting message. 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