Class LiveChatModeratorSnippet
Implements
Inherited Members
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 |
---|---|
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 |
---|---|
string |
ModeratorDetails
Details about the moderator.
Declaration
[JsonProperty("moderatorDetails")]
public virtual ChannelProfileDetails ModeratorDetails { get; set; }
Property Value
Type | Description |
---|---|
ChannelProfileDetails |