--- title: LocationDefinition --- :::error **The Ruby SDK is deprecated as of 9/16/2020** The Genesys Cloud Ruby SDK (v96.0.0) will be frozen at its current version level. Any new enhancements to our API or bug fixes will not be backported. If you do need to take advantage of new features or bug fixes outside the Genesys Cloud Ruby SDK, you will need to use the Genesys Cloud REST endpoints directly. More information can be found in the [Official Announcement](https://developer.mypurecloud.com/forum/t/announcement-genesys-cloud-ruby-sdk-end-of-life/8850). ::: ## PureCloud::LocationDefinition ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **contact_user** | [**AddressableEntityRef**](AddressableEntityRef.html) | Site contact for the location entity | [optional] | | **emergency_number** | [**LocationEmergencyNumber**](LocationEmergencyNumber.html) | Emergency number for the location entity | [optional] | | **address** | [**LocationAddress**](LocationAddress.html) | | [optional] | | **state** | **String** | Current state of the location entity | [optional] | | **notes** | **String** | Notes for the location entity | [optional] | | **version** | **Integer** | Current version of the location entity, value to be supplied should be retrieved by a GET or on create/update response | [optional] | | **path** | **Array<String>** | A list of ancestor IDs in order | [optional] | | **profile_image** | [**Array<LocationImage>**](LocationImage.html) | Profile image of the location entity, retrieved with ?expand=images query parameter | [optional] | | **floorplan_image** | [**Array<LocationImage>**](LocationImage.html) | Floorplan images of the location entity, retrieved with ?expand=images query parameter | [optional] | | **address_verification_details** | [**LocationAddressVerificationDetails**](LocationAddressVerificationDetails.html) | Address verification information, retrieve dwith the ?expand=addressVerificationDetails query parameter | [optional] | | **address_verified** | **BOOLEAN** | Boolean field which states if the address has been verified as an actual address | [optional] | | **address_stored** | **BOOLEAN** | Boolean field which states if the address has been stored for E911 | [optional] | | **images** | **String** | | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}