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

RetryJobRequest is the request object used by RetryJob.

Attributes

  • jobId (type: String.t, default: nil) - Required. The job ID for the Job to retry.
  • phaseId (type: String.t, default: nil) - Required. The phase ID the Job to retry belongs to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.