CommandJobLimitsResponse

data class CommandJobLimitsResponse(val jobLimitsType: String, val timeout: String? = null)

Command Job limit class.

Constructors

Link copied to clipboard
constructor(jobLimitsType: String, timeout: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Expected value is 'Command'.

Link copied to clipboard
val timeout: String? = null

The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds.