Values.UpdateBackendJobRequestSourceThe request body for GetBackendJob.
type nonrec t = {appId : string;The app ID.
*)backendEnvironmentName : string;The name of the backend environment.
*)jobId : string;The ID for the job.
*)operation : string option;Filters the list of response objects to include only those with the specified operation name.
*)status : string option;Filters the list of response objects to include only those with the specified status.
*)}