Show / Hide Table of Contents

Class SuperChatEventsResource.ListRequest

Retrieves a list of resources, possibly filtered.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<SuperChatEventListResponse>
YouTubeBaseServiceRequest<SuperChatEventListResponse>
SuperChatEventsResource.ListRequest
Implements
IClientServiceRequest<SuperChatEventListResponse>
IClientServiceRequest
Inherited Members
YouTubeBaseServiceRequest<SuperChatEventListResponse>.Xgafv
YouTubeBaseServiceRequest<SuperChatEventListResponse>.AccessToken
YouTubeBaseServiceRequest<SuperChatEventListResponse>.Alt
YouTubeBaseServiceRequest<SuperChatEventListResponse>.Callback
YouTubeBaseServiceRequest<SuperChatEventListResponse>.Fields
YouTubeBaseServiceRequest<SuperChatEventListResponse>.Key
YouTubeBaseServiceRequest<SuperChatEventListResponse>.OauthToken
YouTubeBaseServiceRequest<SuperChatEventListResponse>.PrettyPrint
YouTubeBaseServiceRequest<SuperChatEventListResponse>.QuotaUser
YouTubeBaseServiceRequest<SuperChatEventListResponse>.UploadType
YouTubeBaseServiceRequest<SuperChatEventListResponse>.UploadProtocol
ClientServiceRequest<SuperChatEventListResponse>.Execute()
ClientServiceRequest<SuperChatEventListResponse>.ExecuteAsStream()
ClientServiceRequest<SuperChatEventListResponse>.ExecuteAsync()
ClientServiceRequest<SuperChatEventListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<SuperChatEventListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<SuperChatEventListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<SuperChatEventListResponse>.CreateRequest(bool?)
ClientServiceRequest<SuperChatEventListResponse>.GenerateRequestUri()
ClientServiceRequest<SuperChatEventListResponse>.GetBody()
ClientServiceRequest<SuperChatEventListResponse>.GetDefaultETagAction(string)
ClientServiceRequest<SuperChatEventListResponse>.ETagAction
ClientServiceRequest<SuperChatEventListResponse>.ModifyRequest
ClientServiceRequest<SuperChatEventListResponse>.ValidateParameters
ClientServiceRequest<SuperChatEventListResponse>.ApiVersion
ClientServiceRequest<SuperChatEventListResponse>.RequestParameters
ClientServiceRequest<SuperChatEventListResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class SuperChatEventsResource.ListRequest : YouTubeBaseServiceRequest<SuperChatEventListResponse>, IClientServiceRequest<SuperChatEventListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, Repeatable<string>)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, Repeatable<string> part)
Parameters
Type Name Description
IClientService service
Repeatable<string> part

Properties

Hl

Return rendered funding amounts in specified language.

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
ClientServiceRequest<SuperChatEventListResponse>.HttpMethod

MaxResults

The maxResults parameter specifies the maximum number of items that should be returned in the result set.

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
ClientServiceRequest<SuperChatEventListResponse>.MethodName

PageToken

The pageToken parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken and prevPageToken properties 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 superChatEvent resource parts that the API response will include. This parameter is currently not supported.

Declaration
[RequestParameter("part", RequestParameterType.Query)]
public virtual Repeatable<string> Part { get; }
Property Value
Type Description
Repeatable<string>

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<SuperChatEventListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
YouTubeBaseServiceRequest<SuperChatEventListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX