CreateJobValidations interface
It does all pre-job creation validations.
- Extends
Properties
validation |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
individual |
List of request details contain validationType and its request as key and value respectively. |
Property Details
validationCategory
Polymorphic discriminator, which specifies the different types this object can be
validationCategory: "JobCreationValidation"
Property Value
"JobCreationValidation"
Inherited Property Details
individualRequestDetails
List of request details contain validationType and its request as key and value respectively.
individualRequestDetails: ValidationInputRequestUnion[]
Property Value
Inherited From ValidationRequest.individualRequestDetails