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

Contains criteria for selecting Targets.

Attributes

  • id (type: String.t, default: nil) - ID of the Target. The value of this field could be one of the following: The last segment of a target name. It only needs the ID to determine which target is being referred to "*", all targets in a location.
  • labels (type: map(), default: nil) - Target labels.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.TargetAttribute{
  id: String.t() | nil,
  labels: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.