purecloud 0.37.1 → 0.38.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/config-ruby.json +1 -1
  4. data/doc_out/AuthorizationApi.html.md +57 -0
  5. data/doc_out/AuthzGrant.html.md +15 -0
  6. data/doc_out/AuthzGrantPolicy.html.md +16 -0
  7. data/doc_out/AuthzGrantRole.html.md +17 -0
  8. data/doc_out/AuthzObject.html.md +17 -0
  9. data/doc_out/AuthzPermissionContext.html.md +14 -0
  10. data/doc_out/AuthzSubject.html.md +16 -0
  11. data/doc_out/CreateUser.html.md +0 -1
  12. data/doc_out/ExportUri.html.md +14 -0
  13. data/doc_out/FaxSendRequest.html.md +5 -5
  14. data/doc_out/GroupsApi.html.md +119 -0
  15. data/doc_out/JsonNode.html.md +2 -2
  16. data/doc_out/Location.html.md +20 -0
  17. data/doc_out/LocationAddress.html.md +19 -0
  18. data/doc_out/LocationEmergencyNumber.html.md +15 -0
  19. data/doc_out/LocationsApi.html.md +249 -0
  20. data/doc_out/ObjectsApi.html.md +69 -0
  21. data/doc_out/OrganizationCreate.html.md +5 -5
  22. data/doc_out/OutboundApi.html.md +122 -0
  23. data/doc_out/SearchApi.html.md +254 -12
  24. data/doc_out/SuggestApi.html.md +254 -0
  25. data/doc_out/User.html.md +1 -1
  26. data/doc_out/UserMe.html.md +1 -1
  27. data/doc_out/UserPresence.html.md +1 -0
  28. data/doc_out/index.html.md +3 -3
  29. data/lib/purecloud.rb +13 -1
  30. data/lib/purecloud/api/authorization_api.rb +60 -0
  31. data/lib/purecloud/api/groups_api.rb +126 -0
  32. data/lib/purecloud/api/locations_api.rb +273 -0
  33. data/lib/purecloud/api/objects_api.rb +87 -0
  34. data/lib/purecloud/api/outbound_api.rb +126 -0
  35. data/lib/purecloud/api/search_api.rb +259 -14
  36. data/lib/purecloud/api/suggest_api.rb +272 -0
  37. data/lib/purecloud/api_client.rb +1 -1
  38. data/lib/purecloud/models/authz_grant.rb +186 -0
  39. data/lib/purecloud/models/authz_grant_policy.rb +197 -0
  40. data/lib/purecloud/models/authz_grant_role.rb +209 -0
  41. data/lib/purecloud/models/authz_object.rb +210 -0
  42. data/lib/purecloud/models/authz_permission_context.rb +175 -0
  43. data/lib/purecloud/models/authz_subject.rb +199 -0
  44. data/lib/purecloud/models/callback.rb +1 -1
  45. data/lib/purecloud/models/create_user.rb +4 -15
  46. data/lib/purecloud/models/export_uri.rb +176 -0
  47. data/lib/purecloud/models/fax_send_request.rb +21 -7
  48. data/lib/purecloud/models/group.rb +1 -1
  49. data/lib/purecloud/models/json_node.rb +25 -25
  50. data/lib/purecloud/models/location.rb +249 -0
  51. data/lib/purecloud/models/location_address.rb +225 -0
  52. data/lib/purecloud/models/location_emergency_number.rb +195 -0
  53. data/lib/purecloud/models/organization_create.rb +5 -5
  54. data/lib/purecloud/models/search_criteria.rb +1 -1
  55. data/lib/purecloud/models/user.rb +1 -1
  56. data/lib/purecloud/models/user_me.rb +1 -1
  57. data/lib/purecloud/models/user_presence.rb +12 -1
  58. data/lib/purecloud/version.rb +1 -1
  59. data/newVersion.md +1 -1
  60. data/swagger.json +1 -1
  61. data/version.json +1 -1
  62. metadata +28 -4
  63. data/doc_out/ExternalContactsApi.html.md +0 -1594
  64. data/lib/purecloud/api/external_contacts_api.rb +0 -1679
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5661ebed300c04d9a206f2341af08ac2d598b3c
4
- data.tar.gz: 83487d526051b55d1634118fc822fc1a4956c5e3
3
+ metadata.gz: 72c401211de589c476c53f5bb0c369174ca89efc
4
+ data.tar.gz: 0426cb0b02f21d55f73ab92228bfac965758af0a
5
5
  SHA512:
