View Source GoogleApi.ContainerAnalysis.V1beta1.Model.Deployment (google_api_container_analysis v0.28.0)

The period during which some deployable was active in a runtime.

Attributes

  • address (type: String.t, default: nil) - Address of the runtime element hosting this deployment.
  • config (type: String.t, default: nil) - Configuration used to create this deployment.
  • deployTime (type: DateTime.t, default: nil) - Required. Beginning of the lifetime of this deployment.
  • platform (type: String.t, default: nil) - Platform hosting this deployment.
  • resourceUri (type: list(String.t), default: nil) - Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
  • undeployTime (type: DateTime.t, default: nil) - End of the lifetime of this deployment.
  • userEmail (type: String.t, default: nil) - Identity of the user that triggered this deployment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.Deployment{
  address: String.t() | nil,
  config: String.t() | nil,
  deployTime: DateTime.t() | nil,
  platform: String.t() | nil,
  resourceUri: [String.t()] | nil,
  undeployTime: DateTime.t() | nil,
  userEmail: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.