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

Deployment job composition.

Attributes

  • deployJob (type: GoogleApi.CloudDeploy.V1.Model.Job.t, default: nil) - Output only. The deploy Job. This is the deploy job in the phase.
  • postdeployJob (type: GoogleApi.CloudDeploy.V1.Model.Job.t, default: nil) - Output only. The postdeploy Job, which is the last job on the phase.
  • predeployJob (type: GoogleApi.CloudDeploy.V1.Model.Job.t, default: nil) - Output only. The predeploy Job, which is the first job on the phase.
  • verifyJob (type: GoogleApi.CloudDeploy.V1.Model.Job.t, default: nil) - Output only. The verify Job. Runs after a deploy if the deploy succeeds.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.DeploymentJobs{
  deployJob: GoogleApi.CloudDeploy.V1.Model.Job.t() | nil,
  postdeployJob: GoogleApi.CloudDeploy.V1.Model.Job.t() | nil,
  predeployJob: GoogleApi.CloudDeploy.V1.Model.Job.t() | nil,
  verifyJob: GoogleApi.CloudDeploy.V1.Model.Job.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.