6
- metadata.gz: 06352aa310f087f315d750851430dd5dd1c96c12920ba0221e04a78442041b4730bb529ef411fda4b8f0a4559cd0d39a9313452963d287aa11e9c1057755b085
7
- data.tar.gz: 15f1e51633d08d08bb5a8294cd9042eebb1ae11b8ca7ea044a32a98cfe3058576a766f39e77b6d612922a8154e056213af390c920475d4b3b431d1fc0a9ad98b
6
+ metadata.gz: 8ede94dc8d40338e6ca8487c3b6ed0096f6e8ef2fa0a1f8b5ff80f1f8ae38c0d5f34a3d2421d16d52e1d75b52d8653436d63ecf112515b1ac56568d3460d667a
7
+ data.tar.gz: 9eae8a438a99386c1da62e5b6874163ffe5fdd98857a8e9003d2f1edba915fa7cad70034d2d9d35ba107de2fc18fafb897a6e1c3188cd866060ecfb6fc451073
data/README.md CHANGED
@@ -9,8 +9,8 @@ With the PureCloud Platform API, you can control all aspects of your PureCloud e
9
9
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
10
10
 
11
11
  - API version: v2
12
- - Package version: 0.37.1
13
- - Build date: 2016-04-21T12:51:39.418Z
12
+ - Package version: 0.38.1
13
+ - Build date: 2016-05-01T03:13:46.334Z
14
14
 
