Class LiveChatBanSnippet
  
  
  
    Inheritance
    
    LiveChatBanSnippet
   
  
  
  
  Assembly: Google.Apis.YouTube.v3.dll
  Syntax
  
    public class LiveChatBanSnippet : IDirectResponseSchema
   
  Properties
  
  BanDurationSeconds
  The duration of a ban, only filled if the ban has type TEMPORARY.
Declaration
  
    [JsonProperty("banDurationSeconds")]
public virtual ulong? BanDurationSeconds { get; set; }
   
  Property Value
  
  
  BannedUserDetails
  
  
  Declaration
  
    [JsonProperty("bannedUserDetails")]
public virtual ChannelProfileDetails BannedUserDetails { get; set; }
   
  Property Value
  
  
  ETag
  
  
  Declaration
  
    public virtual string ETag { get; set; }
   
  Property Value
  
  
  LiveChatId
  The chat this ban is pertinent to.
Declaration
  
    [JsonProperty("liveChatId")]
public virtual string LiveChatId { get; set; }
   
  Property Value
  
  
  Type
  
  
  Declaration
  
    [JsonProperty("type")]
public virtual string Type { get; set; }
   
  Property Value
  
  Implements