Show / Hide Table of Contents

Class LiveChatModeratorSnippet

Inheritance
System.Object
LiveChatModeratorSnippet
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LiveChatModeratorSnippet : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LiveChatId

The ID of the live chat this moderator can act on.

Declaration
[JsonProperty("liveChatId")]
public virtual string LiveChatId { get; set; }
Property Value
Type Description
System.String

ModeratorDetails

Details about the moderator.

Declaration
[JsonProperty("moderatorDetails")]
public virtual ChannelProfileDetails ModeratorDetails { get; set; }
Property Value
Type Description
ChannelProfileDetails

Implements

IDirectResponseSchema
Back to top