The ID (attribute 'seq') of the request to cancel. If missing no request is cancelled. Both a 'requestId' and a 'progressId' can be specified in one request.
progress_id : string option;
The ID (attribute 'progressId') of the progress to cancel. If missing no progress is cancelled. Both a 'requestId' and a 'progressId' can be specified in one request.
}
Arguments for 'cancel' request.
val make : ?request_id:int option->?progress_id:string option-> unit ->t