View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2ExportStatusResponse (google_api_run v0.39.0)
ExportStatusResponse contains the status of image export operation, with the status of each image export job.
Attributes
-
imageExportStatuses(type:list(GoogleApi.Run.V2.Model.GoogleCloudRunV2ImageExportStatus.t), default:nil) - The status of each image export job. -
operationId(type:String.t, default:nil) - The operation id. -
operationState(type:String.t, default:nil) - Output only. The state of the overall export operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2ExportStatusResponse{ imageExportStatuses: [GoogleApi.Run.V2.Model.GoogleCloudRunV2ImageExportStatus.t()] | nil, operationId: String.t() | nil, operationState: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.