public sealed class FetchReportResultsResponse : IPageResponse<Row>, IEnumerable<Row>, IEnumerable, IMessage<FetchReportResultsResponse>, IEquatable<FetchReportResultsResponse>, IDeepCloneable<FetchReportResultsResponse>, IBufferMessage, IMessageReference 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.
Implements
IPageResponseRow, IEnumerableRow, IEnumerable, IMessageFetchReportResultsResponse, IEquatableFetchReportResultsResponse, IDeepCloneableFetchReportResultsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
FetchReportResultsResponse()
public FetchReportResultsResponse()FetchReportResultsResponse(FetchReportResultsResponse)
public FetchReportResultsResponse(FetchReportResultsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchReportResultsResponse |
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 | |
|---|---|
| Type | Description |
string |
|
ReportMetadata
public ReportResultsMetadata ReportMetadata { get; set; }The metadata for the report results (display name, columns, row count, and date ranges).
| Property Value | |
|---|---|
| Type | Description |
ReportResultsMetadata |
|
Rows
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 | |
|---|---|
| Type | Description |
RepeatedFieldRow |
|
Methods
GetEnumerator()
public IEnumerator<Row> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorRow |
|