affixapi 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (159) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/LICENSE +19 -0
  4. data/README.md +374 -0
  5. data/Rakefile +10 -0
  6. data/affixapi.gemspec +38 -0
  7. data/docs/AddressNoNonNullRequest.md +26 -0
  8. data/docs/AddressResponse.md +26 -0
  9. data/docs/Class20230301Api.md +1401 -0
  10. data/docs/ClientRequest.md +24 -0
  11. data/docs/ClientResponse.md +26 -0
  12. data/docs/CompanyResponse.md +28 -0
  13. data/docs/CoreApi.md +69 -0
  14. data/docs/CreateEmployeeRequest.md +68 -0
  15. data/docs/CreateEmployeeRequestBankAccount.md +26 -0
  16. data/docs/CreateEmployeeRequestManager.md +26 -0
  17. data/docs/CurrencyRequest.md +15 -0
  18. data/docs/CurrencyResponse.md +15 -0
  19. data/docs/DeveloperApi.md +777 -0
  20. data/docs/DisconnectResponse.md +18 -0
  21. data/docs/EmployeeResponse.md +74 -0
  22. data/docs/EmploymentNoNullEnumRequest.md +30 -0
  23. data/docs/EmploymentResponse.md +30 -0
  24. data/docs/GroupNoNullEnumRequest.md +24 -0
  25. data/docs/GroupResponse.md +24 -0
  26. data/docs/IdAndMessageResponse.md +20 -0
  27. data/docs/IdentityResponse.md +22 -0
  28. data/docs/InlineResponse400.md +20 -0
  29. data/docs/InlineResponse401.md +22 -0
  30. data/docs/InlineResponse409.md +22 -0
  31. data/docs/IntrospectResponse.md +24 -0
  32. data/docs/LocationNoNonNullRequest.md +26 -0
  33. data/docs/LocationResponse.md +26 -0
  34. data/docs/ManagementApi.md +420 -0
  35. data/docs/MessageResponse.md +18 -0
  36. data/docs/ModeRequest.md +15 -0
  37. data/docs/ModeResponse.md +15 -0
  38. data/docs/OfficialApi.md +631 -0
  39. data/docs/PayrunResponse.md +30 -0
  40. data/docs/PayslipResponse.md +44 -0
  41. data/docs/PayslipResponseContributions.md +20 -0
  42. data/docs/PayslipResponseDeductions.md +20 -0
  43. data/docs/PayslipResponseEarnings.md +22 -0
  44. data/docs/PayslipResponseTaxes.md +22 -0
  45. data/docs/ProviderRequest.md +15 -0
  46. data/docs/ProviderResponse.md +15 -0
  47. data/docs/ScopesRequest.md +15 -0
  48. data/docs/ScopesResponse.md +15 -0
  49. data/docs/TimeOffBalanceResponse.md +32 -0
  50. data/docs/TimeOffEntryResponse.md +40 -0
  51. data/docs/TimesheetResponse.md +32 -0
  52. data/docs/TokenRequest.md +26 -0
  53. data/docs/TokenResponse.md +26 -0
  54. data/git_push.sh +58 -0
  55. data/lib/openapi_client/api/class20230301_api.rb +1198 -0
  56. data/lib/openapi_client/api/core_api.rb +79 -0
  57. data/lib/openapi_client/api/developer_api.rb +677 -0
  58. data/lib/openapi_client/api/management_api.rb +380 -0
  59. data/lib/openapi_client/api/official_api.rb +543 -0
  60. data/lib/openapi_client/api_client.rb +390 -0
  61. data/lib/openapi_client/api_error.rb +57 -0
  62. data/lib/openapi_client/configuration.rb +288 -0
  63. data/lib/openapi_client/models/address_no_non_null_request.rb +295 -0
  64. data/lib/openapi_client/models/address_response.rb +295 -0
  65. data/lib/openapi_client/models/client_request.rb +269 -0
  66. data/lib/openapi_client/models/client_response.rb +284 -0
  67. data/lib/openapi_client/models/company_response.rb +279 -0
  68. data/lib/openapi_client/models/create_employee_request.rb +568 -0
  69. data/lib/openapi_client/models/create_employee_request_bank_account.rb +259 -0
  70. data/lib/openapi_client/models/create_employee_request_manager.rb +263 -0
  71. data/lib/openapi_client/models/currency_request.rb +38 -0
  72. data/lib/openapi_client/models/currency_response.rb +38 -0
  73. data/lib/openapi_client/models/disconnect_response.rb +258 -0
  74. data/lib/openapi_client/models/employee_response.rb +608 -0
  75. data/lib/openapi_client/models/employment_no_null_enum_request.rb +329 -0
  76. data/lib/openapi_client/models/employment_response.rb +329 -0
  77. data/lib/openapi_client/models/group_no_null_enum_request.rb +283 -0
  78. data/lib/openapi_client/models/group_response.rb +283 -0
  79. data/lib/openapi_client/models/id_and_message_response.rb +239 -0
  80. data/lib/openapi_client/models/identity_response.rb +250 -0
  81. data/lib/openapi_client/models/inline_response400.rb +227 -0
  82. data/lib/openapi_client/models/inline_response401.rb +299 -0
  83. data/lib/openapi_client/models/inline_response409.rb +278 -0
  84. data/lib/openapi_client/models/introspect_response.rb +269 -0
  85. data/lib/openapi_client/models/location_no_non_null_request.rb +263 -0
  86. data/lib/openapi_client/models/location_response.rb +263 -0
  87. data/lib/openapi_client/models/message_response.rb +223 -0
  88. data/lib/openapi_client/models/mode_request.rb +37 -0
  89. data/lib/openapi_client/models/mode_response.rb +37 -0
  90. data/lib/openapi_client/models/payrun_response.rb +342 -0
  91. data/lib/openapi_client/models/payslip_response.rb +448 -0
  92. data/lib/openapi_client/models/payslip_response_contributions.rb +238 -0
  93. data/lib/openapi_client/models/payslip_response_deductions.rb +238 -0
  94. data/lib/openapi_client/models/payslip_response_earnings.rb +250 -0
  95. data/lib/openapi_client/models/payslip_response_taxes.rb +248 -0
  96. data/lib/openapi_client/models/provider_request.rb +70 -0
  97. data/lib/openapi_client/models/provider_response.rb +70 -0
  98. data/lib/openapi_client/models/scopes_request.rb +55 -0
  99. data/lib/openapi_client/models/scopes_response.rb +55 -0
  100. data/lib/openapi_client/models/time_off_balance_response.rb +342 -0
  101. data/lib/openapi_client/models/time_off_entry_response.rb +408 -0
  102. data/lib/openapi_client/models/timesheet_response.rb +318 -0
  103. data/lib/openapi_client/models/token_request.rb +318 -0
  104. data/lib/openapi_client/models/token_response.rb +318 -0
  105. data/lib/openapi_client/version.rb +15 -0
  106. data/lib/openapi_client.rb +86 -0
  107. data/openapi_client-0.0.1.gem +0 -0
  108. data/pkg/affixapi-0.0.1.gem +0 -0
  109. data/spec/api/class20230301_api_spec.rb +260 -0
  110. data/spec/api/core_api_spec.rb +46 -0
  111. data/spec/api/developer_api_spec.rb +160 -0
  112. data/spec/api/management_api_spec.rb +103 -0
  113. data/spec/api/official_api_spec.rb +135 -0
  114. data/spec/api_client_spec.rb +226 -0
  115. data/spec/configuration_spec.rb +42 -0
  116. data/spec/models/address_no_non_null_request_spec.rb +62 -0
  117. data/spec/models/address_response_spec.rb +62 -0
  118. data/spec/models/client_request_spec.rb +52 -0
  119. data/spec/models/client_response_spec.rb +58 -0
  120. data/spec/models/company_response_spec.rb +64 -0
  121. data/spec/models/create_employee_request_bank_account_spec.rb +58 -0
  122. data/spec/models/create_employee_request_manager_spec.rb +58 -0
  123. data/spec/models/create_employee_request_spec.rb +204 -0
  124. data/spec/models/currency_request_spec.rb +28 -0
  125. data/spec/models/currency_response_spec.rb +28 -0
  126. data/spec/models/disconnect_response_spec.rb +38 -0
  127. data/spec/models/employee_response_spec.rb +222 -0
  128. data/spec/models/employment_no_null_enum_request_spec.rb +78 -0
  129. data/spec/models/employment_response_spec.rb +78 -0
  130. data/spec/models/group_no_null_enum_request_spec.rb +56 -0
  131. data/spec/models/group_response_spec.rb +56 -0
  132. data/spec/models/id_and_message_response_spec.rb +40 -0
  133. data/spec/models/identity_response_spec.rb +46 -0
  134. data/spec/models/inline_response400_spec.rb +40 -0
  135. data/spec/models/inline_response401_spec.rb +54 -0
  136. data/spec/models/inline_response409_spec.rb +50 -0
  137. data/spec/models/introspect_response_spec.rb +52 -0
  138. data/spec/models/location_no_non_null_request_spec.rb +58 -0
  139. data/spec/models/location_response_spec.rb +58 -0
  140. data/spec/models/message_response_spec.rb +34 -0
  141. data/spec/models/mode_request_spec.rb +28 -0
  142. data/spec/models/mode_response_spec.rb +28 -0
  143. data/spec/models/payrun_response_spec.rb +78 -0
  144. data/spec/models/payslip_response_contributions_spec.rb +40 -0
  145. data/spec/models/payslip_response_deductions_spec.rb +40 -0
  146. data/spec/models/payslip_response_earnings_spec.rb +46 -0
  147. data/spec/models/payslip_response_spec.rb +116 -0
  148. data/spec/models/payslip_response_taxes_spec.rb +46 -0
  149. data/spec/models/provider_request_spec.rb +28 -0
  150. data/spec/models/provider_response_spec.rb +28 -0
  151. data/spec/models/scopes_request_spec.rb +28 -0
  152. data/spec/models/scopes_response_spec.rb +28 -0
  153. data/spec/models/time_off_balance_response_spec.rb +80 -0
  154. data/spec/models/time_off_entry_response_spec.rb +108 -0
  155. data/spec/models/timesheet_response_spec.rb +76 -0
  156. data/spec/models/token_request_spec.rb +62 -0
  157. data/spec/models/token_response_spec.rb +62 -0
  158. data/spec/spec_helper.rb +111 -0
  159. metadata +349 -0
