Cloud Channel v1 API - Class FetchReportResultsResponse (2.10.0)

[Obsolete]
public sealed class FetchReportResultsResponse : IPageResponse<Row>, IEnumerable<Row>, IEnumerable, IMessage<FetchReportResultsResponse>, IEquatable<FetchReportResultsResponse>, IDeepCloneable<FetchReportResultsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class FetchReportResultsResponse.

Response message for [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults]. Contains a tabular representation of the report results.

Inheritance

object > FetchReportResultsResponse

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

FetchReportResultsResponse()

public FetchReportResultsResponse()

FetchReportResultsResponse(FetchReportResultsResponse)

public FetchReportResultsResponse(FetchReportResultsResponse other)
Parameter
NameDescription
otherFetchReportResultsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Pass this token to [FetchReportResultsRequest.page_token][google.cloud.channel.v1.FetchReportResultsRequest.page_token] to retrieve the next page of results.

Property Value
TypeDescription
string

ReportMetadata

[Obsolete]
public ReportResultsMetadata ReportMetadata { get; set; }

The metadata for the report results (display name, columns, row count, and date ranges).

Property Value
TypeDescription
ReportResultsMetadata

Rows

[Obsolete]
public RepeatedField<Row> Rows { get; }

The report's lists of values. Each row follows the settings and ordering of the columns from report_metadata.

Property Value
TypeDescription
RepeatedFieldRow

Methods

GetEnumerator()

public IEnumerator<Row> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorRow