Values.BackendJobRespObjSourceThe response object for this operation.
type nonrec t = {appId : string option;The app ID.
*)backendEnvironmentName : string option;The name of the backend environment.
*)createTime : string option;The time when the job was created.
*)error : string option;If the request fails, this error is returned.
*)jobId : string option;The ID for the job.
*)operation : string option;The name of the operation.
*)status : string option;The current status of the request.
*)updateTime : string option;The time when the job was last updated.
*)}