EntityUsageReports
class EntityUsageReports extends Resource (View source)
The "entityUsageReports" collection of methods.
Typical usage is:
$adminService = new Google\Service\Reports(...);
$entityUsageReports = $adminService->entityUsageReports;
Methods
get(string $entityType, string $entityKey, string $date, array $optParams = [])
Retrieves a report which is a collection of properties and statistics for entities used by users within the account. For more information, see the Entities Usage Report guide. For more information about the entities report's parameters, see the Entities Usage parameters reference guides.
Details
UsageReports
get(string $entityType, string $entityKey, string $date, array $optParams = [])
Retrieves a report which is a collection of properties and statistics for entities used by users within the account. For more information, see the Entities Usage Report guide. For more information about the entities report's parameters, see the Entities Usage parameters reference guides.
(entityUsageReports.get)