Groups
class Groups extends Resource (View source)
The "groups" collection of methods.
Typical usage is:
$youtubeAnalyticsService = new Google\Service\YouTubeAnalytics(...);
$groups = $youtubeAnalyticsService->groups;
Methods
delete(array $optParams = [])
Deletes a group. (groups.delete)
listGroups(array $optParams = [])
Returns a collection of groups that match the API request parameters. For example, you can retrieve all groups that the authenticated user owns, or you can retrieve one or more groups by their unique IDs. (groups.listGroups)
Details
EmptyResponse
delete(array $optParams = [])
Deletes a group. (groups.delete)
ListGroupsResponse
listGroups(array $optParams = [])
Returns a collection of groups that match the API request parameters. For example, you can retrieve all groups that the authenticated user owns, or you can retrieve one or more groups by their unique IDs. (groups.listGroups)