CustomAttributeDefaultTextValidation
This page contains
Fields
| type: CustomAttributeValidationType! PREVIEW | |
| characterCount: Int | Specify the maximum number of characters for a custom attribute value. Passing a null value means that there is not validation on the character count. |
| exactCount: Boolean | Specify if a custom attribute value should match the exact character count. If characterCount is not specified this field is ignored. |
| errorMessage: [LocalizedString!] |
Implements
- CustomAttributeDefaultValidation PREVIEW