OBJECT
Async reply for a submitted job.
type CcProvisionJobReply {# Detail of submitted job including job name and function parameters.message: String! # Indicates if the operation was a success or not.success: Boolean! # Job ID of the submitted job.jobId: Long! }