GroupItems
class GroupItems extends Resource (View source)
The "groupItems" collection of methods.
Typical usage is:
$youtubeAnalyticsService = new Google\Service\YouTubeAnalytics(...);
$groupItems = $youtubeAnalyticsService->groupItems;
Methods
delete(array $optParams = [])
Removes an item from a group. (groupItems.delete)
listGroupItems(array $optParams = [])
Returns a collection of group items that match the API request parameters.
Details
EmptyResponse
delete(array $optParams = [])
Removes an item from a group. (groupItems.delete)
GroupItem
insert(GroupItem $postBody, array $optParams = [])
Creates a group item. (groupItems.insert)
ListGroupItemsResponse
listGroupItems(array $optParams = [])
Returns a collection of group items that match the API request parameters.
(groupItems.listGroupItems)