Show / Hide Table of Contents

Class BatchRunReportsResponse

The batch response containing multiple reports.

Inheritance
object
BatchRunReportsResponse
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX