Interface OnlineFunctionCallRequest

OnlineFunctionCallRequest

interface OnlineFunctionCallRequest {
    job?: number;
    task?: number;
}

Properties

Properties

job?: number

OnlineFunctionCallRequest

task?: number

OnlineFunctionCallRequest