Sha256: 083b0b84415dcbc51427582711abbc4dba4e4103669d83586201b0e6b323cfee
Contents?: true
Size: 812 Bytes
Versions: 51
Compression:
Stored size: 812 Bytes
Contents
# OpenapiClient::LocationResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The Affix-assigned id of the individual | | | **remote_id** | **String** | the remote system-assigned id of the individual | | | **name** | **String** | System assigned description of the location | | | **type** | **String** | The location's type. In cases where there is no clear mapping, the original value passed through will be returned. | | | **address** | [**AddressResponse**](AddressResponse.md) | | | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::LocationResponse.new( id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw, remote_id: 19202938, name: NYC Office, type: office, address: null ) ```
Version data entries
51 entries across 51 versions & 1 rubygems