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

TargetsPresentCondition contains information on any Targets referenced in the Delivery Pipeline that do not actually exist.

Attributes

  • missingTargets (type: list(String.t), default: nil) - The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
  • status (type: boolean(), default: nil) - True if there aren't any missing Targets.
  • updateTime (type: DateTime.t, default: nil) - Last time the condition was updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.TargetsPresentCondition{
  missingTargets: [String.t()] | nil,
  status: boolean() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.