Class EntityUsageReportsResource
The "entityUsageReports" collection of methods.
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class EntityUsageReportsResource
Constructors
EntityUsageReportsResource(IClientService)
Constructs a new resource.
Declaration
public EntityUsageReportsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(EntityTypeEnum, string, string)
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.
Declaration
public virtual EntityUsageReportsResource.GetRequest Get(EntityUsageReportsResource.GetRequest.EntityTypeEnum entityType, string entityKey, string date)
Parameters
Type | Name | Description |
---|---|---|
EntityUsageReportsResource.GetRequest.EntityTypeEnum | entityType | Represents the type of entity for the report. |
string | entityKey | Represents the key of the object to filter the data with. It is a string which can take the value |
string | date | Represents the date the usage occurred, based on UTC-8:00 (Pacific Standard Time). The timestamp is in the
ISO 8601 format, |
Returns
Type | Description |
---|---|
EntityUsageReportsResource.GetRequest |