Class ReportJob (1.18.3)

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

The result of a [RunReportJob][] operation. Contains the name to use in FetchReportResultsRequest.report_job and the status of the operation.

Attributes

NameDescription
name str
Required. The resource name of a report job. Name uses the format: accounts/{account_id}/reportJobs/{report_job_id}
report_status google.cloud.channel_v1.types.ReportStatus
The current status of report generation.