GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange (google_api_remote_build_execution v0.22.0) View Source

Supported range of priorities, including boundaries.

Attributes

  • maxPriority (type: integer(), default: nil) - The maximum numeric value for this priority range, which represents the least urgent task or shortest retained item.
  • minPriority (type: integer(), default: nil) - The minimum numeric value for this priority range, which represents the most urgent task or longest retained item.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange{
    maxPriority: integer() | nil,
    minPriority: integer() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.