Sha256: dd920175e88429aabfb081c363a9d0a79020a47b8258df1ccea3e57ec8ab5dc5
Contents?: true
Size: 999 Bytes
Versions: 26
Compression:
Stored size: 999 Bytes
Contents
# CloudmersiveValidateApiClient::ValidateIdentifierRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **input** | **String** | Text string identifier input | [optional] **allow_whitespace** | **BOOLEAN** | True if whitespace is allowed in the identifier, false otherwise | [optional] **allow_hyphens** | **BOOLEAN** | True if hyphens are allowd in the identifier, false otherwise | [optional] **allow_underscore** | **BOOLEAN** | True if underscores are allowed in the identifier, false otherwise | [optional] **allow_numbers** | **BOOLEAN** | True if numbers are allowed in the identifier, false otherwise | [optional] **allow_periods** | **BOOLEAN** | True if periods are allowed in the identifier, false otherwise | [optional] **max_length** | **Integer** | Optional; maximum length, if any, of the identifier | [optional] **min_length** | **Integer** | Optional; minimum length, if any, of the identifier | [optional]
Version data entries
26 entries across 26 versions & 1 rubygems