View Source GoogleApi.CloudBuild.V1.Model.RetryBuildRequest (google_api_cloud_build v0.50.1)

Specifies a build to retry.

Attributes

  • id (type: String.t, default: nil) - Required. Build ID of the original build.
  • name (type: String.t, default: nil) - The name of the Build to retry. Format: projects/{project}/locations/{location}/builds/{build}
  • projectId (type: String.t, default: nil) - Required. ID of the project.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.RetryBuildRequest{
  id: String.t() | nil,
  name: String.t() | nil,
  projectId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.