Show / Hide Table of Contents

Class BatchRunReportsResponse

The batch response containing multiple reports.

Inheritance
System.Object
BatchRunReportsResponse
Implements
Google.Protobuf.IMessage<BatchRunReportsResponse>
System.IEquatable<BatchRunReportsResponse>
Google.Protobuf.IDeepCloneable<BatchRunReportsResponse>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Data.V1Alpha
Assembly: Google.Analytics.Data.V1Alpha.dll
Syntax
public sealed class BatchRunReportsResponse : IMessage<BatchRunReportsResponse>, IEquatable<BatchRunReportsResponse>, IDeepCloneable<BatchRunReportsResponse>, IBufferMessage, IMessage

Constructors

BatchRunReportsResponse()

Declaration
public BatchRunReportsResponse()

BatchRunReportsResponse(BatchRunReportsResponse)

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

Properties

Reports

Individual responses. Each response has a separate report request.

Declaration
public RepeatedField<RunReportResponse> Reports { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<RunReportResponse>
In This Article
Back to top