Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 812 Bytes

LocationResponse.md

File metadata and controls

26 lines (20 loc) · 812 Bytes

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

Example

require 'openapi_client'

instance = OpenapiClient::LocationResponse.new(
  id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
  remote_id: 19202938,
  name: NYC Office,
  type: office,
  address: null
)