ApiValidationResult
Type, Introduced in version 2.18
Specifies a command validation result.
Used by the ValidationCommandResponse type.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Kind | Int32 | The validation kind of the result.
|
|
Message | String | The message returned by the validation. |
Example
{
"Kind": 0,
"Message": null
}