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

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

Attributes

  • missingTargets (type: list(String.t), default: nil) - The list of Target names that are missing. 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.