View Source GoogleApi.CloudDeploy.V1.Model.Phase (google_api_cloud_deploy v0.13.0)
Phase represents a collection of jobs that are logically grouped together for a Rollout.
Attributes
-
childRolloutJobs(type:GoogleApi.CloudDeploy.V1.Model.ChildRolloutJobs.t, default:nil) - Output only. ChildRollout job composition. -
deploymentJobs(type:GoogleApi.CloudDeploy.V1.Model.DeploymentJobs.t, default:nil) - Output only. Deployment job composition. -
id(type:String.t, default:nil) - Output only. The ID of the Phase. -
skipMessage(type:String.t, default:nil) - Output only. Additional information on why the Phase was skipped, if available. -
state(type:String.t, default:nil) - Output only. Current state of the Phase.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.Phase{ childRolloutJobs: GoogleApi.CloudDeploy.V1.Model.ChildRolloutJobs.t() | nil, deploymentJobs: GoogleApi.CloudDeploy.V1.Model.DeploymentJobs.t() | nil, id: String.t() | nil, skipMessage: String.t() | nil, state: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.