Show / Hide Table of Contents

Class MembershipsLevelsResource

The "membershipsLevels" collection of methods.

Inheritance
object
MembershipsLevelsResource
Inherited Members
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 MembershipsLevelsResource

Constructors

MembershipsLevelsResource(IClientService)

Constructs a new resource.

Declaration
public MembershipsLevelsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(Repeatable<string>)

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

Declaration
public virtual MembershipsLevelsResource.ListRequest List(Repeatable<string> part)
Parameters
Type Name Description
Repeatable<string> part

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

Returns
Type Description
MembershipsLevelsResource.ListRequest
In this article
Back to top Generated by DocFX