Show / Hide Table of Contents

Class MembersResource

The "members" collection of methods.

Inheritance
object
MembersResource
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 MembersResource

Constructors

MembersResource(IClientService)

Constructs a new resource.

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

Methods

List(Repeatable<string>)

Retrieves a list of members that match the request criteria for a channel.

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

The part parameter specifies the member resource parts that the API response will include. Set the parameter value to snippet.

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