Show / Hide Table of Contents

Class BatchRunReportsResponse

The batch response containing multiple reports.

Inheritance
object
BatchRunReportsResponse
Implements
IMessage<BatchRunReportsResponse>
IEquatable<BatchRunReportsResponse>
IDeepCloneable<BatchRunReportsResponse>
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 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

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
public string Kind { get; set; }
Property Value
Type Description
string

Reports

Individual responses. Each response has a separate report request.

Declaration
public RepeatedField<RunReportResponse> Reports { get; }
Property Value
Type Description
RepeatedField<RunReportResponse>
In this article
Back to top Generated by DocFX