GoogleApi.CloudDeploy.V1.Model.IgnoreJobRequest (google_api_cloud_deploy v0.14.0)

View Source

The request object used by IgnoreJob.

Attributes

  • jobId (type: String.t, default: nil) - Required. The job ID for the Job to ignore.
  • overrideDeployPolicy (type: list(String.t), default: nil) - Optional. Deploy policies to override. Format is projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.
  • phaseId (type: String.t, default: nil) - Required. The phase ID the Job to ignore belongs to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudDeploy.V1.Model.IgnoreJobRequest{
  jobId: String.t() | nil,
  overrideDeployPolicy: [String.t()] | nil,
  phaseId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.