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

PipelineCondition contains all conditions relevant to a Delivery Pipeline.

Attributes

  • pipelineReadyCondition (type: GoogleApi.CloudDeploy.V1.Model.PipelineReadyCondition.t, default: nil) - Details around the Pipeline's overall status.
  • targetsPresentCondition (type: GoogleApi.CloudDeploy.V1.Model.TargetsPresentCondition.t, default: nil) - Detalis around targets enumerated in the pipeline.

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.PipelineCondition{
  pipelineReadyCondition:
    GoogleApi.CloudDeploy.V1.Model.PipelineReadyCondition.t() | nil,
  targetsPresentCondition:
    GoogleApi.CloudDeploy.V1.Model.TargetsPresentCondition.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.