Get Job Definition Result
data class GetJobDefinitionResult(val customerSecrets: List<CustomerSecretResponse>? = null, val dataServiceInput: Any? = null, val dataSinkId: String, val dataSourceId: String, val id: String, val lastModifiedTime: String? = null, val name: String, val runLocation: String? = null, val schedules: List<ScheduleResponse>? = null, val state: String, val type: String, val userConfirmation: String? = null)
Job Definition.
Constructors
Link copied to clipboard
fun GetJobDefinitionResult(customerSecrets: List<CustomerSecretResponse>? = null, dataServiceInput: Any? = null, dataSinkId: String, dataSourceId: String, id: String, lastModifiedTime: String? = null, name: String, runLocation: String? = null, schedules: List<ScheduleResponse>? = null, state: String, type: String, userConfirmation: String? = null)