View Source GoogleApi.DeploymentManager.V2.Model.DeploymentUpdateLabelEntry (google_api_deployment_manager v0.21.0)

Label object for DeploymentUpdate

Attributes

  • key (type: String.t, default: nil) - Key of the label
  • value (type: String.t, default: nil) - Value of the label

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DeploymentManager.V2.Model.DeploymentUpdateLabelEntry{
  key: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.