Show / Hide Table of Contents

Class EntityUsageReportsResource

The "entityUsageReports" collection of methods.

Inheritance
object
EntityUsageReportsResource
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 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 all to get activity events for all users, or any other value for an app-specific entity. For details on how to obtain the entityKey for a particular entityType, see the Entities Usage parameters reference guides.

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
EntityUsageReportsResource.GetRequest
In this article
Back to top Generated by DocFX