CommandJobLimits interface  
Command Job limit class.
- Extends
 
Properties
| job | 
	Polymorphic discriminator, which specifies the different types this object can be  | 
Inherited Properties
| timeout | The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds.  | 
Property Details
		jobLimitsType
	  
	Polymorphic discriminator, which specifies the different types this object can be
jobLimitsType: "Command"
				Property Value
"Command"
Inherited Property Details
timeout
The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds.
timeout?: string
				Property Value
string
Inherited From JobLimits.timeout