Show / Hide Table of Contents

Class BatchRunReportsRequest

The batch request containing multiple report requests.

Inheritance
object
BatchRunReportsRequest
Implements
IMessage<BatchRunReportsRequest>
IEquatable<BatchRunReportsRequest>
IDeepCloneable<BatchRunReportsRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class BatchRunReportsRequest : IMessage<BatchRunReportsRequest>, IEquatable<BatchRunReportsRequest>, IDeepCloneable<BatchRunReportsRequest>, IBufferMessage, IMessage

Constructors

BatchRunReportsRequest()

Declaration
public BatchRunReportsRequest()

BatchRunReportsRequest(BatchRunReportsRequest)

Declaration
public BatchRunReportsRequest(BatchRunReportsRequest other)
Parameters
Type Name Description
BatchRunReportsRequest other

Properties

Property

A Google Analytics property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see where to find your Property ID. This property must be specified for the batch. The property within RunReportRequest may either be unspecified or consistent with this property.

Example: properties/1234

Declaration
public string Property { 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
public RepeatedField<RunReportRequest> Requests { get; }
Property Value
Type Description
RepeatedField<RunReportRequest>
In this article
Back to top Generated by DocFX