Class GetReportsResponse
The main response class which holds the reports from the Reporting API batchGet
call.
Implements
Inherited Members
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 |