View Source GoogleApi.CloudBuild.V2.Model.TimeoutFields (google_api_cloud_build v0.50.1)

TimeoutFields allows granular specification of pipeline, task, and finally timeouts

Attributes

  • finally (type: String.t, default: nil) - Finally sets the maximum allowed duration of this pipeline's finally
  • pipeline (type: String.t, default: nil) - Pipeline sets the maximum allowed duration for execution of the entire pipeline. The sum of individual timeouts for tasks and finally must not exceed this value.
  • tasks (type: String.t, default: nil) - Tasks sets the maximum allowed duration of this pipeline's tasks

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.TimeoutFields{
  finally: String.t() | nil,
  pipeline: String.t() | nil,
  tasks: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.