class Members extends Resource (View source)

The "members" collection of methods.

Typical usage is:

 $youtubeService = new Google\Service\YouTube(...);
 $members = $youtubeService->members;

Methods

listMembers(string|array $part, array $optParams = [])

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

Details

MemberListResponse listMembers(string|array $part, array $optParams = [])

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

(members.listMembers)

Parameters

string|array $part

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

array $optParams

Optional parameters.

Return Value

MemberListResponse

Exceptions

Exception