Interface RestartJobReq

interface RestartJobReq {
    JobIDs: number[];
}

Properties

Properties

JobIDs: number[]