Sha256: 1241074d6783415b57206b4700a0379567fab9b411c12a69276fc4527ae9f52f
Contents?: true
Size: 844 Bytes
Versions: 51
Compression:
Stored size: 844 Bytes
Contents
# OpenapiClient::LocationNoNonNullRequest ## 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** | [**AddressNoNonNullRequest**](AddressNoNonNullRequest.md) | | | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::LocationNoNonNullRequest.new( id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw, remote_id: 19202938, name: NYC Office, type: office, address: null ) ```
Version data entries
51 entries across 51 versions & 1 rubygems