Show / Hide Table of Contents

Class BatchRunReportsRequest

The batch request containing multiple report requests.

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

Properties

ETag

The ETag of the item.

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

Requests

Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.

Declaration
[JsonProperty("requests")]
public virtual IList<RunReportRequest> Requests { get; set; }
Property Value
Type Description
IList<RunReportRequest>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX