Class Google_Service_YouTube_Members_Resource
The "members" collection of methods. Typical usage is:
$youtubeService = new Google_Service_YouTube(...);
$members = $youtubeService->members;
-
Google_Service_Resource
-
Google_Service_YouTube_Members_Resource
Located at YouTube.php
Methods summary
public
Google_Service_YouTube_MemberListResponse
|
#
listMembers( string $part, array $optParams = array() )
Lists members for a channel. (members.listMembers)
Lists members for a channel. (members.listMembers)
Parameters
- $part
- The part parameter specifies the member resource parts that the API response
will include. Set the parameter value to snippet.
- $optParams
- Optional parameters.
Returns
Opt_param
string filterByMemberChannelId The filterByMemberChannelId parameter represents
a comma separated list of channel IDs. Only data about members that are part of
this list will be included in the response. It can be used to efficiently check
whether specific users are entitled to perks offered via third parties.
string hasAccessToLevel The hasAccessToLevel parameter specifies, when set, the
ID of a pricing level that members from the results set should have access to.
When not set, all members will be considered, regardless of their active pricing
level.
string maxResults The maxResults parameter specifies the maximum number of items
that should be returned in the result set.
string mode The mode parameter specifies which channel members to return.
string pageToken The pageToken parameter identifies a specific page in the
result set that should be returned. In an API response, the nextPageToken and
prevPageToken properties identify other pages that could be retrieved.
|