Class LiveChatMessagesResource.ListRequest
Retrieves a list of resources, possibly filtered.
Inheritance
Inherited Members
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LiveChatMessagesResource.ListRequest : YouTubeBaseServiceRequest<LiveChatMessageListResponse>, IClientServiceRequest<LiveChatMessageListResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string, Repeatable<string>)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string liveChatId, Repeatable<string> part)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | liveChatId | |
Repeatable<string> | part |
Properties
Hl
Specifies the localization language in which the system messages should be returned.
Declaration
[RequestParameter("hl", RequestParameterType.Query)]
public virtual string Hl { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LiveChatId
The id of the live chat for which comments should be returned.
Declaration
[RequestParameter("liveChatId", RequestParameterType.Query)]
public virtual string LiveChatId { get; }
Property Value
Type | Description |
---|---|
string |
MaxResults
The maxResults parameter specifies the maximum number of items that should be returned in the result set. Not used in the streaming RPC.
Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
Type | Description |
---|---|
long? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageToken
The pageToken parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken property identify other pages that could be retrieved.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Part
The part parameter specifies the liveChatComment resource parts that the API response will include. Supported values are id, snippet, and authorDetails.
Declaration
[RequestParameter("part", RequestParameterType.Query)]
public virtual Repeatable<string> Part { get; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
ProfileImageSize
Specifies the size of the profile image that should be returned for each user.
Declaration
[RequestParameter("profileImageSize", RequestParameterType.Query)]
public virtual long? ProfileImageSize { get; set; }
Property Value
Type | Description |
---|---|
long? |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()