Class FetchReportResultsResponse (1.12.0)

FetchReportResultsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for CloudChannelReportsService.FetchReportResults. Contains a tabular representation of the report results.

Attributes

NameDescription
report_metadata google.cloud.channel_v1.types.ReportResultsMetadata
The metadata for the report results (display name, columns, row count, and date ranges).
rows MutableSequence[google.cloud.channel_v1.types.Row]
The report's lists of values. Each row follows the settings and ordering of the columns from report_metadata.
next_page_token str
Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.