View Source GoogleApi.Run.V1.Model.ContainerStatus (quiqup_google_api_run v0.28.0)

ContainerStatus holds the information of container name and image digest value.

attributes

Attributes

  • imageDigest (type: String.t, default: nil) - ImageDigest holds the resolved digest for the image specified, regardless of whether a tag or digest was originally specified in the Container object.
  • name (type: String.t, default: nil) - The name of the container, if specified.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

@type t() :: %GoogleApi.Run.V1.Model.ContainerStatus{
  imageDigest: String.t() | nil,
  name: String.t() | nil
}

Link to this section Functions

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

Unwrap a decoded JSON object into its complex fields.