GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportJob (google_api_cloud_channel v0.11.4)

View Source

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

Attributes

  • name (type: String.t, default: nil) - Required. The resource name of a report job. Name uses the format: accounts/{account_id}/reportJobs/{report_job_id}
  • reportStatus (type: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportStatus.t, default: nil) - The current status of report generation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportJob{
  name: String.t() | nil,
  reportStatus:
    GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportStatus.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.