View Source GoogleApi.CloudDeploy.V1.Model.Targets (google_api_cloud_deploy v0.13.1)

The targets involved in a single timed promotion.

Attributes

  • destinationTargetId (type: String.t, default: nil) - Optional. The destination target ID.
  • sourceTargetId (type: String.t, default: nil) - Optional. The source target ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudDeploy.V1.Model.Targets{
  destinationTargetId: String.t() | nil,
  sourceTargetId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.