Show / Hide Table of Contents

Class GetReportsResponse

The main response class which holds the reports from the Reporting API batchGet call.

Inheritance
object
GetReportsResponse
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.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class GetReportsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

QueryCost

The amount of resource quota tokens deducted to execute the query. Includes all responses.

Declaration
[JsonProperty("queryCost")]
public virtual int? QueryCost { get; set; }
Property Value
Type Description
int?

Reports

Responses corresponding to each of the request.

Declaration
[JsonProperty("reports")]
public virtual IList<Report> Reports { get; set; }
Property Value
Type Description
IList<Report>

ResourceQuotasRemaining

The amount of resource quota remaining for the property.

Declaration
[JsonProperty("resourceQuotasRemaining")]
public virtual ResourceQuotasRemaining ResourceQuotasRemaining { get; set; }
Property Value
Type Description
ResourceQuotasRemaining

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX