Show / Hide Table of Contents

Class LiveChatMessageListResponse

Inheritance
System.Object
LiveChatMessageListResponse
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 LiveChatMessageListResponse : IDirectResponseSchema

Properties

ETag

Etag of this resource.

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

EventId

Serialized EventId of the request which produced this response.

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

Items

Declaration
[JsonProperty("items")]
public virtual IList<LiveChatMessage> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<LiveChatMessage>

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
Type Description
System.String

NextPageToken

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

OfflineAt

The date and time when the underlying stream went offline. The value is specified in ISO 8601 format.

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

PageInfo

General pagination information.

Declaration
[JsonProperty("pageInfo")]
public virtual PageInfo PageInfo { get; set; }
Property Value
Type Description
PageInfo

PollingIntervalMillis

The amount of time the client should wait before polling again.

Declaration
[JsonProperty("pollingIntervalMillis")]
public virtual long? PollingIntervalMillis { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

TokenPagination

Declaration
[JsonProperty("tokenPagination")]
public virtual TokenPagination TokenPagination { get; set; }
Property Value
Type Description
TokenPagination

VisitorId

The visitorId identifies the visitor.

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

Implements

IDirectResponseSchema
Back to top