@@ -0,0 +1,18 @@
1
+ # OpenapiClient::DisconnectResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **disconnected** | **Boolean** | The access token has been disconnected and is no longer allowed to be used by your application | [readonly] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'openapi_client'
13
+
14
+ instance = OpenapiClient::DisconnectResponse.new(
15
+ disconnected: true
16
+ )
17
+ ```
18
+
@@ -0,0 +1,74 @@
1
+ # OpenapiClient::EmployeeResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | The Affix-assigned id of the individual | [readonly] |
8
+ | **remote_id** | **String** | the remote system-assigned id of the individual | [readonly] |
9
+ | **employee_number** | **String** | | |
10
+ | **first_name** | **String** | the first name of the individual | |
11
+ | **last_name** | **String** | the last name of the individual | |
12
+ | **display_full_name** | **String** | | |
13
+ | **nationality** | **String** | | |
14
+ | **job_title** | **String** | | |
15
+ | **work_email** | **String** | the work email of the individual | |
16
+ | **personal_email** | **String** | the personal email of the individual | |
17
+ | **mobile_phone_number** | **String** | +1234567890 | |
18
+ | **tax_id** | **String** | | |
19
+ | **gender** | **String** | | |
20
+ | **ethnicity** | **String** | | |
21
+ | **marital_status** | **String** | | |
22
+ | **date_of_birth** | **Date** | | |
23
+ | **employment_status** | **String** | | |
24
+ | **employment_type** | **String** | | |
25
+ | **start_date** | **Date** | | |
26
+ | **remote_created_at** | **Date** | | [readonly] |
27
+ | **termination_date** | **Date** | | |
28
+ | **avatar** | **String** | | |
29
+ | **home_location** | [**AddressResponse**](AddressResponse.md) | | |
30
+ | **work_location** | [**LocationResponse**](LocationResponse.md) | | |
31
+ | **manager** | [**CreateEmployeeRequestManager**](CreateEmployeeRequestManager.md) | | |
32
+ | **bank_account** | [**CreateEmployeeRequestBankAccount**](CreateEmployeeRequestBankAccount.md) | | |
33
+ | **employments** | [**Array<EmploymentResponse>**](EmploymentResponse.md) | | |
34
+ | **custom_fields** | **Object** | | |
35
+ | **groups** | [**Array<GroupResponse>**](GroupResponse.md) | | |
36
+
37
+ ## Example
38
+
39
+ ```ruby
40
+ require 'openapi_client'
41
+
42
+ instance = OpenapiClient::EmployeeResponse.new(
43
+ id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
44
+ remote_id: 19202938,
45
+ employee_number: 2,
46
+ first_name: Greg,
47
+ last_name: Hirsch,
48
+ display_full_name: Hirsch,
49
+ nationality: Irish,
50
+ job_title: Software developer,
51
+ work_email: greg@affixapi.com,
52
+ personal_email: greg@gmail.com,
53
+ mobile_phone_number: Hirsch,
54
+ tax_id: 1234567890,
55
+ gender: male,
56
+ ethnicity: white,
57
+ marital_status: single,
58
+ date_of_birth: Sat Nov 10 00:00:00 UTC 1990,
59
+ employment_status: active,
60
+ employment_type: full_time,
61
+ start_date: Sun Oct 11 00:00:00 UTC 2020,
62
+ remote_created_at: Sun Oct 11 00:00:00 UTC 2020,
63
+ termination_date: Tue Oct 12 00:00:00 UTC 2021,
64
+ avatar: http://alturl.com/h2h8m,
65
+ home_location: null,
66
+ work_location: null,
67
+ manager: null,
68
+ bank_account: null,
69
+ employments: null,
70
+ custom_fields: {"t_shirt_size":"medium"},
71
+ groups: [{"id":"4B9bKBpX5tnwjiG93TAqF7ci","remote_id":"df6c28e8","name":"backend","type":"team"},{"id":"132Xpnw2a38aaQG93TAqF7ci","remote_id":"355c65922637","name":"engineering","type":"department"}]
72
+ )
73
+ ```
74
+
@@ -0,0 +1,30 @@
1
+ # OpenapiClient::EmploymentNoNullEnumRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **job_title** | **String** | | |
8
+ | **pay_rate** | **Float** | | |
9
+ | **pay_period** | **String** | | |
10
+ | **pay_frequency** | **String** | | |
11
+ | **employment_type** | **String** | | |
12
+ | **currency** | [**CurrencyRequest**](CurrencyRequest.md) | | |
13
+ | **effective_date** | **Date** | | |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'openapi_client'
19
+
20
+ instance = OpenapiClient::EmploymentNoNullEnumRequest.new(
21
+ job_title: Software Developer,
22
+ pay_rate: 85000,
23
+ pay_period: year,
24
+ pay_frequency: semimonthly,
25
+ employment_type: full_time,
26
+ currency: null,
27
+ effective_date: Sun Oct 11 00:00:00 UTC 2020
28
+ )
29
+ ```
30
+
@@ -0,0 +1,30 @@
1
+ # OpenapiClient::EmploymentResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **job_title** | **String** | | |
8
+ | **pay_rate** | **Float** | | |
9
+ | **pay_period** | **String** | | |
10
+ | **pay_frequency** | **String** | | |
11
+ | **employment_type** | **String** | | |
12
+ | **currency** | [**CurrencyResponse**](CurrencyResponse.md) | | |
13
+ | **effective_date** | **Date** | | |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'openapi_client'
19
+
20
+ instance = OpenapiClient::EmploymentResponse.new(
21
+ job_title: Software Developer,
22
+ pay_rate: 85000,
23
+ pay_period: year,
24
+ pay_frequency: semimonthly,
25
+ employment_type: full_time,
26
+ currency: null,
27
+ effective_date: Sun Oct 11 00:00:00 UTC 2020
28
+ )
29
+ ```
30
+
@@ -0,0 +1,24 @@
1
+ # OpenapiClient::GroupNoNullEnumRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | |
8
+ | **remote_id** | **String** | | |
9
+ | **name** | **String** | | |
10
+ | **type** | **String** | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'openapi_client'
16
+
17
+ instance = OpenapiClient::GroupNoNullEnumRequest.new(
18
+ id: 4B9bKBpX5tnwjiG93TAqF7ci,
19
+ remote_id: 49,
20
+ name: Customer Success,
21
+ type: TEAM
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # OpenapiClient::GroupResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | |
8
+ | **remote_id** | **String** | | |
9
+ | **name** | **String** | | |
10
+ | **type** | **String** | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'openapi_client'
16
+
17
+ instance = OpenapiClient::GroupResponse.new(
18
+ id: 4B9bKBpX5tnwjiG93TAqF7ci,
19
+ remote_id: 49,
20
+ name: Customer Success,
21
+ type: TEAM
22
+ )
23
+ ```
24
+
@@ -0,0 +1,20 @@
1
+ # OpenapiClient::IdAndMessageResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **message** | **String** | A description of the error | |
8
+ | **id** | **String** | The id of the entity that the id applies. For example, the transaction id | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'openapi_client'
14
+
15
+ instance = OpenapiClient::IdAndMessageResponse.new(
16
+ message: null,
17
+ id: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,22 @@
1
+ # OpenapiClient::IdentityResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | The name of the individual for the respective account, if known | |
8
+ | **email** | **String** | The email of the individual for the respective account, if known | |
9
+ | **phone_number** | **String** | The phone number of the individual for the respective account, if known. Nullable for tokens created prior to 2023-03-05 | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'openapi_client'
15
+
16
+ instance = OpenapiClient::IdentityResponse.new(
17
+ name: Laurine Barton,
18
+ email: laurine.barton@me.com,
19
+ phone_number: 14150000000
20
+ )
21
+ ```
22
+
@@ -0,0 +1,20 @@
1
+ # OpenapiClient::InlineResponse400
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **message** | **String** | | [optional] |
8
+ | **validation_error** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'openapi_client'
14
+
15
+ instance = OpenapiClient::InlineResponse400.new(
16
+ message: null,
17
+ validation_error: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,22 @@
1
+ # OpenapiClient::InlineResponse401
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **error** | **String** | The type of error | |
8
+ | **message** | **String** | A descriptive description of the error | |
9
+ | **code** | **String** | | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'openapi_client'
15
+
16
+ instance = OpenapiClient::InlineResponse401.new(
17
+ error: null,
18
+ message: Your password is incorrect,
19
+ code: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,22 @@
1
+ # OpenapiClient::InlineResponse409
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **code** | **String** | The authorization code insert that caused a conflict | [optional] |
8
+ | **token** | **String** | The access token insert that caused a conflict | [optional] |
9
+ | **error** | **String** | The description of the type of error, ie conflict of two requests of the the same authorization code | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'openapi_client'
15
+
16
+ instance = OpenapiClient::InlineResponse409.new(
17
+ code: null,
18
+ token: null,
19
+ error: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,24 @@
1
+ # OpenapiClient::IntrospectResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **client_id** | **String** | The client ID you received when you first created the application | [readonly] |
8
+ | **mode** | [**ModeResponse**](ModeResponse.md) | | |
9
+ | **provider** | [**ProviderResponse**](ProviderResponse.md) | | |
10
+ | **scopes** | [**Array<ScopesResponse>**](ScopesResponse.md) | One or more scope values indicating which parts of the user's account you wish to access. Note, slight deviation from the OAuth 2.1 spec in that the param is scopes (plural) is used vs scope (singular) | [readonly] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'openapi_client'
16
+
17
+ instance = OpenapiClient::IntrospectResponse.new(
18
+ client_id: 00000000-00000000-00000000-00000000,
19
+ mode: null,
20
+ provider: null,
21
+ scopes: ["identity","census"]
22
+ )
23
+ ```
24
+
@@ -0,0 +1,26 @@
1
+ # OpenapiClient::LocationNoNonNullRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | The Affix-assigned id of the individual | |
8
+ | **remote_id** | **String** | the remote system-assigned id of the individual | |
9
+ | **name** | **String** | System assigned description of the location | |
10
+ | **type** | **String** | The location's type. In cases where there is no clear mapping, the original value passed through will be returned. | |
11
+ | **address** | [**AddressNoNonNullRequest**](AddressNoNonNullRequest.md) | | |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'openapi_client'
17
+
18
+ instance = OpenapiClient::LocationNoNonNullRequest.new(
19
+ id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
20
+ remote_id: 19202938,
21
+ name: NYC Office,
22
+ type: office,
23
+ address: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,26 @@
1
+ # OpenapiClient::LocationResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | The Affix-assigned id of the individual | |
8
+ | **remote_id** | **String** | the remote system-assigned id of the individual | |
9
+ | **name** | **String** | System assigned description of the location | |
10
+ | **type** | **String** | The location's type. In cases where there is no clear mapping, the original value passed through will be returned. | |
11
+ | **address** | [**AddressResponse**](AddressResponse.md) | | |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'openapi_client'
17
+
18
+ instance = OpenapiClient::LocationResponse.new(
19
+ id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
20
+ remote_id: 19202938,
21
+ name: NYC Office,
22
+ type: office,
23
+ address: null
24
+ )
25
+ ```
26
+