Sha256: 590c1a49ea9b0e614616bf5ce04be5027ff2e0c3618b33fe56cedf0d6f43cc2b
Contents?: true
Size: 1.44 KB
Versions: 76
Compression:
Stored size: 1.44 KB
Contents
--- title: DialerContact --- ## PureCloud::DialerContact ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **contact_list_id** | **String** | The identifier of the contact list containing this contact. | | | **data** | **Hash<String, Object>** | An ordered map of the contact's columns and corresponding values. | | | **call_records** | [**Hash<String, CallRecord>**](CallRecord.html) | A map of call records for the contact phone columns. | [optional] | | **callable** | **BOOLEAN** | Indicates whether or not the contact can be called. | [optional] | | **phone_number_status** | [**Hash<String, PhoneNumberStatus>**](PhoneNumberStatus.html) | A map of phone number columns to PhoneNumberStatuses, which indicate if the phone number is callable or not. | [optional] | | **contact_column_time_zones** | [**Hash<String, ContactColumnTimeZone>**](ContactColumnTimeZone.html) | Map containing data about the timezone the contact is mapped to. This will only be populated if the contact list has automatic timezone mapping turned on. The key is the column name. The value is the timezone it mapped to and the type of column: Phone or Zip | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}
Version data entries
76 entries across 76 versions & 1 rubygems