github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/ContactDirectoryEvent.md (about) 1 # ContactDirectoryEvent 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Id** | **string** | Internal identifier of an extension | [optional] 7 **EventType** | **string** | Type of change | [optional] 8 **Type** | **string** | Extension Type | [optional] 9 **Status** | **string** | Status of an extension | [optional] 10 **FirstName** | **string** | First name of an extension user | [optional] 11 **LastName** | **string** | Last name of an extension user | [optional] 12 **Department** | **string** | Department Name | [optional] 13 **Email** | **string** | Email of an extension user | [optional] 14 **ExtensionNumber** | **string** | Extension number | [optional] 15 **Account** | [**CompanyDirectoryAccountInfo**](CompanyDirectoryAccountInfo.md) | | [optional] 16 **PhoneNumbers** | [**CompanyDirectoryPhoneNumberInfo**](CompanyDirectoryPhoneNumberInfo.md) | | [optional] 17 **Site** | [**SiteInfo**](SiteInfo.md) | | [optional] 18 **ProfileImage** | [**CompanyDirectoryProfileImageInfo**](CompanyDirectoryProfileImageInfo.md) | | [optional] 19 20 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 21 22