Class MembershipsLevelsResource
The "membershipsLevels" collection of methods.
Inherited Members
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 |