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

Version Path
affixapi-1.1.102 docs/LocationResponse.md
affixapi-1.1.101 docs/LocationResponse.md
affixapi-1.1.100 docs/LocationResponse.md
affixapi-1.1.99 docs/LocationResponse.md
affixapi-1.1.94 docs/LocationResponse.md
affixapi-1.1.93 docs/LocationResponse.md
affixapi-1.1.92 docs/LocationResponse.md
affixapi-1.1.91 docs/LocationResponse.md
affixapi-1.1.90 docs/LocationResponse.md
affixapi-1.1.89 docs/LocationResponse.md
affixapi-1.1.88 docs/LocationResponse.md
affixapi-1.1.87 docs/LocationResponse.md
affixapi-1.1.86 docs/LocationResponse.md
affixapi-1.1.85 docs/LocationResponse.md
affixapi-1.1.84 docs/LocationResponse.md
affixapi-1.1.83 docs/LocationResponse.md
affixapi-1.1.65 docs/LocationResponse.md
affixapi-1.1.64 docs/LocationResponse.md
affixapi-1.1.63 docs/LocationResponse.md
affixapi-1.1.62 docs/LocationResponse.md