Class FetchReportResultsRequest (1.12.0)

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

Request message for CloudChannelReportsService.FetchReportResults.

Attributes

NameDescription
report_job str
Required. The report job created by CloudChannelReportsService.RunReportJob. Report_job uses the format: accounts/{account_id}/reportJobs/{report_job_id}
page_size int
Optional. Requested page size of the report. The server may return fewer results than requested. If you don't specify a page size, the server uses a sensible default (may change over time). The maximum value is 30,000; the server will change larger values to 30,000.
page_token str
Optional. A token that specifies a page of results beyond the first page. Obtained through FetchReportResultsResponse.next_page_token of the previous CloudChannelReportsService.FetchReportResults call.