OBJECT

CcProvisionJobReply

Description

Async reply for a submitted job.

link GraphQL Schema definition

  • 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!
  • }

link Require by