View Source GoogleApi.CloudDeploy.V1.Model.DeployParameters (google_api_cloud_deploy v0.6.0)

DeployParameters contains deploy parameters information.

Attributes

  • matchTargetLabels (type: map(), default: nil) - Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
  • values (type: map(), default: nil) - Required. Values are deploy parameters in key-value pairs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.DeployParameters{
  matchTargetLabels: map() | nil,
  values: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.