| Name | Type | Description | Notes |
|---|---|---|---|
| pki_contacttitle_id | Integer | The unique ID of the Contacttitle. Valid values: | Value |
| s_contacttitle_name_x | String | The name of the Contacttitle in the language of the requester |
require 'Ezmaxapi'
instance = EzmaxApi::ContacttitleAutocompleteElementResponse.new(
pki_contacttitle_id: 2,
s_contacttitle_name_x: Sir
)