GoogleApi.DeploymentManager.V2.Model.DeploymentLabelEntry (google_api_deployment_manager v0.23.0)

View Source

Label object for Deployments

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.