GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1RunReportJobResponse (google_api_cloud_channel v0.11.4)
View SourceResponse message for CloudChannelReportsService.RunReportJob.
Attributes
-
reportJob
(type:GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportJob.t
, default:nil
) - Passreport_job.name
to FetchReportResultsRequest.report_job to retrieve the report's results. -
reportMetadata
(type:GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportResultsMetadata.t
, default:nil
) - The metadata for the report's results (display name, columns, row count, and date range). If you view this before the operation finishes, you may see incomplete data.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1RunReportJobResponse{ reportJob: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportJob.t() | nil, reportMetadata: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportResultsMetadata.t() | nil }