Class BatchRunReportsResponse
The batch response containing multiple reports.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class BatchRunReportsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Identifies what kind of resource this message is. This kind
is always the fixed string
"analyticsData#batchRunReports". Useful to distinguish between response types in JSON.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Reports
Individual responses. Each response has a separate report request.
Declaration
[JsonProperty("reports")]
public virtual IList<RunReportResponse> Reports { get; set; }
Property Value
Type | Description |
---|---|
IList<RunReportResponse> |