Show / Hide Table of Contents

Class CustomerUsageReportsResource

The "customerUsageReports" collection of methods.

Inheritance
object
CustomerUsageReportsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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, yyyy-mm-dd.

Returns
Type Description
CustomerUsageReportsResource.GetRequest
In this article
Back to top Generated by DocFX