Class CustomerUsageReportsResource
The "customerUsageReports" collection of methods.
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class CustomerUsageReportsResource
Constructors
CustomerUsageReportsResource(IClientService)
Constructs a new resource.
Declaration
public CustomerUsageReportsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Retrieves a report which is a collection of properties and statistics for a specific customer's account. For more information, see the Customers Usage Report guide. For more information about the customer report's parameters, see the Customers Usage parameters reference guides.
Declaration
public virtual CustomerUsageReportsResource.GetRequest Get(string date)
Parameters
Type | Name | Description |
---|---|---|
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 |
---|---|
CustomerUsageReportsResource.GetRequest |