15
15
  For more information, please visit [https://developer.mypurecloud.com](https://developer.mypurecloud.com)
16
16
 
@@ -18,7 +18,7 @@ For more information, please visit [https://developer.mypurecloud.com](https://d
18
18
 
19
19
  ### from rubygems.org
20
20
 
21
- gem 'purecloud', '~> 0.37.1'
21
+ gem 'purecloud', '~> 0.38.1'
22
22
 
23
23
  ### Install from Git
24
24
 
@@ -1 +1 @@
1
- {"gemVersion":"0.37.1","gemName":"purecloud","moduleName":"PureCloud","gemLicense":"MIT","gemSummary":"PureCloud Platform API Library","gemDescription":"A Ruby library to interface with the PureCloud Platform API","gemHomepage":"https://developer.mypurecloud.com","gemAuthor":"Kevin Glinski","gemAuthorEmail":"Kevin.Glinski@inin.com","httpUserAgent":"PureCloud SDK/Ruby 0.37.1","gitUserId":"mypurecloud","gitRepoId":"purecloud_api_sdk_ruby"}
1
+ {"gemVersion":"0.38.1","gemName":"purecloud","moduleName":"PureCloud","gemLicense":"MIT","gemSummary":"PureCloud Platform API Library","gemDescription":"A Ruby library to interface with the PureCloud Platform API","gemHomepage":"https://developer.mypurecloud.com","gemAuthor":"Kevin Glinski","gemAuthorEmail":"Kevin.Glinski@inin.com","httpUserAgent":"PureCloud SDK/Ruby 0.38.1","gitUserId":"mypurecloud","gitRepoId":"purecloud_api_sdk_ruby"}
@@ -10,6 +10,7 @@ Method | HTTP request | Description
10
10
  ------------- | ------------- | -------------
11
11
  |[**delete_roles_role_id**](AuthorizationApi.html#delete_roles_role_id) | **DELETE** /api/v2/authorization/roles/{roleId} | Delete an organization role.|
12
12
  |[**delete_user_id_roles**](AuthorizationApi.html#delete_user_id_roles) | **DELETE** /api/v2/users/{userId}/roles | Removes all the roles from the user.|
13
+ |[**get_objects_object_id**](AuthorizationApi.html#get_objects_object_id) | **GET** /api/v2/authorization/objects/{objectId} | Returns a permission-protected object, showing the permission contexts it belongs to.|
13
14
  |[**get_permissions**](AuthorizationApi.html#get_permissions) | **GET** /api/v2/authorization/permissions | Get all permissions.|
14
15
  |[**get_products**](AuthorizationApi.html#get_products) | **GET** /api/v2/authorization/products | Get the list of enabled products|
15
16
  |[**get_roles**](AuthorizationApi.html#get_roles) | **GET** /api/v2/authorization/roles | Retrieve a list of all roles defined for the organization|
@@ -137,6 +138,62 @@ nil (empty response body)
137
138
 
138
139
 
139
140
 
141
+ <a name="get_objects_object_id"></a>
142
+
143
+ ## -[**AuthzObject**](AuthzObject.html) get_objects_object_id(object_id)
144
+
145
+ Returns a permission-protected object, showing the permission contexts it belongs to.
146
+
147
+
148
+
149
+ ### Example
150
+ ~~~ruby
151
+ # load the gem
152
+ require 'purecloud'
153
+ # setup authorization
154
+ @secret = ENV['PURECLOUD_SECRET']
155
+ @id = ENV['PURECLOUD_CLIENT_ID']
156
+ environment = "mypurecloud.com"
157
+
158
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
159
+
160
+ PureCloud.configure do |config|
161
+ config.access_token = @authToken
162
+ end
163
+
164
+ api_instance = PureCloud::AuthorizationApi.new
165
+
166
+ object_id = "object_id_example" # String | Object ID
167
+
168
+
169
+ begin
170
+ #Returns a permission-protected object, showing the permission contexts it belongs to.
171
+ result = api_instance.get_objects_object_id(object_id)
172
+ p result
173
+ rescue PureCloud::ApiError => e
174
+ puts "Exception when calling AuthorizationApi->get_objects_object_id: #{e}"
175
+ end
176
+ ~~~
177
+
178
+ ### Parameters
179
+
180
+ Name | Type | Description | Notes
181
+ ------------- | ------------- | ------------- | -------------
182
+ **object_id** | **String**| Object ID |
183
+ {: class="table table-striped"}
184
+
185
+
186
+ ### Return type
187
+
188
+ [**AuthzObject**](AuthzObject.html)
189
+
190
+ ### HTTP request headers
191
+
192
+ - **Content-Type**: application/json
193
+ - **Accept**: application/json
194
+
195
+
196
+
140
197
  <a name="get_permissions"></a>
141
198
 
142
199
  ## -[**PermissionCollectionEntityListing**](PermissionCollectionEntityListing.html) get_permissions(opts)
@@ -0,0 +1,15 @@
1
+ ---
2
+ title: AuthzGrant
3
+ ---
4
+ ## PureCloud::AuthzGrant
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **permission_context** | [**AuthzPermissionContext**](AuthzPermissionContext.html) | | [optional] |
11
+ | **role** | [**AuthzGrantRole**](AuthzGrantRole.html) | | [optional] |
12
+ | **grant_made_at** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
13
+ {: class="table table-striped"}
14
+
15
+
@@ -0,0 +1,16 @@
1
+ ---
2
+ title: AuthzGrantPolicy
3
+ ---
4
+ ## PureCloud::AuthzGrantPolicy
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **actions** | **Array&lt;String&gt;** | | [optional] |
11
+ | **condition** | **String** | | [optional] |
12
+ | **domain** | **String** | | [optional] |
13
+ | **entity_name** | **String** | | [optional] |
14
+ {: class="table table-striped"}
15
+
16
+
@@ -0,0 +1,17 @@
1
+ ---
2
+ title: AuthzGrantRole
3
+ ---
4
+ ## PureCloud::AuthzGrantRole
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
+ | **name** | **String** | | [optional] |
12
+ | **description** | **String** | | [optional] |
13
+ | **policies** | [**Array&lt;AuthzGrantPolicy&gt;**](AuthzGrantPolicy.html) | | [optional] |
14
+ | **self_uri** | **String** | The URI for this object | [optional] |
15
+ {: class="table table-striped"}
16
+
17
+
@@ -0,0 +1,17 @@
1
+ ---
2
+ title: AuthzObject
3
+ ---
4
+ ## PureCloud::AuthzObject
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
+ | **name** | **String** | | [optional] |
12
+ | **last_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
13
+ | **permission_contexts** | [**Array&lt;AuthzPermissionContext&gt;**](AuthzPermissionContext.html) | | [optional] |
14
+ | **self_uri** | **String** | The URI for this object | [optional] |
15
+ {: class="table table-striped"}
16
+
17
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: AuthzPermissionContext
3
+ ---
4
+ ## PureCloud::AuthzPermissionContext
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **context_id** | **String** | | [optional] |
11
+ | **type** | **String** | | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,16 @@
1
+ ---
2
+ title: AuthzSubject
3
+ ---
4
+ ## PureCloud::AuthzSubject
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
+ | **name** | **String** | | [optional] |
12
+ | **grants** | [**Array&lt;AuthzGrant&gt;**](AuthzGrant.html) | | [optional] |
13
+ | **self_uri** | **String** | The URI for this object | [optional] |
14
+ {: class="table table-striped"}
15
+
16
+
@@ -13,7 +13,6 @@ title: CreateUser
13
13
  | **addresses** | [**Array&lt;Contact&gt;**](Contact.html) | Email addresses and phone numbers for this user | [optional] |
14
14
  | **title** | **String** | | [optional] |
15
15
  | **password** | **String** | User&#39;s password | |
16
- | **version** | **String** | Use version number 1 when creating | |
17
16
  {: class="table table-striped"}
18
17
 
19
18
 
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: ExportUri
3
+ ---
4
+ ## PureCloud::ExportUri
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **uri** | **String** | | [optional] |
11
+ | **export_timestamp** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -9,11 +9,11 @@ title: FaxSendRequest
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | | [optional] |
12
- | **addresses** | **Array&lt;String&gt;** | | [optional] |
13
- | **original_filename** | **String** | | [optional] |
14
- | **content_type** | **String** | | [optional] |
15
- | **workspace** | [**Workspace**](Workspace.html) | | [optional] |
16
- | **cover_sheet** | [**CoverSheet**](CoverSheet.html) | | [optional] |
12
+ | **addresses** | **Array&lt;String&gt;** | A list of outbound fax dialing addresses. E.g. +13175555555 or 3175555555 | |
13
+ | **document_id** | **String** | DocumentId of Content Management artifact. If Content Management document is not used for faxing, documentId should be null | [optional] |
14
+ | **content_type** | **String** | The content type that is going to be uploaded. If Content Management document is used for faxing, contentType will be ignored | [optional] |
15
+ | **workspace** | [**Workspace**](Workspace.html) | Workspace in which the document should be stored. If Content Management document is used for faxing, workspace will be ignored | [optional] |
16
+ | **cover_sheet** | [**CoverSheet**](CoverSheet.html) | Data for coversheet generation. | [optional] |
17
17
  | **self_uri** | **String** | The URI for this object | [optional] |
18
18
  {: class="table table-striped"}
19
19
 
@@ -8,14 +8,74 @@ All URIs are relative to *https://api.mypurecloud.com*
8
8
 
9
9
  Method | HTTP request | Description
10
10
  ------------- | ------------- | -------------
11
+ |[**delete_group_id_members**](GroupsApi.html#delete_group_id_members) | **DELETE** /api/v2/groups/{groupId}/members | Remove members|
11
12
  |[**get_group_id**](GroupsApi.html#get_group_id) | **GET** /api/v2/groups/{groupId} | Get group|
12
13
  |[**get_group_id_members**](GroupsApi.html#get_group_id_members) | **GET** /api/v2/groups/{groupId}/members | Get group members|
13
14
  |[**get_groups**](GroupsApi.html#get_groups) | **GET** /api/v2/groups | Get a group list|
14
15
  |[**get_search**](GroupsApi.html#get_search) | **GET** /api/v2/groups/search | Search using q64|
16
+ |[**post_group_id_members**](GroupsApi.html#post_group_id_members) | **POST** /api/v2/groups/{groupId}/members | Add members|
15
17
  |[**post_groups**](GroupsApi.html#post_groups) | **POST** /api/v2/groups | Create a group|
16
18
  |[**post_search**](GroupsApi.html#post_search) | **POST** /api/v2/groups/search | Search|
17
19
  {: class="table table-striped"}
18
20
 
21
+ <a name="delete_group_id_members"></a>
22
+
23
+ ## - delete_group_id_members(group_id, ids)
24
+
25
+ Remove members
26
+
27
+
28
+
29
+ ### Example
30
+ ~~~ruby
31
+ # load the gem
32
+ require 'purecloud'
33
+ # setup authorization
34
+ @secret = ENV['PURECLOUD_SECRET']
35
+ @id = ENV['PURECLOUD_CLIENT_ID']
36
+ environment = "mypurecloud.com"
37
+
38
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
39
+
40
+ PureCloud.configure do |config|
41
+ config.access_token = @authToken
42
+ end
43
+
44
+ api_instance = PureCloud::GroupsApi.new
45
+
46
+ group_id = "group_id_example" # String | Group ID
47
+
48
+ ids = "ids_example" # String | Comma separated list of userIds to remove
49
+
50
+
51
+ begin
52
+ #Remove members
53
+ api_instance.delete_group_id_members(group_id, ids)
54
+ rescue PureCloud::ApiError => e
55
+ puts "Exception when calling GroupsApi->delete_group_id_members: #{e}"
56
+ end
57
+ ~~~
58
+
59
+ ### Parameters
60
+
61
+ Name | Type | Description | Notes
62
+ ------------- | ------------- | ------------- | -------------
63
+ **group_id** | **String**| Group ID |
64
+ **ids** | **String**| Comma separated list of userIds to remove |
65
+ {: class="table table-striped"}
66
+
67
+
68
+ ### Return type
69
+
70
+ nil (empty response body)
71
+
72
+ ### HTTP request headers
73
+
74
+ - **Content-Type**: application/json
75
+ - **Accept**: application/json
76
+
77
+
78
+
19
79
  <a name="get_group_id"></a>
20
80
 
21
81
  ## -[**Group**](Group.html) get_group_id(group_id)
@@ -256,6 +316,65 @@ Name | Type | Description | Notes
256
316
 
257
317
 
258
318
 
319
+ <a name="post_group_id_members"></a>
320
+
321
+ ## - post_group_id_members(group_id, opts)
322
+
323
+ Add members
324
+
325
+
326
+
327
+ ### Example
328
+ ~~~ruby
329
+ # load the gem
330
+ require 'purecloud'
331
+ # setup authorization
332
+ @secret = ENV['PURECLOUD_SECRET']
333
+ @id = ENV['PURECLOUD_CLIENT_ID']
334
+ environment = "mypurecloud.com"
335
+
336
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
337
+
338
+ PureCloud.configure do |config|
339
+ config.access_token = @authToken
340
+ end
341
+
342
+ api_instance = PureCloud::GroupsApi.new
343
+
344
+ group_id = "group_id_example" # String | Group ID
345
+
346
+ opts = {
347
+ body: PureCloud::GroupMembersUpdate.new # GroupMembersUpdate | Add members
348
+ }
349
+
350
+ begin
351
+ #Add members
352
+ api_instance.post_group_id_members(group_id, opts)
353
+ rescue PureCloud::ApiError => e
354
+ puts "Exception when calling GroupsApi->post_group_id_members: #{e}"
355
+ end
356
+ ~~~
357
+
358
+ ### Parameters
359
+
360
+ Name | Type | Description | Notes
361
+ ------------- | ------------- | ------------- | -------------
362
+ **group_id** | **String**| Group ID |
363
+ **body** | [**GroupMembersUpdate**](GroupMembersUpdate.html)| Add members | [optional]
364
+ {: class="table table-striped"}
365
+
366
+
367
+ ### Return type
368
+
369
+ nil (empty response body)
370
+
371
+ ### HTTP request headers
372
+
373
+ - **Content-Type**: application/json
374
+ - **Accept**: application/json
375
+
376
+
377
+
259
378
  <a name="post_groups"></a>
260
379
 
261
380
  ## -[**Group**](Group.html) post_groups(opts)
@@ -9,15 +9,15 @@ title: JsonNode
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **node_type** | **String** | | [optional] |
11
11
  | **float** | **BOOLEAN** | | [optional] [default to false]|
12
- | **object** | **BOOLEAN** | | [optional] [default to false]|
13
12
  | **boolean** | **BOOLEAN** | | [optional] [default to false]|
14
13
  | **number** | **BOOLEAN** | | [optional] [default to false]|
14
+ | **object** | **BOOLEAN** | | [optional] [default to false]|
15
15
  | **value_node** | **BOOLEAN** | | [optional] [default to false]|
16
- | **floating_point_number** | **BOOLEAN** | | [optional] [default to false]|
17
16
  | **container_node** | **BOOLEAN** | | [optional] [default to false]|
18
17
  | **missing_node** | **BOOLEAN** | | [optional] [default to false]|
19
18
  | **pojo** | **BOOLEAN** | | [optional] [default to false]|
20
19
  | **integral_number** | **BOOLEAN** | | [optional] [default to false]|
20
+ | **floating_point_number** | **BOOLEAN** | | [optional] [default to false]|
21
21
  | **short** | **BOOLEAN** | | [optional] [default to false]|
22
22
  | **int** | **BOOLEAN** | | [optional] [default to false]|
23
23
  | **long** | **BOOLEAN** | | [optional] [default to false]|
@@ -0,0 +1,20 @@
1
+ ---
2
+ title: Location
3
+ ---
4
+ ## PureCloud::Location
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
+ | **name** | **String** | | [optional] |
12
+ | **address** | [**LocationAddress**](LocationAddress.html) | | [optional] |
13
+ | **address_verified** | **BOOLEAN** | | [optional] [default to false]|
14
+ | **emergency_number** | [**LocationEmergencyNumber**](LocationEmergencyNumber.html) | | [optional] |
15
+ | **state** | **String** | Current activity status of the location. | [optional] |
16
+ | **version** | **Integer** | | [optional] |
17
+ | **self_uri** | **String** | The URI for this object | [optional] |
18
+ {: class="table table-striped"}
19
+
20
+
@@ -0,0 +1,19 @@
1
+ ---
2
+ title: LocationAddress
3
+ ---
4
+ ## PureCloud::LocationAddress
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **city** | **String** | | [optional] |
11
+ | **country** | **String** | | [optional] |
12
+ | **country_name** | **String** | | [optional] |
13
+ | **state** | **String** | | [optional] |
14
+ | **street1** | **String** | | [optional] |
15
+ | **street2** | **String** | | [optional] |
16
+ | **zipcode** | **String** | | [optional] |
17
+ {: class="table table-striped"}
18
+
19
+