View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1RunReportJobResponse (google_api_cloud_channel v0.6.0)

Response message for CloudChannelReportsService.RunReportJob.

Attributes

  • reportJob (type: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1ReportJob.t, default: nil) - Pass report_job.name to FetchReportResultsRequest.report_job to retrieve the report's results.
  • reportMetadata (type: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1ReportResultsMetadata.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.GoogleCloudChannelV1alpha1RunReportJobResponse{
    reportJob:
      GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1ReportJob.t()
      | nil,
    reportMetadata:
      GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1ReportResultsMetadata.t()
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.