BuildRequestValidationResult interface
Represents the result of validating a build request.
Properties
message |
The message associated with the result.
|
result |
The result.
|
Property Details
message
The message associated with the result.
message: string
Property Value
result
The result.
result: ValidationResult
Property Value