Show / Hide Table of Contents

Class MembershipsLevelsResource.ListRequest

Retrieves a list of all pricing levels offered by a creator to the fans.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<MembershipsLevelListResponse>
YouTubeBaseServiceRequest<MembershipsLevelListResponse>
MembershipsLevelsResource.ListRequest
Implements
IClientServiceRequest<MembershipsLevelListResponse>
IClientServiceRequest
Inherited Members
YouTubeBaseServiceRequest<MembershipsLevelListResponse>.Xgafv
YouTubeBaseServiceRequest<MembershipsLevelListResponse>.AccessToken
YouTubeBaseServiceRequest<MembershipsLevelListResponse>.Alt
YouTubeBaseServiceRequest<MembershipsLevelListResponse>.Callback
YouTubeBaseServiceRequest<MembershipsLevelListResponse>.Fields
YouTubeBaseServiceRequest<MembershipsLevelListResponse>.Key
YouTubeBaseServiceRequest<MembershipsLevelListResponse>.OauthToken
YouTubeBaseServiceRequest<MembershipsLevelListResponse>.PrettyPrint
YouTubeBaseServiceRequest<MembershipsLevelListResponse>.QuotaUser
YouTubeBaseServiceRequest<MembershipsLevelListResponse>.UploadType
YouTubeBaseServiceRequest<MembershipsLevelListResponse>.UploadProtocol
ClientServiceRequest<MembershipsLevelListResponse>.Execute()
ClientServiceRequest<MembershipsLevelListResponse>.ExecuteAsStream()
ClientServiceRequest<MembershipsLevelListResponse>.ExecuteAsync()
ClientServiceRequest<MembershipsLevelListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<MembershipsLevelListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<MembershipsLevelListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<MembershipsLevelListResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<MembershipsLevelListResponse>.GenerateRequestUri()
ClientServiceRequest<MembershipsLevelListResponse>.GetBody()
ClientServiceRequest<MembershipsLevelListResponse>.GetDefaultETagAction(String)
ClientServiceRequest<MembershipsLevelListResponse>.ETagAction
ClientServiceRequest<MembershipsLevelListResponse>.ModifyRequest
ClientServiceRequest<MembershipsLevelListResponse>.RequestParameters
ClientServiceRequest<MembershipsLevelListResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ListRequest : YouTubeBaseServiceRequest<MembershipsLevelListResponse>, IClientServiceRequest<MembershipsLevelListResponse>, 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<System.String> part

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.YouTube.v3.Data.MembershipsLevelListResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.YouTube.v3.Data.MembershipsLevelListResponse>.MethodName

Part

The part parameter specifies the membershipsLevel resource parts that the API response will include. Supported values are id and snippet.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.YouTube.v3.Data.MembershipsLevelListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.YouTube.v3.YouTubeBaseServiceRequest<Google.Apis.YouTube.v3.Data.MembershipsLevelListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top