View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2ExportImageResponse (google_api_run v0.30.0)

ExportImageResponse contains an operation Id to track the image export operation.

Attributes

  • operationId (type: String.t, default: nil) - An operation ID used to track the status of image exports tied to the original pod ID in the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2ExportImageResponse{
  operationId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.