interface StartJobDefinitionResponse {
    jobRuns: JobRun[];
}

Properties

Properties

jobRuns: JobRun[]