Class LiveChatMessageListResponse
  
  
  
    Inheritance
    
    LiveChatMessageListResponse
   
  
  
  
  Assembly: Google.Apis.YouTube.v3.dll
  Syntax
  
    public class LiveChatMessageListResponse : IDirectResponseSchema
   
  Properties
  
  ActivePollItem
  Set when there is an active poll.
Declaration
  
    [JsonProperty("activePollItem")]
public virtual LiveChatMessage ActivePollItem { get; set; }
   
  Property Value
  
  
  ETag
  
  
  Declaration
  
    [JsonProperty("etag")]
public virtual string ETag { get; set; }
   
  Property Value
  
  
  EventId
  Serialized EventId of the request which produced this response.
Declaration
  
    [JsonProperty("eventId")]
public virtual string EventId { get; set; }
   
  Property Value
  
  
  Items
  
  
  Declaration
  
    [JsonProperty("items")]
public virtual IList<LiveChatMessage> Items { get; set; }
   
  Property Value
  
  
  Kind
  Identifies what kind of resource this is. Value: the fixed string "youtube#liveChatMessageListResponse".
Declaration
  
    [JsonProperty("kind")]
public virtual string Kind { get; set; }
   
  Property Value
  
  
  NextPageToken
  
  
  Declaration
  
    [JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
   
  Property Value
  
  
  OfflineAt
  
  
  Declaration
  
    [JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use OfflineAtDateTimeOffset instead.")]
public virtual DateTime? OfflineAt { get; set; }
   
  Property Value
  
  
  OfflineAtDateTimeOffset
  
  
  Declaration
  
    [JsonIgnore]
public virtual DateTimeOffset? OfflineAtDateTimeOffset { get; set; }
   
  Property Value
  
  
  OfflineAtRaw
  The date and time when the underlying stream went offline.
Declaration
  
    [JsonProperty("offlineAt")]
public virtual string OfflineAtRaw { get; set; }
   
  Property Value
  
  
  PageInfo
  General pagination information.
Declaration
  
    [JsonProperty("pageInfo")]
public virtual PageInfo PageInfo { get; set; }
   
  Property Value
  
  
  PollingIntervalMillis
  The amount of time the client should wait before polling again.
Declaration
  
    [JsonProperty("pollingIntervalMillis")]
public virtual long? PollingIntervalMillis { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty("tokenPagination")]
public virtual TokenPagination TokenPagination { get; set; }
   
  Property Value
  
  
  VisitorId
  The visitorId identifies the visitor.
Declaration
  
    [JsonProperty("visitorId")]
public virtual string VisitorId { get; set; }
   
  Property Value
  
  Implements