Show / Hide Table of Contents

Class UsageReports

Inheritance
object
UsageReports
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 UsageReports : IDirectResponseSchema

Properties

ETag

ETag of the resource.

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

Kind

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

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

NextPageToken

Token to specify next page. A report with multiple pages has a nextPageToken property in the response. For your follow-on requests getting all of the report's pages, enter the nextPageToken value in the pageToken query string.

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

UsageReportsValue

Various application parameter records.

Declaration
[JsonProperty("usageReports")]
public virtual IList<UsageReport> UsageReportsValue { get; set; }
Property Value
Type Description
IList<UsageReport>

Warnings

Warnings, if any.

Declaration
[JsonProperty("warnings")]
public virtual IList<UsageReports.WarningsData> Warnings { get; set; }
Property Value
Type Description
IList<UsageReports.WarningsData>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX