JobResourcePropertiesResponse

data class JobResourcePropertiesResponse(val managedComponentReferences: List<ManagedComponentReferenceResponse>? = null, val provisioningState: String, val source: Any? = null, val template: JobExecutionTemplateResponse? = null, val triggerConfig: ManualJobTriggerConfigResponse? = null)

Job resource properties payload

Constructors

Link copied to clipboard
constructor(managedComponentReferences: List<ManagedComponentReferenceResponse>? = null, provisioningState: String, source: Any? = null, template: JobExecutionTemplateResponse? = null, triggerConfig: ManualJobTriggerConfigResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Referenced managed components collection

Link copied to clipboard

Provisioning state of the Job

Link copied to clipboard
val source: Any? = null

Uploaded source information of the Job.

Link copied to clipboard

The template which is applied for all executions of the Job.

Link copied to clipboard

The Job trigger related configuration.