Show / Hide Table of Contents

Class UsageReport

JSON template for a usage report.

Inheritance
object
UsageReport
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class UsageReport : IDirectResponseSchema

Properties

Date

Output only. The date of the report request.

Declaration
[JsonProperty("date")]
public virtual string Date { get; set; }
Property Value
Type Description
string

ETag

ETag of the resource.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

Entity

Output only. Information about the type of the item.

Declaration
[JsonProperty("entity")]
public virtual UsageReport.EntityData Entity { get; set; }
Property Value
Type Description
UsageReport.EntityData

Kind

The type of API resource. For a usage report, the value is admin#reports#usageReport.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Parameters

Output only. Parameter value pairs for various applications. For the Entity Usage Report parameters and values, see the Entity Usage parameters reference.

Declaration
[JsonProperty("parameters")]
public virtual IList<UsageReport.ParametersData> Parameters { get; set; }
Property Value
Type Description
IList<UsageReport.ParametersData>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX