Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 844 Bytes

LocationNoNonNullRequest.md

File metadata and controls

26 lines (20 loc) · 844 Bytes

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

Example

require 'openapi_client'

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