Sha256: fa2b7eb64f24067030fdb522ee06e38aae84587285f63d62ff90032521000b14
Contents?: true
Size: 1.23 KB
Versions: 32
Compression:
Stored size: 1.23 KB
Contents
# CloudmersiveValidateApiClient::FullNameValidationResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **successful** | **BOOLEAN** | True if the validation operation was successful, false otherwise | [optional] **validation_result_first_name** | **String** | Possible values are: ValidFirstName, ValidUnknownFirstName, InvalidSpamInput, InvalidCharacters, InvalidEmpty | [optional] **validation_result_last_name** | **String** | Possible values are: ValidLastName, ValidUnknownLastName, InvalidSpamInput, InvalidCharacters, InvalidEmpty | [optional] **title** | **String** | The person's title (if supplied), e.g. \"Mr.\" or \"Ms.\" | [optional] **first_name** | **String** | The first name (given name) | [optional] **middle_name** | **String** | The middle name(s); if there are multiple names they will be separated by spaces | [optional] **last_name** | **String** | The last name (surname) | [optional] **nick_name** | **String** | Nickname (if supplied) | [optional] **suffix** | **String** | Suffix to the name, e.g. \"Jr.\" or \"Sr.\" | [optional] **display_name** | **String** | The full display name of the name | [optional]
Version data entries
32 entries across 32 versions & 1 rubygems