topological_inventory-api-client 2.0.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (190) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +70 -0
  3. data/README.md +3 -3
  4. data/docs/DefaultApi.md +789 -301
  5. data/docs/ServiceCredential.md +41 -0
  6. data/docs/ServiceCredentialType.md +41 -0
  7. data/docs/ServiceCredentialTypesCollection.md +21 -0
  8. data/docs/ServiceCredentialsCollection.md +21 -0
  9. data/docs/ServiceInstance.md +0 -2
  10. data/docs/ServiceInstanceNode.md +0 -2
  11. data/docs/ServiceOffering.md +0 -2
  12. data/docs/ServiceOfferingNode.md +0 -2
  13. data/lib/topological_inventory-api-client/api/default_api.rb +1042 -384
  14. data/lib/topological_inventory-api-client/api_client.rb +2 -2
  15. data/lib/topological_inventory-api-client/api_error.rb +2 -2
  16. data/lib/topological_inventory-api-client/configuration.rb +8 -8
  17. data/lib/topological_inventory-api-client/models/applied_inventories_parameters_service_plan.rb +2 -2
  18. data/lib/topological_inventory-api-client/models/availabilities_collection.rb +2 -2
  19. data/lib/topological_inventory-api-client/models/availability.rb +2 -2
  20. data/lib/topological_inventory-api-client/models/cluster.rb +2 -2
  21. data/lib/topological_inventory-api-client/models/clusters_collection.rb +2 -2
  22. data/lib/topological_inventory-api-client/models/collection_links.rb +2 -2
  23. data/lib/topological_inventory-api-client/models/collection_metadata.rb +2 -2
  24. data/lib/topological_inventory-api-client/models/container.rb +2 -2
  25. data/lib/topological_inventory-api-client/models/container_group.rb +2 -2
  26. data/lib/topological_inventory-api-client/models/container_groups_collection.rb +2 -2
  27. data/lib/topological_inventory-api-client/models/container_image.rb +2 -2
  28. data/lib/topological_inventory-api-client/models/container_images_collection.rb +2 -2
  29. data/lib/topological_inventory-api-client/models/container_node.rb +2 -2
  30. data/lib/topological_inventory-api-client/models/container_nodes_collection.rb +2 -2
  31. data/lib/topological_inventory-api-client/models/container_project.rb +2 -2
  32. data/lib/topological_inventory-api-client/models/container_projects_collection.rb +2 -2
  33. data/lib/topological_inventory-api-client/models/container_resource_quota.rb +2 -2
  34. data/lib/topological_inventory-api-client/models/container_resource_quota_collection.rb +2 -2
  35. data/lib/topological_inventory-api-client/models/container_template.rb +2 -2
  36. data/lib/topological_inventory-api-client/models/container_templates_collection.rb +2 -2
  37. data/lib/topological_inventory-api-client/models/containers_collection.rb +2 -2
  38. data/lib/topological_inventory-api-client/models/datastore.rb +2 -2
  39. data/lib/topological_inventory-api-client/models/datastores_collection.rb +2 -2
  40. data/lib/topological_inventory-api-client/models/error_not_found.rb +2 -2
  41. data/lib/topological_inventory-api-client/models/error_not_found_errors.rb +2 -2
  42. data/lib/topological_inventory-api-client/models/flavor.rb +2 -2
  43. data/lib/topological_inventory-api-client/models/flavors_collection.rb +2 -2
  44. data/lib/topological_inventory-api-client/models/graph_ql_request.rb +2 -2
  45. data/lib/topological_inventory-api-client/models/graph_ql_response.rb +2 -2
  46. data/lib/topological_inventory-api-client/models/host.rb +2 -2
  47. data/lib/topological_inventory-api-client/models/hosts_collection.rb +2 -2
  48. data/lib/topological_inventory-api-client/models/inline_response200.rb +2 -2
  49. data/lib/topological_inventory-api-client/models/ipaddress.rb +2 -2
  50. data/lib/topological_inventory-api-client/models/ipaddresses_collection.rb +2 -2
  51. data/lib/topological_inventory-api-client/models/network.rb +2 -2
  52. data/lib/topological_inventory-api-client/models/network_adapter.rb +2 -2
  53. data/lib/topological_inventory-api-client/models/network_adapters_collection.rb +2 -2
  54. data/lib/topological_inventory-api-client/models/networks_collection.rb +2 -2
  55. data/lib/topological_inventory-api-client/models/orchestration_stack.rb +2 -2
  56. data/lib/topological_inventory-api-client/models/orchestration_stacks_collection.rb +2 -2
  57. data/lib/topological_inventory-api-client/models/order_parameters_service_offering.rb +2 -2
  58. data/lib/topological_inventory-api-client/models/order_parameters_service_plan.rb +2 -2
  59. data/lib/topological_inventory-api-client/models/security_group.rb +2 -2
  60. data/lib/topological_inventory-api-client/models/security_groups_collection.rb +2 -2
  61. data/lib/topological_inventory-api-client/models/service_credential.rb +368 -0
  62. data/lib/topological_inventory-api-client/models/service_credential_type.rb +350 -0
  63. data/lib/topological_inventory-api-client/models/service_credential_types_collection.rb +226 -0
  64. data/lib/topological_inventory-api-client/models/service_credentials_collection.rb +226 -0
  65. data/lib/topological_inventory-api-client/models/service_instance.rb +3 -30
  66. data/lib/topological_inventory-api-client/models/service_instance_node.rb +3 -30
  67. data/lib/topological_inventory-api-client/models/service_instance_nodes_collection.rb +2 -2
  68. data/lib/topological_inventory-api-client/models/service_instances_collection.rb +2 -2
  69. data/lib/topological_inventory-api-client/models/service_inventories_collection.rb +2 -2
  70. data/lib/topological_inventory-api-client/models/service_inventory.rb +2 -2
  71. data/lib/topological_inventory-api-client/models/service_offering.rb +3 -30
  72. data/lib/topological_inventory-api-client/models/service_offering_icon.rb +2 -2
  73. data/lib/topological_inventory-api-client/models/service_offering_icons_collection.rb +2 -2
  74. data/lib/topological_inventory-api-client/models/service_offering_node.rb +3 -30
  75. data/lib/topological_inventory-api-client/models/service_offering_nodes_collection.rb +2 -2
  76. data/lib/topological_inventory-api-client/models/service_offerings_collection.rb +2 -2
  77. data/lib/topological_inventory-api-client/models/service_plan.rb +2 -2
  78. data/lib/topological_inventory-api-client/models/service_plans_collection.rb +2 -2
  79. data/lib/topological_inventory-api-client/models/source.rb +2 -2
  80. data/lib/topological_inventory-api-client/models/source_region.rb +2 -2
  81. data/lib/topological_inventory-api-client/models/source_regions_collection.rb +2 -2
  82. data/lib/topological_inventory-api-client/models/sources_collection.rb +2 -2
  83. data/lib/topological_inventory-api-client/models/subnet.rb +2 -2
  84. data/lib/topological_inventory-api-client/models/subnets_collection.rb +2 -2
  85. data/lib/topological_inventory-api-client/models/subscription.rb +2 -2
  86. data/lib/topological_inventory-api-client/models/subscriptions_collection.rb +2 -2
  87. data/lib/topological_inventory-api-client/models/tag.rb +2 -2
  88. data/lib/topological_inventory-api-client/models/tags_collection.rb +2 -2
  89. data/lib/topological_inventory-api-client/models/task.rb +2 -2
  90. data/lib/topological_inventory-api-client/models/tasks_collection.rb +2 -2
  91. data/lib/topological_inventory-api-client/models/tenant.rb +2 -2
  92. data/lib/topological_inventory-api-client/models/vm.rb +2 -2
  93. data/lib/topological_inventory-api-client/models/vms_collection.rb +2 -2
  94. data/lib/topological_inventory-api-client/models/volume.rb +2 -2
  95. data/lib/topological_inventory-api-client/models/volume_attachment.rb +2 -2
  96. data/lib/topological_inventory-api-client/models/volume_attachments_collection.rb +2 -2
  97. data/lib/topological_inventory-api-client/models/volume_type.rb +2 -2
  98. data/lib/topological_inventory-api-client/models/volume_types_collection.rb +2 -2
  99. data/lib/topological_inventory-api-client/models/volumes_collection.rb +2 -2
  100. data/lib/topological_inventory-api-client/version.rb +3 -3
  101. data/lib/topological_inventory-api-client.rb +6 -2
  102. data/spec/api/default_api_spec.rb +270 -152
  103. data/spec/api_client_spec.rb +2 -2
  104. data/spec/configuration_spec.rb +5 -5
  105. data/spec/models/applied_inventories_parameters_service_plan_spec.rb +2 -2
  106. data/spec/models/availabilities_collection_spec.rb +2 -2
  107. data/spec/models/availability_spec.rb +2 -2
  108. data/spec/models/cluster_spec.rb +2 -2
  109. data/spec/models/clusters_collection_spec.rb +2 -2
  110. data/spec/models/collection_links_spec.rb +2 -2
  111. data/spec/models/collection_metadata_spec.rb +2 -2
  112. data/spec/models/container_group_spec.rb +2 -2
  113. data/spec/models/container_groups_collection_spec.rb +2 -2
  114. data/spec/models/container_image_spec.rb +2 -2
  115. data/spec/models/container_images_collection_spec.rb +2 -2
  116. data/spec/models/container_node_spec.rb +2 -2
  117. data/spec/models/container_nodes_collection_spec.rb +2 -2
  118. data/spec/models/container_project_spec.rb +2 -2
  119. data/spec/models/container_projects_collection_spec.rb +2 -2
  120. data/spec/models/container_resource_quota_collection_spec.rb +2 -2
  121. data/spec/models/container_resource_quota_spec.rb +2 -2
  122. data/spec/models/container_spec.rb +2 -2
  123. data/spec/models/container_template_spec.rb +2 -2
  124. data/spec/models/container_templates_collection_spec.rb +2 -2
  125. data/spec/models/containers_collection_spec.rb +2 -2
  126. data/spec/models/datastore_spec.rb +2 -2
  127. data/spec/models/datastores_collection_spec.rb +2 -2
  128. data/spec/models/error_not_found_errors_spec.rb +2 -2
  129. data/spec/models/error_not_found_spec.rb +2 -2
  130. data/spec/models/flavor_spec.rb +2 -2
  131. data/spec/models/flavors_collection_spec.rb +2 -2
  132. data/spec/models/graph_ql_request_spec.rb +2 -2
  133. data/spec/models/graph_ql_response_spec.rb +2 -2
  134. data/spec/models/host_spec.rb +2 -2
  135. data/spec/models/hosts_collection_spec.rb +2 -2
  136. data/spec/models/inline_response200_spec.rb +2 -2
  137. data/spec/models/ipaddress_spec.rb +2 -2
  138. data/spec/models/ipaddresses_collection_spec.rb +2 -2
  139. data/spec/models/network_adapter_spec.rb +2 -2
  140. data/spec/models/network_adapters_collection_spec.rb +2 -2
  141. data/spec/models/network_spec.rb +2 -2
  142. data/spec/models/networks_collection_spec.rb +2 -2
  143. data/spec/models/orchestration_stack_spec.rb +2 -2
  144. data/spec/models/orchestration_stacks_collection_spec.rb +2 -2
  145. data/spec/models/order_parameters_service_offering_spec.rb +2 -2
  146. data/spec/models/order_parameters_service_plan_spec.rb +2 -2
  147. data/spec/models/security_group_spec.rb +2 -2
  148. data/spec/models/security_groups_collection_spec.rb +2 -2
  149. data/spec/models/service_credential_spec.rb +113 -0
  150. data/spec/models/service_credential_type_spec.rb +113 -0
  151. data/spec/models/service_credential_types_collection_spec.rb +53 -0
  152. data/spec/models/service_credentials_collection_spec.rb +53 -0
  153. data/spec/models/service_instance_node_spec.rb +2 -8
  154. data/spec/models/service_instance_nodes_collection_spec.rb +2 -2
  155. data/spec/models/service_instance_spec.rb +2 -8
  156. data/spec/models/service_instances_collection_spec.rb +2 -2
  157. data/spec/models/service_inventories_collection_spec.rb +2 -2
  158. data/spec/models/service_inventory_spec.rb +2 -2
  159. data/spec/models/service_offering_icon_spec.rb +2 -2
  160. data/spec/models/service_offering_icons_collection_spec.rb +2 -2
  161. data/spec/models/service_offering_node_spec.rb +2 -8
  162. data/spec/models/service_offering_nodes_collection_spec.rb +2 -2
  163. data/spec/models/service_offering_spec.rb +2 -8
  164. data/spec/models/service_offerings_collection_spec.rb +2 -2
  165. data/spec/models/service_plan_spec.rb +2 -2
  166. data/spec/models/service_plans_collection_spec.rb +2 -2
  167. data/spec/models/source_region_spec.rb +2 -2
  168. data/spec/models/source_regions_collection_spec.rb +2 -2
  169. data/spec/models/source_spec.rb +2 -2
  170. data/spec/models/sources_collection_spec.rb +2 -2
  171. data/spec/models/subnet_spec.rb +2 -2
  172. data/spec/models/subnets_collection_spec.rb +2 -2
  173. data/spec/models/subscription_spec.rb +2 -2
  174. data/spec/models/subscriptions_collection_spec.rb +2 -2
  175. data/spec/models/tag_spec.rb +2 -2
  176. data/spec/models/tags_collection_spec.rb +2 -2
  177. data/spec/models/task_spec.rb +2 -2
  178. data/spec/models/tasks_collection_spec.rb +2 -2
  179. data/spec/models/tenant_spec.rb +2 -2
  180. data/spec/models/vm_spec.rb +2 -2
  181. data/spec/models/vms_collection_spec.rb +2 -2
  182. data/spec/models/volume_attachment_spec.rb +2 -2
  183. data/spec/models/volume_attachments_collection_spec.rb +2 -2
  184. data/spec/models/volume_spec.rb +2 -2
  185. data/spec/models/volume_type_spec.rb +2 -2
  186. data/spec/models/volume_types_collection_spec.rb +2 -2
  187. data/spec/models/volumes_collection_spec.rb +2 -2
  188. data/spec/spec_helper.rb +2 -2
  189. data/topological_inventory-api-client.gemspec +2 -2
  190. metadata +86 -69
data/docs/DefaultApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # TopologicalInventoryApiClient::DefaultApi
2
2
 
3
- All URIs are relative to *https://cloud.redhat.com//api/topological-inventory/v2.0*
3
+ All URIs are relative to *https://cloud.redhat.com//api/topological-inventory/v3.0*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -47,13 +47,19 @@ Method | HTTP request | Description
47
47
  [**list_security_group_tags**](DefaultApi.md#list_security_group_tags) | **GET** /security_groups/{id}/tags | List Tags for SecurityGroup
48
48
  [**list_security_group_vms**](DefaultApi.md#list_security_group_vms) | **GET** /security_groups/{id}/vms | List Vms for SecurityGroup
49
49
  [**list_security_groups**](DefaultApi.md#list_security_groups) | **GET** /security_groups | List SecurityGroups
50
+ [**list_service_credential_types**](DefaultApi.md#list_service_credential_types) | **GET** /service_credential_types | List ServiceCredentialTypes
51
+ [**list_service_credentials**](DefaultApi.md#list_service_credentials) | **GET** /service_credentials | List ServiceCredentials
52
+ [**list_service_instance_node_service_credentials**](DefaultApi.md#list_service_instance_node_service_credentials) | **GET** /service_instance_nodes/{id}/service_credentials | List ServiceCredentials for ServiceInstanceNode
50
53
  [**list_service_instance_nodes**](DefaultApi.md#list_service_instance_nodes) | **GET** /service_instance_nodes | List ServiceInstanceNodes
54
+ [**list_service_instance_service_credentials**](DefaultApi.md#list_service_instance_service_credentials) | **GET** /service_instances/{id}/service_credentials | List ServiceCredentials for ServiceInstance
51
55
  [**list_service_instance_service_instance_nodes**](DefaultApi.md#list_service_instance_service_instance_nodes) | **GET** /service_instances/{id}/service_instance_nodes | List ServiceInstanceNodes for ServiceInstance
52
56
  [**list_service_instances**](DefaultApi.md#list_service_instances) | **GET** /service_instances | List ServiceInstances
53
57
  [**list_service_inventories**](DefaultApi.md#list_service_inventories) | **GET** /service_inventories | List ServiceInventories
54
58
  [**list_service_inventory_tags**](DefaultApi.md#list_service_inventory_tags) | **GET** /service_inventories/{id}/tags | List Tags for ServiceInventory
55
59
  [**list_service_offering_icons**](DefaultApi.md#list_service_offering_icons) | **GET** /service_offering_icons | List ServiceOfferingIcons
60
+ [**list_service_offering_node_service_credentials**](DefaultApi.md#list_service_offering_node_service_credentials) | **GET** /service_offering_nodes/{id}/service_credentials | List ServiceCredentials for ServiceOfferingNode
56
61
  [**list_service_offering_nodes**](DefaultApi.md#list_service_offering_nodes) | **GET** /service_offering_nodes | List ServiceOfferingNodes
62
+ [**list_service_offering_service_credentials**](DefaultApi.md#list_service_offering_service_credentials) | **GET** /service_offerings/{id}/service_credentials | List ServiceCredentials for ServiceOffering
57
63
  [**list_service_offering_service_instances**](DefaultApi.md#list_service_offering_service_instances) | **GET** /service_offerings/{id}/service_instances | List ServiceInstances for ServiceOffering
58
64
  [**list_service_offering_service_offering_nodes**](DefaultApi.md#list_service_offering_service_offering_nodes) | **GET** /service_offerings/{id}/service_offering_nodes | List ServiceOfferingNodes for ServiceOffering
59
65
  [**list_service_offering_service_plans**](DefaultApi.md#list_service_offering_service_plans) | **GET** /service_offerings/{id}/service_plans | List ServicePlans for ServiceOffering
@@ -162,6 +168,8 @@ Method | HTTP request | Description
162
168
  [**show_network_adapter**](DefaultApi.md#show_network_adapter) | **GET** /network_adapters/{id} | Show an existing NetworkAdapter
163
169
  [**show_orchestration_stack**](DefaultApi.md#show_orchestration_stack) | **GET** /orchestration_stacks/{id} | Show an existing OrchestrationStack
164
170
  [**show_security_group**](DefaultApi.md#show_security_group) | **GET** /security_groups/{id} | Show an existing SecurityGroup
171
+ [**show_service_credential**](DefaultApi.md#show_service_credential) | **GET** /service_credentials/{id} | Show an existing ServiceCredential
172
+ [**show_service_credential_type**](DefaultApi.md#show_service_credential_type) | **GET** /service_credential_types/{id} | Show an existing ServiceCredentialType
165
173
  [**show_service_instance**](DefaultApi.md#show_service_instance) | **GET** /service_instances/{id} | Show an existing ServiceInstance
166
174
  [**show_service_instance_node**](DefaultApi.md#show_service_instance_node) | **GET** /service_instance_nodes/{id} | Show an existing ServiceInstanceNode
167
175
  [**show_service_inventory**](DefaultApi.md#show_service_inventory) | **GET** /service_inventories/{id} | Show an existing ServiceInventory
@@ -338,7 +346,7 @@ opts = {
338
346
  limit: 100, # Integer | The numbers of items to return per page.
339
347
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
340
348
  filter: nil, # Object | Filter for querying collections.
341
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
349
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
342
350
  }
343
351
 
344
352
  begin
@@ -359,7 +367,7 @@ Name | Type | Description | Notes
359
367
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
360
368
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
361
369
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
362
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
370
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
363
371
 
364
372
  ### Return type
365
373
 
@@ -400,7 +408,7 @@ opts = {
400
408
  limit: 100, # Integer | The numbers of items to return per page.
401
409
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
402
410
  filter: nil, # Object | Filter for querying collections.
403
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
411
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
404
412
  }
405
413
 
406
414
  begin
@@ -420,7 +428,7 @@ Name | Type | Description | Notes
420
428
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
421
429
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
422
430
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
423
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
431
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
424
432
 
425
433
  ### Return type
426
434
 
@@ -462,7 +470,7 @@ opts = {
462
470
  limit: 100, # Integer | The numbers of items to return per page.
463
471
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
464
472
  filter: nil, # Object | Filter for querying collections.
465
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
473
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
466
474
  }
467
475
 
468
476
  begin
@@ -483,7 +491,7 @@ Name | Type | Description | Notes
483
491
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
484
492
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
485
493
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
486
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
494
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
487
495
 
488
496
  ### Return type
489
497
 
@@ -525,7 +533,7 @@ opts = {
525
533
  limit: 100, # Integer | The numbers of items to return per page.
526
534
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
527
535
  filter: nil, # Object | Filter for querying collections.
528
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
536
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
529
537
  }
530
538
 
531
539
  begin
@@ -546,7 +554,7 @@ Name | Type | Description | Notes
546
554
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
547
555
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
548
556
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
549
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
557
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
550
558
 
551
559
  ### Return type
552
560
 
@@ -587,7 +595,7 @@ opts = {
587
595
  limit: 100, # Integer | The numbers of items to return per page.
588
596
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
589
597
  filter: nil, # Object | Filter for querying collections.
590
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
598
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
591
599
  }
592
600
 
593
601
  begin
@@ -607,7 +615,7 @@ Name | Type | Description | Notes
607
615
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
608
616
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
609
617
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
610
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
618
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
611
619
 
612
620
  ### Return type
613
621
 
@@ -649,7 +657,7 @@ opts = {
649
657
  limit: 100, # Integer | The numbers of items to return per page.
650
658
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
651
659
  filter: nil, # Object | Filter for querying collections.
652
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
660
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
653
661
  }
654
662
 
655
663
  begin
@@ -670,7 +678,7 @@ Name | Type | Description | Notes
670
678
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
671
679
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
672
680
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
673
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
681
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
674
682
 
675
683
  ### Return type
676
684
 
@@ -711,7 +719,7 @@ opts = {
711
719
  limit: 100, # Integer | The numbers of items to return per page.
712
720
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
713
721
  filter: nil, # Object | Filter for querying collections.
714
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
722
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
715
723
  }
716
724
 
717
725
  begin
@@ -731,7 +739,7 @@ Name | Type | Description | Notes
731
739
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
732
740
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
733
741
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
734
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
742
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
735
743
 
736
744
  ### Return type
737
745
 
@@ -773,7 +781,7 @@ opts = {
773
781
  limit: 100, # Integer | The numbers of items to return per page.
774
782
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
775
783
  filter: nil, # Object | Filter for querying collections.
776
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
784
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
777
785
  }
778
786
 
779
787
  begin
@@ -794,7 +802,7 @@ Name | Type | Description | Notes
794
802
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
795
803
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
796
804
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
797
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
805
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
798
806
 
799
807
  ### Return type
800
808
 
@@ -836,7 +844,7 @@ opts = {
836
844
  limit: 100, # Integer | The numbers of items to return per page.
837
845
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
838
846
  filter: nil, # Object | Filter for querying collections.
839
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
847
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
840
848
  }
841
849
 
842
850
  begin
@@ -857,7 +865,7 @@ Name | Type | Description | Notes
857
865
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
858
866
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
859
867
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
860
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
868
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
861
869
 
862
870
  ### Return type
863
871
 
@@ -898,7 +906,7 @@ opts = {
898
906
  limit: 100, # Integer | The numbers of items to return per page.
899
907
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
900
908
  filter: nil, # Object | Filter for querying collections.
901
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
909
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
902
910
  }
903
911
 
904
912
  begin
@@ -918,7 +926,7 @@ Name | Type | Description | Notes
918
926
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
919
927
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
920
928
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
921
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
929
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
922
930
 
923
931
  ### Return type
924
932
 
@@ -960,7 +968,7 @@ opts = {
960
968
  limit: 100, # Integer | The numbers of items to return per page.
961
969
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
962
970
  filter: nil, # Object | Filter for querying collections.
963
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
971
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
964
972
  }
965
973
 
966
974
  begin
@@ -981,7 +989,7 @@ Name | Type | Description | Notes
981
989
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
982
990
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
983
991
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
984
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
992
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
985
993
 
986
994
  ### Return type
987
995
 
@@ -1023,7 +1031,7 @@ opts = {
1023
1031
  limit: 100, # Integer | The numbers of items to return per page.
1024
1032
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1025
1033
  filter: nil, # Object | Filter for querying collections.
1026
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1034
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1027
1035
  }
1028
1036
 
1029
1037
  begin
@@ -1044,7 +1052,7 @@ Name | Type | Description | Notes
1044
1052
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1045
1053
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1046
1054
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1047
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1055
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1048
1056
 
1049
1057
  ### Return type
1050
1058
 
@@ -1086,7 +1094,7 @@ opts = {
1086
1094
  limit: 100, # Integer | The numbers of items to return per page.
1087
1095
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1088
1096
  filter: nil, # Object | Filter for querying collections.
1089
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1097
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1090
1098
  }
1091
1099
 
1092
1100
  begin
@@ -1107,7 +1115,7 @@ Name | Type | Description | Notes
1107
1115
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1108
1116
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1109
1117
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1110
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1118
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1111
1119
 
1112
1120
  ### Return type
1113
1121
 
@@ -1149,7 +1157,7 @@ opts = {
1149
1157
  limit: 100, # Integer | The numbers of items to return per page.
1150
1158
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1151
1159
  filter: nil, # Object | Filter for querying collections.
1152
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1160
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1153
1161
  }
1154
1162
 
1155
1163
  begin
@@ -1170,7 +1178,7 @@ Name | Type | Description | Notes
1170
1178
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1171
1179
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1172
1180
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1173
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1181
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1174
1182
 
1175
1183
  ### Return type
1176
1184
 
@@ -1211,7 +1219,7 @@ opts = {
1211
1219
  limit: 100, # Integer | The numbers of items to return per page.
1212
1220
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1213
1221
  filter: nil, # Object | Filter for querying collections.
1214
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1222
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1215
1223
  }
1216
1224
 
1217
1225
  begin
@@ -1231,7 +1239,7 @@ Name | Type | Description | Notes
1231
1239
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1232
1240
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1233
1241
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1234
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1242
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1235
1243
 
1236
1244
  ### Return type
1237
1245
 
@@ -1272,7 +1280,7 @@ opts = {
1272
1280
  limit: 100, # Integer | The numbers of items to return per page.
1273
1281
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1274
1282
  filter: nil, # Object | Filter for querying collections.
1275
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1283
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1276
1284
  }
1277
1285
 
1278
1286
  begin
@@ -1292,7 +1300,7 @@ Name | Type | Description | Notes
1292
1300
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1293
1301
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1294
1302
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1295
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1303
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1296
1304
 
1297
1305
  ### Return type
1298
1306
 
@@ -1334,7 +1342,7 @@ opts = {
1334
1342
  limit: 100, # Integer | The numbers of items to return per page.
1335
1343
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1336
1344
  filter: nil, # Object | Filter for querying collections.
1337
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1345
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1338
1346
  }
1339
1347
 
1340
1348
  begin
@@ -1355,7 +1363,7 @@ Name | Type | Description | Notes
1355
1363
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1356
1364
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1357
1365
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1358
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1366
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1359
1367
 
1360
1368
  ### Return type
1361
1369
 
@@ -1396,7 +1404,7 @@ opts = {
1396
1404
  limit: 100, # Integer | The numbers of items to return per page.
1397
1405
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1398
1406
  filter: nil, # Object | Filter for querying collections.
1399
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1407
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1400
1408
  }
1401
1409
 
1402
1410
  begin
@@ -1416,7 +1424,7 @@ Name | Type | Description | Notes
1416
1424
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1417
1425
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1418
1426
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1419
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1427
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1420
1428
 
1421
1429
  ### Return type
1422
1430
 
@@ -1457,7 +1465,7 @@ opts = {
1457
1465
  limit: 100, # Integer | The numbers of items to return per page.
1458
1466
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1459
1467
  filter: nil, # Object | Filter for querying collections.
1460
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1468
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1461
1469
  }
1462
1470
 
1463
1471
  begin
@@ -1477,7 +1485,7 @@ Name | Type | Description | Notes
1477
1485
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1478
1486
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1479
1487
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1480
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1488
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1481
1489
 
1482
1490
  ### Return type
1483
1491
 
@@ -1518,7 +1526,7 @@ opts = {
1518
1526
  limit: 100, # Integer | The numbers of items to return per page.
1519
1527
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1520
1528
  filter: nil, # Object | Filter for querying collections.
1521
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1529
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1522
1530
  }
1523
1531
 
1524
1532
  begin
@@ -1538,7 +1546,7 @@ Name | Type | Description | Notes
1538
1546
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1539
1547
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1540
1548
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1541
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1549
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1542
1550
 
1543
1551
  ### Return type
1544
1552
 
@@ -1579,7 +1587,7 @@ opts = {
1579
1587
  limit: 100, # Integer | The numbers of items to return per page.
1580
1588
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1581
1589
  filter: nil, # Object | Filter for querying collections.
1582
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1590
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1583
1591
  }
1584
1592
 
1585
1593
  begin
@@ -1599,7 +1607,7 @@ Name | Type | Description | Notes
1599
1607
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1600
1608
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1601
1609
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1602
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1610
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1603
1611
 
1604
1612
  ### Return type
1605
1613
 
@@ -1640,7 +1648,7 @@ opts = {
1640
1648
  limit: 100, # Integer | The numbers of items to return per page.
1641
1649
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1642
1650
  filter: nil, # Object | Filter for querying collections.
1643
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1651
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1644
1652
  }
1645
1653
 
1646
1654
  begin
@@ -1660,7 +1668,7 @@ Name | Type | Description | Notes
1660
1668
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1661
1669
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1662
1670
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1663
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1671
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1664
1672
 
1665
1673
  ### Return type
1666
1674
 
@@ -1702,7 +1710,7 @@ opts = {
1702
1710
  limit: 100, # Integer | The numbers of items to return per page.
1703
1711
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1704
1712
  filter: nil, # Object | Filter for querying collections.
1705
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1713
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1706
1714
  }
1707
1715
 
1708
1716
  begin
@@ -1723,7 +1731,7 @@ Name | Type | Description | Notes
1723
1731
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1724
1732
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1725
1733
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1726
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1734
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1727
1735
 
1728
1736
  ### Return type
1729
1737
 
@@ -1764,7 +1772,7 @@ opts = {
1764
1772
  limit: 100, # Integer | The numbers of items to return per page.
1765
1773
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1766
1774
  filter: nil, # Object | Filter for querying collections.
1767
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1775
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1768
1776
  }
1769
1777
 
1770
1778
  begin
@@ -1784,7 +1792,7 @@ Name | Type | Description | Notes
1784
1792
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1785
1793
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1786
1794
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1787
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1795
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1788
1796
 
1789
1797
  ### Return type
1790
1798
 
@@ -1826,7 +1834,7 @@ opts = {
1826
1834
  limit: 100, # Integer | The numbers of items to return per page.
1827
1835
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1828
1836
  filter: nil, # Object | Filter for querying collections.
1829
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1837
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1830
1838
  }
1831
1839
 
1832
1840
  begin
@@ -1847,7 +1855,7 @@ Name | Type | Description | Notes
1847
1855
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1848
1856
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1849
1857
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1850
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1858
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1851
1859
 
1852
1860
  ### Return type
1853
1861
 
@@ -1889,7 +1897,7 @@ opts = {
1889
1897
  limit: 100, # Integer | The numbers of items to return per page.
1890
1898
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1891
1899
  filter: nil, # Object | Filter for querying collections.
1892
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1900
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1893
1901
  }
1894
1902
 
1895
1903
  begin
@@ -1910,7 +1918,7 @@ Name | Type | Description | Notes
1910
1918
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1911
1919
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1912
1920
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1913
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1921
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1914
1922
 
1915
1923
  ### Return type
1916
1924
 
@@ -1951,7 +1959,7 @@ opts = {
1951
1959
  limit: 100, # Integer | The numbers of items to return per page.
1952
1960
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
1953
1961
  filter: nil, # Object | Filter for querying collections.
1954
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
1962
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
1955
1963
  }
1956
1964
 
1957
1965
  begin
@@ -1971,7 +1979,7 @@ Name | Type | Description | Notes
1971
1979
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
1972
1980
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
1973
1981
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
1974
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
1982
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
1975
1983
 
1976
1984
  ### Return type
1977
1985
 
@@ -2013,7 +2021,7 @@ opts = {
2013
2021
  limit: 100, # Integer | The numbers of items to return per page.
2014
2022
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2015
2023
  filter: nil, # Object | Filter for querying collections.
2016
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
2024
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2017
2025
  }
2018
2026
 
2019
2027
  begin
@@ -2034,7 +2042,7 @@ Name | Type | Description | Notes
2034
2042
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2035
2043
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2036
2044
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2037
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
2045
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2038
2046
 
2039
2047
  ### Return type
2040
2048
 
@@ -2076,7 +2084,7 @@ opts = {
2076
2084
  limit: 100, # Integer | The numbers of items to return per page.
2077
2085
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2078
2086
  filter: nil, # Object | Filter for querying collections.
2079
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
2087
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2080
2088
  }
2081
2089
 
2082
2090
  begin
@@ -2097,7 +2105,7 @@ Name | Type | Description | Notes
2097
2105
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2098
2106
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2099
2107
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2100
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
2108
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2101
2109
 
2102
2110
  ### Return type
2103
2111
 
@@ -2138,7 +2146,7 @@ opts = {
2138
2146
  limit: 100, # Integer | The numbers of items to return per page.
2139
2147
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2140
2148
  filter: nil, # Object | Filter for querying collections.
2141
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
2149
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2142
2150
  }
2143
2151
 
2144
2152
  begin
@@ -2158,7 +2166,7 @@ Name | Type | Description | Notes
2158
2166
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2159
2167
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2160
2168
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2161
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
2169
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2162
2170
 
2163
2171
  ### Return type
2164
2172
 
@@ -2200,7 +2208,7 @@ opts = {
2200
2208
  limit: 100, # Integer | The numbers of items to return per page.
2201
2209
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2202
2210
  filter: nil, # Object | Filter for querying collections.
2203
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
2211
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2204
2212
  }
2205
2213
 
2206
2214
  begin
@@ -2221,7 +2229,7 @@ Name | Type | Description | Notes
2221
2229
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2222
2230
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2223
2231
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2224
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
2232
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2225
2233
 
2226
2234
  ### Return type
2227
2235
 
@@ -2263,7 +2271,7 @@ opts = {
2263
2271
  limit: 100, # Integer | The numbers of items to return per page.
2264
2272
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2265
2273
  filter: nil, # Object | Filter for querying collections.
2266
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
2274
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2267
2275
  }
2268
2276
 
2269
2277
  begin
@@ -2284,7 +2292,7 @@ Name | Type | Description | Notes
2284
2292
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2285
2293
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2286
2294
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2287
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
2295
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2288
2296
 
2289
2297
  ### Return type
2290
2298
 
@@ -2326,7 +2334,7 @@ opts = {
2326
2334
  limit: 100, # Integer | The numbers of items to return per page.
2327
2335
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2328
2336
  filter: nil, # Object | Filter for querying collections.
2329
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
2337
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2330
2338
  }
2331
2339
 
2332
2340
  begin
@@ -2347,7 +2355,7 @@ Name | Type | Description | Notes
2347
2355
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2348
2356
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2349
2357
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2350
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
2358
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2351
2359
 
2352
2360
  ### Return type
2353
2361
 
@@ -2389,7 +2397,7 @@ opts = {
2389
2397
  limit: 100, # Integer | The numbers of items to return per page.
2390
2398
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2391
2399
  filter: nil, # Object | Filter for querying collections.
2392
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
2400
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2393
2401
  }
2394
2402
 
2395
2403
  begin
@@ -2410,7 +2418,7 @@ Name | Type | Description | Notes
2410
2418
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2411
2419
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2412
2420
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2413
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
2421
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2414
2422
 
2415
2423
  ### Return type
2416
2424
 
@@ -2452,7 +2460,7 @@ opts = {
2452
2460
  limit: 100, # Integer | The numbers of items to return per page.
2453
2461
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2454
2462
  filter: nil, # Object | Filter for querying collections.
2455
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
2463
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2456
2464
  }
2457
2465
 
2458
2466
  begin
@@ -2473,7 +2481,7 @@ Name | Type | Description | Notes
2473
2481
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2474
2482
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2475
2483
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2476
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
2484
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2477
2485
 
2478
2486
  ### Return type
2479
2487
 
@@ -2515,7 +2523,7 @@ opts = {
2515
2523
  limit: 100, # Integer | The numbers of items to return per page.
2516
2524
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2517
2525
  filter: nil, # Object | Filter for querying collections.
2518
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
2526
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2519
2527
  }
2520
2528
 
2521
2529
  begin
@@ -2536,7 +2544,7 @@ Name | Type | Description | Notes
2536
2544
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2537
2545
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2538
2546
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2539
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
2547
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2540
2548
 
2541
2549
  ### Return type
2542
2550
 
@@ -2578,7 +2586,7 @@ opts = {
2578
2586
  limit: 100, # Integer | The numbers of items to return per page.
2579
2587
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2580
2588
  filter: nil, # Object | Filter for querying collections.
2581
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
2589
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2582
2590
  }
2583
2591
 
2584
2592
  begin
@@ -2599,7 +2607,7 @@ Name | Type | Description | Notes
2599
2607
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2600
2608
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2601
2609
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2602
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
2610
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2603
2611
 
2604
2612
  ### Return type
2605
2613
 
@@ -2640,7 +2648,7 @@ opts = {
2640
2648
  limit: 100, # Integer | The numbers of items to return per page.
2641
2649
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2642
2650
  filter: nil, # Object | Filter for querying collections.
2643
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
2651
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2644
2652
  }
2645
2653
 
2646
2654
  begin
@@ -2660,7 +2668,7 @@ Name | Type | Description | Notes
2660
2668
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2661
2669
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2662
2670
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2663
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
2671
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2664
2672
 
2665
2673
  ### Return type
2666
2674
 
@@ -2702,7 +2710,7 @@ opts = {
2702
2710
  limit: 100, # Integer | The numbers of items to return per page.
2703
2711
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2704
2712
  filter: nil, # Object | Filter for querying collections.
2705
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
2713
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2706
2714
  }
2707
2715
 
2708
2716
  begin
@@ -2723,7 +2731,7 @@ Name | Type | Description | Notes
2723
2731
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2724
2732
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2725
2733
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2726
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
2734
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2727
2735
 
2728
2736
  ### Return type
2729
2737
 
@@ -2765,7 +2773,7 @@ opts = {
2765
2773
  limit: 100, # Integer | The numbers of items to return per page.
2766
2774
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2767
2775
  filter: nil, # Object | Filter for querying collections.
2768
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
2776
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2769
2777
  }
2770
2778
 
2771
2779
  begin
@@ -2786,7 +2794,7 @@ Name | Type | Description | Notes
2786
2794
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2787
2795
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2788
2796
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2789
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
2797
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2790
2798
 
2791
2799
  ### Return type
2792
2800
 
@@ -2827,7 +2835,7 @@ opts = {
2827
2835
  limit: 100, # Integer | The numbers of items to return per page.
2828
2836
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2829
2837
  filter: nil, # Object | Filter for querying collections.
2830
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
2838
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2831
2839
  }
2832
2840
 
2833
2841
  begin
@@ -2847,7 +2855,7 @@ Name | Type | Description | Notes
2847
2855
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2848
2856
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2849
2857
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2850
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
2858
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2851
2859
 
2852
2860
  ### Return type
2853
2861
 
@@ -2863,6 +2871,191 @@ Name | Type | Description | Notes
2863
2871
  - **Accept**: application/json
2864
2872
 
2865
2873
 
2874
+ ## list_service_credential_types
2875
+
2876
+ > ServiceCredentialTypesCollection list_service_credential_types(opts)
2877
+
2878
+ List ServiceCredentialTypes
2879
+
2880
+ Returns an array of ServiceCredentialType objects
2881
+
2882
+ ### Example
2883
+
2884
+ ```ruby
2885
+ # load the gem
2886
+ require 'topological_inventory-api-client'
2887
+ # setup authorization
2888
+ TopologicalInventoryApiClient.configure do |config|
2889
+ # Configure HTTP basic authorization: UserSecurity
2890
+ config.username = 'YOUR USERNAME'
2891
+ config.password = 'YOUR PASSWORD'
2892
+ end
2893
+
2894
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
2895
+ opts = {
2896
+ limit: 100, # Integer | The numbers of items to return per page.
2897
+ offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2898
+ filter: nil, # Object | Filter for querying collections.
2899
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2900
+ }
2901
+
2902
+ begin
2903
+ #List ServiceCredentialTypes
2904
+ result = api_instance.list_service_credential_types(opts)
2905
+ p result
2906
+ rescue TopologicalInventoryApiClient::ApiError => e
2907
+ puts "Exception when calling DefaultApi->list_service_credential_types: #{e}"
2908
+ end
2909
+ ```
2910
+
2911
+ ### Parameters
2912
+
2913
+
2914
+ Name | Type | Description | Notes
2915
+ ------------- | ------------- | ------------- | -------------
2916
+ **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2917
+ **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2918
+ **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2919
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2920
+
2921
+ ### Return type
2922
+
2923
+ [**ServiceCredentialTypesCollection**](ServiceCredentialTypesCollection.md)
2924
+
2925
+ ### Authorization
2926
+
2927
+ [UserSecurity](../README.md#UserSecurity)
2928
+
2929
+ ### HTTP request headers
2930
+
2931
+ - **Content-Type**: Not defined
2932
+ - **Accept**: application/json
2933
+
2934
+
2935
+ ## list_service_credentials
2936
+
2937
+ > ServiceCredentialsCollection list_service_credentials(opts)
2938
+
2939
+ List ServiceCredentials
2940
+
2941
+ Returns an array of ServiceCredential objects
2942
+
2943
+ ### Example
2944
+
2945
+ ```ruby
2946
+ # load the gem
2947
+ require 'topological_inventory-api-client'
2948
+ # setup authorization
2949
+ TopologicalInventoryApiClient.configure do |config|
2950
+ # Configure HTTP basic authorization: UserSecurity
2951
+ config.username = 'YOUR USERNAME'
2952
+ config.password = 'YOUR PASSWORD'
2953
+ end
2954
+
2955
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
2956
+ opts = {
2957
+ limit: 100, # Integer | The numbers of items to return per page.
2958
+ offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2959
+ filter: nil, # Object | Filter for querying collections.
2960
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2961
+ }
2962
+
2963
+ begin
2964
+ #List ServiceCredentials
2965
+ result = api_instance.list_service_credentials(opts)
2966
+ p result
2967
+ rescue TopologicalInventoryApiClient::ApiError => e
2968
+ puts "Exception when calling DefaultApi->list_service_credentials: #{e}"
2969
+ end
2970
+ ```
2971
+
2972
+ ### Parameters
2973
+
2974
+
2975
+ Name | Type | Description | Notes
2976
+ ------------- | ------------- | ------------- | -------------
2977
+ **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2978
+ **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2979
+ **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2980
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2981
+
2982
+ ### Return type
2983
+
2984
+ [**ServiceCredentialsCollection**](ServiceCredentialsCollection.md)
2985
+
2986
+ ### Authorization
2987
+
2988
+ [UserSecurity](../README.md#UserSecurity)
2989
+
2990
+ ### HTTP request headers
2991
+
2992
+ - **Content-Type**: Not defined
2993
+ - **Accept**: application/json
2994
+
2995
+
2996
+ ## list_service_instance_node_service_credentials
2997
+
2998
+ > ServiceCredentialsCollection list_service_instance_node_service_credentials(id, opts)
2999
+
3000
+ List ServiceCredentials for ServiceInstanceNode
3001
+
3002
+ Returns an array of ServiceCredential objects
3003
+
3004
+ ### Example
3005
+
3006
+ ```ruby
3007
+ # load the gem
3008
+ require 'topological_inventory-api-client'
3009
+ # setup authorization
3010
+ TopologicalInventoryApiClient.configure do |config|
3011
+ # Configure HTTP basic authorization: UserSecurity
3012
+ config.username = 'YOUR USERNAME'
3013
+ config.password = 'YOUR PASSWORD'
3014
+ end
3015
+
3016
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
3017
+ id = 'id_example' # String | ID of the resource
3018
+ opts = {
3019
+ limit: 100, # Integer | The numbers of items to return per page.
3020
+ offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3021
+ filter: nil, # Object | Filter for querying collections.
3022
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3023
+ }
3024
+
3025
+ begin
3026
+ #List ServiceCredentials for ServiceInstanceNode
3027
+ result = api_instance.list_service_instance_node_service_credentials(id, opts)
3028
+ p result
3029
+ rescue TopologicalInventoryApiClient::ApiError => e
3030
+ puts "Exception when calling DefaultApi->list_service_instance_node_service_credentials: #{e}"
3031
+ end
3032
+ ```
3033
+
3034
+ ### Parameters
3035
+
3036
+
3037
+ Name | Type | Description | Notes
3038
+ ------------- | ------------- | ------------- | -------------
3039
+ **id** | **String**| ID of the resource |
3040
+ **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3041
+ **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3042
+ **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3043
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3044
+
3045
+ ### Return type
3046
+
3047
+ [**ServiceCredentialsCollection**](ServiceCredentialsCollection.md)
3048
+
3049
+ ### Authorization
3050
+
3051
+ [UserSecurity](../README.md#UserSecurity)
3052
+
3053
+ ### HTTP request headers
3054
+
3055
+ - **Content-Type**: Not defined
3056
+ - **Accept**: application/json
3057
+
3058
+
2866
3059
  ## list_service_instance_nodes
2867
3060
 
2868
3061
  > ServiceInstanceNodesCollection list_service_instance_nodes(opts)
@@ -2888,7 +3081,7 @@ opts = {
2888
3081
  limit: 100, # Integer | The numbers of items to return per page.
2889
3082
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2890
3083
  filter: nil, # Object | Filter for querying collections.
2891
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
3084
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2892
3085
  }
2893
3086
 
2894
3087
  begin
@@ -2908,7 +3101,7 @@ Name | Type | Description | Notes
2908
3101
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2909
3102
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2910
3103
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2911
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
3104
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2912
3105
 
2913
3106
  ### Return type
2914
3107
 
@@ -2924,6 +3117,69 @@ Name | Type | Description | Notes
2924
3117
  - **Accept**: application/json
2925
3118
 
2926
3119
 
3120
+ ## list_service_instance_service_credentials
3121
+
3122
+ > ServiceCredentialsCollection list_service_instance_service_credentials(id, opts)
3123
+
3124
+ List ServiceCredentials for ServiceInstance
3125
+
3126
+ Returns an array of ServiceCredential objects
3127
+
3128
+ ### Example
3129
+
3130
+ ```ruby
3131
+ # load the gem
3132
+ require 'topological_inventory-api-client'
3133
+ # setup authorization
3134
+ TopologicalInventoryApiClient.configure do |config|
3135
+ # Configure HTTP basic authorization: UserSecurity
3136
+ config.username = 'YOUR USERNAME'
3137
+ config.password = 'YOUR PASSWORD'
3138
+ end
3139
+
3140
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
3141
+ id = 'id_example' # String | ID of the resource
3142
+ opts = {
3143
+ limit: 100, # Integer | The numbers of items to return per page.
3144
+ offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3145
+ filter: nil, # Object | Filter for querying collections.
3146
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3147
+ }
3148
+
3149
+ begin
3150
+ #List ServiceCredentials for ServiceInstance
3151
+ result = api_instance.list_service_instance_service_credentials(id, opts)
3152
+ p result
3153
+ rescue TopologicalInventoryApiClient::ApiError => e
3154
+ puts "Exception when calling DefaultApi->list_service_instance_service_credentials: #{e}"
3155
+ end
3156
+ ```
3157
+
3158
+ ### Parameters
3159
+
3160
+
3161
+ Name | Type | Description | Notes
3162
+ ------------- | ------------- | ------------- | -------------
3163
+ **id** | **String**| ID of the resource |
3164
+ **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3165
+ **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3166
+ **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3167
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3168
+
3169
+ ### Return type
3170
+
3171
+ [**ServiceCredentialsCollection**](ServiceCredentialsCollection.md)
3172
+
3173
+ ### Authorization
3174
+
3175
+ [UserSecurity](../README.md#UserSecurity)
3176
+
3177
+ ### HTTP request headers
3178
+
3179
+ - **Content-Type**: Not defined
3180
+ - **Accept**: application/json
3181
+
3182
+
2927
3183
  ## list_service_instance_service_instance_nodes
2928
3184
 
2929
3185
  > ServiceInstanceNodesCollection list_service_instance_service_instance_nodes(id, opts)
@@ -2950,7 +3206,7 @@ opts = {
2950
3206
  limit: 100, # Integer | The numbers of items to return per page.
2951
3207
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
2952
3208
  filter: nil, # Object | Filter for querying collections.
2953
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
3209
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
2954
3210
  }
2955
3211
 
2956
3212
  begin
@@ -2971,7 +3227,7 @@ Name | Type | Description | Notes
2971
3227
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
2972
3228
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
2973
3229
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
2974
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
3230
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
2975
3231
 
2976
3232
  ### Return type
2977
3233
 
@@ -3012,7 +3268,7 @@ opts = {
3012
3268
  limit: 100, # Integer | The numbers of items to return per page.
3013
3269
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3014
3270
  filter: nil, # Object | Filter for querying collections.
3015
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
3271
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3016
3272
  }
3017
3273
 
3018
3274
  begin
@@ -3032,7 +3288,7 @@ Name | Type | Description | Notes
3032
3288
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3033
3289
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3034
3290
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3035
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
3291
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3036
3292
 
3037
3293
  ### Return type
3038
3294
 
@@ -3073,7 +3329,7 @@ opts = {
3073
3329
  limit: 100, # Integer | The numbers of items to return per page.
3074
3330
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3075
3331
  filter: nil, # Object | Filter for querying collections.
3076
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
3332
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3077
3333
  }
3078
3334
 
3079
3335
  begin
@@ -3093,7 +3349,7 @@ Name | Type | Description | Notes
3093
3349
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3094
3350
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3095
3351
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3096
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
3352
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3097
3353
 
3098
3354
  ### Return type
3099
3355
 
@@ -3135,7 +3391,7 @@ opts = {
3135
3391
  limit: 100, # Integer | The numbers of items to return per page.
3136
3392
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3137
3393
  filter: nil, # Object | Filter for querying collections.
3138
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
3394
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3139
3395
  }
3140
3396
 
3141
3397
  begin
@@ -3156,7 +3412,7 @@ Name | Type | Description | Notes
3156
3412
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3157
3413
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3158
3414
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3159
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
3415
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3160
3416
 
3161
3417
  ### Return type
3162
3418
 
@@ -3197,7 +3453,7 @@ opts = {
3197
3453
  limit: 100, # Integer | The numbers of items to return per page.
3198
3454
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3199
3455
  filter: nil, # Object | Filter for querying collections.
3200
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
3456
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3201
3457
  }
3202
3458
 
3203
3459
  begin
@@ -3217,7 +3473,7 @@ Name | Type | Description | Notes
3217
3473
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3218
3474
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3219
3475
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3220
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
3476
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3221
3477
 
3222
3478
  ### Return type
3223
3479
 
@@ -3233,6 +3489,69 @@ Name | Type | Description | Notes
3233
3489
  - **Accept**: application/json
3234
3490
 
3235
3491
 
3492
+ ## list_service_offering_node_service_credentials
3493
+
3494
+ > ServiceCredentialsCollection list_service_offering_node_service_credentials(id, opts)
3495
+
3496
+ List ServiceCredentials for ServiceOfferingNode
3497
+
3498
+ Returns an array of ServiceCredential objects
3499
+
3500
+ ### Example
3501
+
3502
+ ```ruby
3503
+ # load the gem
3504
+ require 'topological_inventory-api-client'
3505
+ # setup authorization
3506
+ TopologicalInventoryApiClient.configure do |config|
3507
+ # Configure HTTP basic authorization: UserSecurity
3508
+ config.username = 'YOUR USERNAME'
3509
+ config.password = 'YOUR PASSWORD'
3510
+ end
3511
+
3512
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
3513
+ id = 'id_example' # String | ID of the resource
3514
+ opts = {
3515
+ limit: 100, # Integer | The numbers of items to return per page.
3516
+ offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3517
+ filter: nil, # Object | Filter for querying collections.
3518
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3519
+ }
3520
+
3521
+ begin
3522
+ #List ServiceCredentials for ServiceOfferingNode
3523
+ result = api_instance.list_service_offering_node_service_credentials(id, opts)
3524
+ p result
3525
+ rescue TopologicalInventoryApiClient::ApiError => e
3526
+ puts "Exception when calling DefaultApi->list_service_offering_node_service_credentials: #{e}"
3527
+ end
3528
+ ```
3529
+
3530
+ ### Parameters
3531
+
3532
+
3533
+ Name | Type | Description | Notes
3534
+ ------------- | ------------- | ------------- | -------------
3535
+ **id** | **String**| ID of the resource |
3536
+ **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3537
+ **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3538
+ **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3539
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3540
+
3541
+ ### Return type
3542
+
3543
+ [**ServiceCredentialsCollection**](ServiceCredentialsCollection.md)
3544
+
3545
+ ### Authorization
3546
+
3547
+ [UserSecurity](../README.md#UserSecurity)
3548
+
3549
+ ### HTTP request headers
3550
+
3551
+ - **Content-Type**: Not defined
3552
+ - **Accept**: application/json
3553
+
3554
+
3236
3555
  ## list_service_offering_nodes
3237
3556
 
3238
3557
  > ServiceOfferingNodesCollection list_service_offering_nodes(opts)
@@ -3258,7 +3577,7 @@ opts = {
3258
3577
  limit: 100, # Integer | The numbers of items to return per page.
3259
3578
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3260
3579
  filter: nil, # Object | Filter for querying collections.
3261
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
3580
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3262
3581
  }
3263
3582
 
3264
3583
  begin
@@ -3278,7 +3597,7 @@ Name | Type | Description | Notes
3278
3597
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3279
3598
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3280
3599
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3281
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
3600
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3282
3601
 
3283
3602
  ### Return type
3284
3603
 
@@ -3294,6 +3613,69 @@ Name | Type | Description | Notes
3294
3613
  - **Accept**: application/json
3295
3614
 
3296
3615
 
3616
+ ## list_service_offering_service_credentials
3617
+
3618
+ > ServiceCredentialsCollection list_service_offering_service_credentials(id, opts)
3619
+
3620
+ List ServiceCredentials for ServiceOffering
3621
+
3622
+ Returns an array of ServiceCredential objects
3623
+
3624
+ ### Example
3625
+
3626
+ ```ruby
3627
+ # load the gem
3628
+ require 'topological_inventory-api-client'
3629
+ # setup authorization
3630
+ TopologicalInventoryApiClient.configure do |config|
3631
+ # Configure HTTP basic authorization: UserSecurity
3632
+ config.username = 'YOUR USERNAME'
3633
+ config.password = 'YOUR PASSWORD'
3634
+ end
3635
+
3636
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
3637
+ id = 'id_example' # String | ID of the resource
3638
+ opts = {
3639
+ limit: 100, # Integer | The numbers of items to return per page.
3640
+ offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3641
+ filter: nil, # Object | Filter for querying collections.
3642
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3643
+ }
3644
+
3645
+ begin
3646
+ #List ServiceCredentials for ServiceOffering
3647
+ result = api_instance.list_service_offering_service_credentials(id, opts)
3648
+ p result
3649
+ rescue TopologicalInventoryApiClient::ApiError => e
3650
+ puts "Exception when calling DefaultApi->list_service_offering_service_credentials: #{e}"
3651
+ end
3652
+ ```
3653
+
3654
+ ### Parameters
3655
+
3656
+
3657
+ Name | Type | Description | Notes
3658
+ ------------- | ------------- | ------------- | -------------
3659
+ **id** | **String**| ID of the resource |
3660
+ **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3661
+ **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3662
+ **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3663
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3664
+
3665
+ ### Return type
3666
+
3667
+ [**ServiceCredentialsCollection**](ServiceCredentialsCollection.md)
3668
+
3669
+ ### Authorization
3670
+
3671
+ [UserSecurity](../README.md#UserSecurity)
3672
+
3673
+ ### HTTP request headers
3674
+
3675
+ - **Content-Type**: Not defined
3676
+ - **Accept**: application/json
3677
+
3678
+
3297
3679
  ## list_service_offering_service_instances
3298
3680
 
3299
3681
  > ServiceInstancesCollection list_service_offering_service_instances(id, opts)
@@ -3320,7 +3702,7 @@ opts = {
3320
3702
  limit: 100, # Integer | The numbers of items to return per page.
3321
3703
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3322
3704
  filter: nil, # Object | Filter for querying collections.
3323
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
3705
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3324
3706
  }
3325
3707
 
3326
3708
  begin
@@ -3341,7 +3723,7 @@ Name | Type | Description | Notes
3341
3723
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3342
3724
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3343
3725
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3344
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
3726
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3345
3727
 
3346
3728
  ### Return type
3347
3729
 
@@ -3383,7 +3765,7 @@ opts = {
3383
3765
  limit: 100, # Integer | The numbers of items to return per page.
3384
3766
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3385
3767
  filter: nil, # Object | Filter for querying collections.
3386
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
3768
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3387
3769
  }
3388
3770
 
3389
3771
  begin
@@ -3404,7 +3786,7 @@ Name | Type | Description | Notes
3404
3786
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3405
3787
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3406
3788
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3407
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
3789
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3408
3790
 
3409
3791
  ### Return type
3410
3792
 
@@ -3446,7 +3828,7 @@ opts = {
3446
3828
  limit: 100, # Integer | The numbers of items to return per page.
3447
3829
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3448
3830
  filter: nil, # Object | Filter for querying collections.
3449
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
3831
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3450
3832
  }
3451
3833
 
3452
3834
  begin
@@ -3467,7 +3849,7 @@ Name | Type | Description | Notes
3467
3849
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3468
3850
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3469
3851
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3470
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
3852
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3471
3853
 
3472
3854
  ### Return type
3473
3855
 
@@ -3509,7 +3891,7 @@ opts = {
3509
3891
  limit: 100, # Integer | The numbers of items to return per page.
3510
3892
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3511
3893
  filter: nil, # Object | Filter for querying collections.
3512
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
3894
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3513
3895
  }
3514
3896
 
3515
3897
  begin
@@ -3530,7 +3912,7 @@ Name | Type | Description | Notes
3530
3912
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3531
3913
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3532
3914
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3533
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
3915
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3534
3916
 
3535
3917
  ### Return type
3536
3918
 
@@ -3571,7 +3953,7 @@ opts = {
3571
3953
  limit: 100, # Integer | The numbers of items to return per page.
3572
3954
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3573
3955
  filter: nil, # Object | Filter for querying collections.
3574
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
3956
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3575
3957
  }
3576
3958
 
3577
3959
  begin
@@ -3591,7 +3973,7 @@ Name | Type | Description | Notes
3591
3973
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3592
3974
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3593
3975
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3594
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
3976
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3595
3977
 
3596
3978
  ### Return type
3597
3979
 
@@ -3633,7 +4015,7 @@ opts = {
3633
4015
  limit: 100, # Integer | The numbers of items to return per page.
3634
4016
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3635
4017
  filter: nil, # Object | Filter for querying collections.
3636
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4018
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3637
4019
  }
3638
4020
 
3639
4021
  begin
@@ -3654,7 +4036,7 @@ Name | Type | Description | Notes
3654
4036
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3655
4037
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3656
4038
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3657
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4039
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3658
4040
 
3659
4041
  ### Return type
3660
4042
 
@@ -3695,7 +4077,7 @@ opts = {
3695
4077
  limit: 100, # Integer | The numbers of items to return per page.
3696
4078
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3697
4079
  filter: nil, # Object | Filter for querying collections.
3698
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4080
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3699
4081
  }
3700
4082
 
3701
4083
  begin
@@ -3715,7 +4097,7 @@ Name | Type | Description | Notes
3715
4097
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3716
4098
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3717
4099
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3718
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4100
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3719
4101
 
3720
4102
  ### Return type
3721
4103
 
@@ -3757,7 +4139,7 @@ opts = {
3757
4139
  limit: 100, # Integer | The numbers of items to return per page.
3758
4140
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3759
4141
  filter: nil, # Object | Filter for querying collections.
3760
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4142
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3761
4143
  }
3762
4144
 
3763
4145
  begin
@@ -3778,7 +4160,7 @@ Name | Type | Description | Notes
3778
4160
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3779
4161
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3780
4162
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3781
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4163
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3782
4164
 
3783
4165
  ### Return type
3784
4166
 
@@ -3820,7 +4202,7 @@ opts = {
3820
4202
  limit: 100, # Integer | The numbers of items to return per page.
3821
4203
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3822
4204
  filter: nil, # Object | Filter for querying collections.
3823
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4205
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3824
4206
  }
3825
4207
 
3826
4208
  begin
@@ -3841,7 +4223,7 @@ Name | Type | Description | Notes
3841
4223
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3842
4224
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3843
4225
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3844
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4226
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3845
4227
 
3846
4228
  ### Return type
3847
4229
 
@@ -3883,7 +4265,7 @@ opts = {
3883
4265
  limit: 100, # Integer | The numbers of items to return per page.
3884
4266
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3885
4267
  filter: nil, # Object | Filter for querying collections.
3886
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4268
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3887
4269
  }
3888
4270
 
3889
4271
  begin
@@ -3904,7 +4286,7 @@ Name | Type | Description | Notes
3904
4286
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3905
4287
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3906
4288
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3907
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4289
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3908
4290
 
3909
4291
  ### Return type
3910
4292
 
@@ -3946,7 +4328,7 @@ opts = {
3946
4328
  limit: 100, # Integer | The numbers of items to return per page.
3947
4329
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
3948
4330
  filter: nil, # Object | Filter for querying collections.
3949
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4331
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
3950
4332
  }
3951
4333
 
3952
4334
  begin
@@ -3967,7 +4349,7 @@ Name | Type | Description | Notes
3967
4349
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
3968
4350
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
3969
4351
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
3970
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4352
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
3971
4353
 
3972
4354
  ### Return type
3973
4355
 
@@ -4009,7 +4391,7 @@ opts = {
4009
4391
  limit: 100, # Integer | The numbers of items to return per page.
4010
4392
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4011
4393
  filter: nil, # Object | Filter for querying collections.
4012
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4394
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4013
4395
  }
4014
4396
 
4015
4397
  begin
@@ -4030,7 +4412,7 @@ Name | Type | Description | Notes
4030
4412
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4031
4413
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4032
4414
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4033
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4415
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4034
4416
 
4035
4417
  ### Return type
4036
4418
 
@@ -4072,7 +4454,7 @@ opts = {
4072
4454
  limit: 100, # Integer | The numbers of items to return per page.
4073
4455
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4074
4456
  filter: nil, # Object | Filter for querying collections.
4075
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4457
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4076
4458
  }
4077
4459
 
4078
4460
  begin
@@ -4093,7 +4475,7 @@ Name | Type | Description | Notes
4093
4475
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4094
4476
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4095
4477
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4096
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4478
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4097
4479
 
4098
4480
  ### Return type
4099
4481
 
@@ -4135,7 +4517,7 @@ opts = {
4135
4517
  limit: 100, # Integer | The numbers of items to return per page.
4136
4518
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4137
4519
  filter: nil, # Object | Filter for querying collections.
4138
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4520
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4139
4521
  }
4140
4522
 
4141
4523
  begin
@@ -4156,7 +4538,7 @@ Name | Type | Description | Notes
4156
4538
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4157
4539
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4158
4540
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4159
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4541
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4160
4542
 
4161
4543
  ### Return type
4162
4544
 
@@ -4198,7 +4580,7 @@ opts = {
4198
4580
  limit: 100, # Integer | The numbers of items to return per page.
4199
4581
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4200
4582
  filter: nil, # Object | Filter for querying collections.
4201
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4583
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4202
4584
  }
4203
4585
 
4204
4586
  begin
@@ -4219,7 +4601,7 @@ Name | Type | Description | Notes
4219
4601
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4220
4602
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4221
4603
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4222
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4604
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4223
4605
 
4224
4606
  ### Return type
4225
4607
 
@@ -4261,7 +4643,7 @@ opts = {
4261
4643
  limit: 100, # Integer | The numbers of items to return per page.
4262
4644
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4263
4645
  filter: nil, # Object | Filter for querying collections.
4264
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4646
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4265
4647
  }
4266
4648
 
4267
4649
  begin
@@ -4282,7 +4664,7 @@ Name | Type | Description | Notes
4282
4664
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4283
4665
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4284
4666
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4285
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4667
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4286
4668
 
4287
4669
  ### Return type
4288
4670
 
@@ -4324,7 +4706,7 @@ opts = {
4324
4706
  limit: 100, # Integer | The numbers of items to return per page.
4325
4707
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4326
4708
  filter: nil, # Object | Filter for querying collections.
4327
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4709
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4328
4710
  }
4329
4711
 
4330
4712
  begin
@@ -4345,7 +4727,7 @@ Name | Type | Description | Notes
4345
4727
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4346
4728
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4347
4729
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4348
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4730
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4349
4731
 
4350
4732
  ### Return type
4351
4733
 
@@ -4387,7 +4769,7 @@ opts = {
4387
4769
  limit: 100, # Integer | The numbers of items to return per page.
4388
4770
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4389
4771
  filter: nil, # Object | Filter for querying collections.
4390
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4772
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4391
4773
  }
4392
4774
 
4393
4775
  begin
@@ -4408,7 +4790,7 @@ Name | Type | Description | Notes
4408
4790
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4409
4791
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4410
4792
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4411
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4793
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4412
4794
 
4413
4795
  ### Return type
4414
4796
 
@@ -4450,7 +4832,7 @@ opts = {
4450
4832
  limit: 100, # Integer | The numbers of items to return per page.
4451
4833
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4452
4834
  filter: nil, # Object | Filter for querying collections.
4453
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4835
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4454
4836
  }
4455
4837
 
4456
4838
  begin
@@ -4471,7 +4853,7 @@ Name | Type | Description | Notes
4471
4853
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4472
4854
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4473
4855
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4474
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4856
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4475
4857
 
4476
4858
  ### Return type
4477
4859
 
@@ -4513,7 +4895,7 @@ opts = {
4513
4895
  limit: 100, # Integer | The numbers of items to return per page.
4514
4896
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4515
4897
  filter: nil, # Object | Filter for querying collections.
4516
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4898
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4517
4899
  }
4518
4900
 
4519
4901
  begin
@@ -4534,7 +4916,7 @@ Name | Type | Description | Notes
4534
4916
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4535
4917
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4536
4918
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4537
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4919
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4538
4920
 
4539
4921
  ### Return type
4540
4922
 
@@ -4576,7 +4958,7 @@ opts = {
4576
4958
  limit: 100, # Integer | The numbers of items to return per page.
4577
4959
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4578
4960
  filter: nil, # Object | Filter for querying collections.
4579
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
4961
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4580
4962
  }
4581
4963
 
4582
4964
  begin
@@ -4597,7 +4979,7 @@ Name | Type | Description | Notes
4597
4979
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4598
4980
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4599
4981
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4600
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
4982
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4601
4983
 
4602
4984
  ### Return type
4603
4985
 
@@ -4639,7 +5021,7 @@ opts = {
4639
5021
  limit: 100, # Integer | The numbers of items to return per page.
4640
5022
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4641
5023
  filter: nil, # Object | Filter for querying collections.
4642
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5024
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4643
5025
  }
4644
5026
 
4645
5027
  begin
@@ -4660,7 +5042,7 @@ Name | Type | Description | Notes
4660
5042
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4661
5043
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4662
5044
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4663
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5045
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4664
5046
 
4665
5047
  ### Return type
4666
5048
 
@@ -4702,7 +5084,7 @@ opts = {
4702
5084
  limit: 100, # Integer | The numbers of items to return per page.
4703
5085
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4704
5086
  filter: nil, # Object | Filter for querying collections.
4705
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5087
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4706
5088
  }
4707
5089
 
4708
5090
  begin
@@ -4723,7 +5105,7 @@ Name | Type | Description | Notes
4723
5105
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4724
5106
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4725
5107
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4726
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5108
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4727
5109
 
4728
5110
  ### Return type
4729
5111
 
@@ -4765,7 +5147,7 @@ opts = {
4765
5147
  limit: 100, # Integer | The numbers of items to return per page.
4766
5148
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4767
5149
  filter: nil, # Object | Filter for querying collections.
4768
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5150
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4769
5151
  }
4770
5152
 
4771
5153
  begin
@@ -4786,7 +5168,7 @@ Name | Type | Description | Notes
4786
5168
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4787
5169
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4788
5170
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4789
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5171
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4790
5172
 
4791
5173
  ### Return type
4792
5174
 
@@ -4828,7 +5210,7 @@ opts = {
4828
5210
  limit: 100, # Integer | The numbers of items to return per page.
4829
5211
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4830
5212
  filter: nil, # Object | Filter for querying collections.
4831
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5213
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4832
5214
  }
4833
5215
 
4834
5216
  begin
@@ -4849,7 +5231,7 @@ Name | Type | Description | Notes
4849
5231
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4850
5232
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4851
5233
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4852
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5234
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4853
5235
 
4854
5236
  ### Return type
4855
5237
 
@@ -4891,7 +5273,7 @@ opts = {
4891
5273
  limit: 100, # Integer | The numbers of items to return per page.
4892
5274
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4893
5275
  filter: nil, # Object | Filter for querying collections.
4894
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5276
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4895
5277
  }
4896
5278
 
4897
5279
  begin
@@ -4912,7 +5294,7 @@ Name | Type | Description | Notes
4912
5294
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4913
5295
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4914
5296
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4915
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5297
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4916
5298
 
4917
5299
  ### Return type
4918
5300
 
@@ -4954,7 +5336,7 @@ opts = {
4954
5336
  limit: 100, # Integer | The numbers of items to return per page.
4955
5337
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
4956
5338
  filter: nil, # Object | Filter for querying collections.
4957
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5339
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
4958
5340
  }
4959
5341
 
4960
5342
  begin
@@ -4975,7 +5357,7 @@ Name | Type | Description | Notes
4975
5357
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
4976
5358
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
4977
5359
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
4978
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5360
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
4979
5361
 
4980
5362
  ### Return type
4981
5363
 
@@ -5017,7 +5399,7 @@ opts = {
5017
5399
  limit: 100, # Integer | The numbers of items to return per page.
5018
5400
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5019
5401
  filter: nil, # Object | Filter for querying collections.
5020
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5402
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5021
5403
  }
5022
5404
 
5023
5405
  begin
@@ -5038,7 +5420,7 @@ Name | Type | Description | Notes
5038
5420
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5039
5421
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5040
5422
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5041
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5423
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5042
5424
 
5043
5425
  ### Return type
5044
5426
 
@@ -5080,7 +5462,7 @@ opts = {
5080
5462
  limit: 100, # Integer | The numbers of items to return per page.
5081
5463
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5082
5464
  filter: nil, # Object | Filter for querying collections.
5083
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5465
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5084
5466
  }
5085
5467
 
5086
5468
  begin
@@ -5101,7 +5483,7 @@ Name | Type | Description | Notes
5101
5483
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5102
5484
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5103
5485
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5104
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5486
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5105
5487
 
5106
5488
  ### Return type
5107
5489
 
@@ -5143,7 +5525,7 @@ opts = {
5143
5525
  limit: 100, # Integer | The numbers of items to return per page.
5144
5526
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5145
5527
  filter: nil, # Object | Filter for querying collections.
5146
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5528
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5147
5529
  }
5148
5530
 
5149
5531
  begin
@@ -5164,7 +5546,7 @@ Name | Type | Description | Notes
5164
5546
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5165
5547
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5166
5548
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5167
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5549
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5168
5550
 
5169
5551
  ### Return type
5170
5552
 
@@ -5206,7 +5588,7 @@ opts = {
5206
5588
  limit: 100, # Integer | The numbers of items to return per page.
5207
5589
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5208
5590
  filter: nil, # Object | Filter for querying collections.
5209
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5591
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5210
5592
  }
5211
5593
 
5212
5594
  begin
@@ -5227,7 +5609,7 @@ Name | Type | Description | Notes
5227
5609
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5228
5610
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5229
5611
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5230
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5612
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5231
5613
 
5232
5614
  ### Return type
5233
5615
 
@@ -5269,7 +5651,7 @@ opts = {
5269
5651
  limit: 100, # Integer | The numbers of items to return per page.
5270
5652
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5271
5653
  filter: nil, # Object | Filter for querying collections.
5272
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5654
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5273
5655
  }
5274
5656
 
5275
5657
  begin
@@ -5290,7 +5672,7 @@ Name | Type | Description | Notes
5290
5672
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5291
5673
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5292
5674
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5293
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5675
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5294
5676
 
5295
5677
  ### Return type
5296
5678
 
@@ -5331,7 +5713,7 @@ opts = {
5331
5713
  limit: 100, # Integer | The numbers of items to return per page.
5332
5714
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5333
5715
  filter: nil, # Object | Filter for querying collections.
5334
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5716
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5335
5717
  }
5336
5718
 
5337
5719
  begin
@@ -5351,7 +5733,7 @@ Name | Type | Description | Notes
5351
5733
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5352
5734
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5353
5735
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5354
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5736
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5355
5737
 
5356
5738
  ### Return type
5357
5739
 
@@ -5393,7 +5775,7 @@ opts = {
5393
5775
  limit: 100, # Integer | The numbers of items to return per page.
5394
5776
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5395
5777
  filter: nil, # Object | Filter for querying collections.
5396
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5778
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5397
5779
  }
5398
5780
 
5399
5781
  begin
@@ -5414,7 +5796,7 @@ Name | Type | Description | Notes
5414
5796
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5415
5797
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5416
5798
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5417
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5799
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5418
5800
 
5419
5801
  ### Return type
5420
5802
 
@@ -5456,7 +5838,7 @@ opts = {
5456
5838
  limit: 100, # Integer | The numbers of items to return per page.
5457
5839
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5458
5840
  filter: nil, # Object | Filter for querying collections.
5459
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5841
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5460
5842
  }
5461
5843
 
5462
5844
  begin
@@ -5477,7 +5859,7 @@ Name | Type | Description | Notes
5477
5859
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5478
5860
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5479
5861
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5480
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5862
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5481
5863
 
5482
5864
  ### Return type
5483
5865
 
@@ -5519,7 +5901,7 @@ opts = {
5519
5901
  limit: 100, # Integer | The numbers of items to return per page.
5520
5902
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5521
5903
  filter: nil, # Object | Filter for querying collections.
5522
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5904
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5523
5905
  }
5524
5906
 
5525
5907
  begin
@@ -5540,7 +5922,7 @@ Name | Type | Description | Notes
5540
5922
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5541
5923
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5542
5924
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5543
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5925
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5544
5926
 
5545
5927
  ### Return type
5546
5928
 
@@ -5582,7 +5964,7 @@ opts = {
5582
5964
  limit: 100, # Integer | The numbers of items to return per page.
5583
5965
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5584
5966
  filter: nil, # Object | Filter for querying collections.
5585
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
5967
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5586
5968
  }
5587
5969
 
5588
5970
  begin
@@ -5603,7 +5985,7 @@ Name | Type | Description | Notes
5603
5985
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5604
5986
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5605
5987
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5606
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
5988
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5607
5989
 
5608
5990
  ### Return type
5609
5991
 
@@ -5645,7 +6027,7 @@ opts = {
5645
6027
  limit: 100, # Integer | The numbers of items to return per page.
5646
6028
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5647
6029
  filter: nil, # Object | Filter for querying collections.
5648
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6030
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5649
6031
  }
5650
6032
 
5651
6033
  begin
@@ -5666,7 +6048,7 @@ Name | Type | Description | Notes
5666
6048
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5667
6049
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5668
6050
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5669
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6051
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5670
6052
 
5671
6053
  ### Return type
5672
6054
 
@@ -5708,7 +6090,7 @@ opts = {
5708
6090
  limit: 100, # Integer | The numbers of items to return per page.
5709
6091
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5710
6092
  filter: nil, # Object | Filter for querying collections.
5711
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6093
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5712
6094
  }
5713
6095
 
5714
6096
  begin
@@ -5729,7 +6111,7 @@ Name | Type | Description | Notes
5729
6111
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5730
6112
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5731
6113
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5732
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6114
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5733
6115
 
5734
6116
  ### Return type
5735
6117
 
@@ -5771,7 +6153,7 @@ opts = {
5771
6153
  limit: 100, # Integer | The numbers of items to return per page.
5772
6154
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5773
6155
  filter: nil, # Object | Filter for querying collections.
5774
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6156
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5775
6157
  }
5776
6158
 
5777
6159
  begin
@@ -5792,7 +6174,7 @@ Name | Type | Description | Notes
5792
6174
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5793
6175
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5794
6176
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5795
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6177
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5796
6178
 
5797
6179
  ### Return type
5798
6180
 
@@ -5834,7 +6216,7 @@ opts = {
5834
6216
  limit: 100, # Integer | The numbers of items to return per page.
5835
6217
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5836
6218
  filter: nil, # Object | Filter for querying collections.
5837
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6219
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5838
6220
  }
5839
6221
 
5840
6222
  begin
@@ -5855,7 +6237,7 @@ Name | Type | Description | Notes
5855
6237
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5856
6238
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5857
6239
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5858
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6240
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5859
6241
 
5860
6242
  ### Return type
5861
6243
 
@@ -5897,7 +6279,7 @@ opts = {
5897
6279
  limit: 100, # Integer | The numbers of items to return per page.
5898
6280
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5899
6281
  filter: nil, # Object | Filter for querying collections.
5900
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6282
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5901
6283
  }
5902
6284
 
5903
6285
  begin
@@ -5918,7 +6300,7 @@ Name | Type | Description | Notes
5918
6300
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5919
6301
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5920
6302
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5921
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6303
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5922
6304
 
5923
6305
  ### Return type
5924
6306
 
@@ -5960,7 +6342,7 @@ opts = {
5960
6342
  limit: 100, # Integer | The numbers of items to return per page.
5961
6343
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
5962
6344
  filter: nil, # Object | Filter for querying collections.
5963
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6345
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
5964
6346
  }
5965
6347
 
5966
6348
  begin
@@ -5981,7 +6363,7 @@ Name | Type | Description | Notes
5981
6363
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
5982
6364
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
5983
6365
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
5984
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6366
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
5985
6367
 
5986
6368
  ### Return type
5987
6369
 
@@ -6023,7 +6405,7 @@ opts = {
6023
6405
  limit: 100, # Integer | The numbers of items to return per page.
6024
6406
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6025
6407
  filter: nil, # Object | Filter for querying collections.
6026
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6408
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6027
6409
  }
6028
6410
 
6029
6411
  begin
@@ -6044,7 +6426,7 @@ Name | Type | Description | Notes
6044
6426
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6045
6427
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6046
6428
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6047
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6429
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6048
6430
 
6049
6431
  ### Return type
6050
6432
 
@@ -6086,7 +6468,7 @@ opts = {
6086
6468
  limit: 100, # Integer | The numbers of items to return per page.
6087
6469
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6088
6470
  filter: nil, # Object | Filter for querying collections.
6089
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6471
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6090
6472
  }
6091
6473
 
6092
6474
  begin
@@ -6107,7 +6489,7 @@ Name | Type | Description | Notes
6107
6489
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6108
6490
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6109
6491
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6110
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6492
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6111
6493
 
6112
6494
  ### Return type
6113
6495
 
@@ -6149,7 +6531,7 @@ opts = {
6149
6531
  limit: 100, # Integer | The numbers of items to return per page.
6150
6532
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6151
6533
  filter: nil, # Object | Filter for querying collections.
6152
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6534
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6153
6535
  }
6154
6536
 
6155
6537
  begin
@@ -6170,7 +6552,7 @@ Name | Type | Description | Notes
6170
6552
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6171
6553
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6172
6554
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6173
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6555
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6174
6556
 
6175
6557
  ### Return type
6176
6558
 
@@ -6211,7 +6593,7 @@ opts = {
6211
6593
  limit: 100, # Integer | The numbers of items to return per page.
6212
6594
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6213
6595
  filter: nil, # Object | Filter for querying collections.
6214
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6596
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6215
6597
  }
6216
6598
 
6217
6599
  begin
@@ -6231,7 +6613,7 @@ Name | Type | Description | Notes
6231
6613
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6232
6614
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6233
6615
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6234
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6616
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6235
6617
 
6236
6618
  ### Return type
6237
6619
 
@@ -6273,7 +6655,7 @@ opts = {
6273
6655
  limit: 100, # Integer | The numbers of items to return per page.
6274
6656
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6275
6657
  filter: nil, # Object | Filter for querying collections.
6276
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6658
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6277
6659
  }
6278
6660
 
6279
6661
  begin
@@ -6294,7 +6676,7 @@ Name | Type | Description | Notes
6294
6676
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6295
6677
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6296
6678
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6297
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6679
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6298
6680
 
6299
6681
  ### Return type
6300
6682
 
@@ -6336,7 +6718,7 @@ opts = {
6336
6718
  limit: 100, # Integer | The numbers of items to return per page.
6337
6719
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6338
6720
  filter: nil, # Object | Filter for querying collections.
6339
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6721
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6340
6722
  }
6341
6723
 
6342
6724
  begin
@@ -6357,7 +6739,7 @@ Name | Type | Description | Notes
6357
6739
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6358
6740
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6359
6741
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6360
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6742
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6361
6743
 
6362
6744
  ### Return type
6363
6745
 
@@ -6399,7 +6781,7 @@ opts = {
6399
6781
  limit: 100, # Integer | The numbers of items to return per page.
6400
6782
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6401
6783
  filter: nil, # Object | Filter for querying collections.
6402
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6784
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6403
6785
  }
6404
6786
 
6405
6787
  begin
@@ -6420,7 +6802,7 @@ Name | Type | Description | Notes
6420
6802
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6421
6803
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6422
6804
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6423
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6805
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6424
6806
 
6425
6807
  ### Return type
6426
6808
 
@@ -6461,7 +6843,7 @@ opts = {
6461
6843
  limit: 100, # Integer | The numbers of items to return per page.
6462
6844
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6463
6845
  filter: nil, # Object | Filter for querying collections.
6464
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6846
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6465
6847
  }
6466
6848
 
6467
6849
  begin
@@ -6481,7 +6863,7 @@ Name | Type | Description | Notes
6481
6863
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6482
6864
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6483
6865
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6484
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6866
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6485
6867
 
6486
6868
  ### Return type
6487
6869
 
@@ -6523,7 +6905,7 @@ opts = {
6523
6905
  limit: 100, # Integer | The numbers of items to return per page.
6524
6906
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6525
6907
  filter: nil, # Object | Filter for querying collections.
6526
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6908
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6527
6909
  }
6528
6910
 
6529
6911
  begin
@@ -6544,7 +6926,7 @@ Name | Type | Description | Notes
6544
6926
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6545
6927
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6546
6928
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6547
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6929
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6548
6930
 
6549
6931
  ### Return type
6550
6932
 
@@ -6586,7 +6968,7 @@ opts = {
6586
6968
  limit: 100, # Integer | The numbers of items to return per page.
6587
6969
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6588
6970
  filter: nil, # Object | Filter for querying collections.
6589
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
6971
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6590
6972
  }
6591
6973
 
6592
6974
  begin
@@ -6607,7 +6989,7 @@ Name | Type | Description | Notes
6607
6989
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6608
6990
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6609
6991
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6610
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
6992
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6611
6993
 
6612
6994
  ### Return type
6613
6995
 
@@ -6649,7 +7031,7 @@ opts = {
6649
7031
  limit: 100, # Integer | The numbers of items to return per page.
6650
7032
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6651
7033
  filter: nil, # Object | Filter for querying collections.
6652
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7034
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6653
7035
  }
6654
7036
 
6655
7037
  begin
@@ -6670,7 +7052,7 @@ Name | Type | Description | Notes
6670
7052
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6671
7053
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6672
7054
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6673
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7055
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6674
7056
 
6675
7057
  ### Return type
6676
7058
 
@@ -6712,7 +7094,7 @@ opts = {
6712
7094
  limit: 100, # Integer | The numbers of items to return per page.
6713
7095
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6714
7096
  filter: nil, # Object | Filter for querying collections.
6715
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7097
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6716
7098
  }
6717
7099
 
6718
7100
  begin
@@ -6733,7 +7115,7 @@ Name | Type | Description | Notes
6733
7115
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6734
7116
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6735
7117
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6736
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7118
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6737
7119
 
6738
7120
  ### Return type
6739
7121
 
@@ -6775,7 +7157,7 @@ opts = {
6775
7157
  limit: 100, # Integer | The numbers of items to return per page.
6776
7158
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6777
7159
  filter: nil, # Object | Filter for querying collections.
6778
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7160
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6779
7161
  }
6780
7162
 
6781
7163
  begin
@@ -6796,7 +7178,7 @@ Name | Type | Description | Notes
6796
7178
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6797
7179
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6798
7180
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6799
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7181
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6800
7182
 
6801
7183
  ### Return type
6802
7184
 
@@ -6838,7 +7220,7 @@ opts = {
6838
7220
  limit: 100, # Integer | The numbers of items to return per page.
6839
7221
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6840
7222
  filter: nil, # Object | Filter for querying collections.
6841
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7223
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6842
7224
  }
6843
7225
 
6844
7226
  begin
@@ -6859,7 +7241,7 @@ Name | Type | Description | Notes
6859
7241
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6860
7242
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6861
7243
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6862
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7244
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6863
7245
 
6864
7246
  ### Return type
6865
7247
 
@@ -6901,7 +7283,7 @@ opts = {
6901
7283
  limit: 100, # Integer | The numbers of items to return per page.
6902
7284
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6903
7285
  filter: nil, # Object | Filter for querying collections.
6904
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7286
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6905
7287
  }
6906
7288
 
6907
7289
  begin
@@ -6922,7 +7304,7 @@ Name | Type | Description | Notes
6922
7304
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6923
7305
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6924
7306
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6925
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7307
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6926
7308
 
6927
7309
  ### Return type
6928
7310
 
@@ -6964,7 +7346,7 @@ opts = {
6964
7346
  limit: 100, # Integer | The numbers of items to return per page.
6965
7347
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
6966
7348
  filter: nil, # Object | Filter for querying collections.
6967
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7349
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
6968
7350
  }
6969
7351
 
6970
7352
  begin
@@ -6985,7 +7367,7 @@ Name | Type | Description | Notes
6985
7367
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
6986
7368
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
6987
7369
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
6988
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7370
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
6989
7371
 
6990
7372
  ### Return type
6991
7373
 
@@ -7027,7 +7409,7 @@ opts = {
7027
7409
  limit: 100, # Integer | The numbers of items to return per page.
7028
7410
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7029
7411
  filter: nil, # Object | Filter for querying collections.
7030
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7412
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7031
7413
  }
7032
7414
 
7033
7415
  begin
@@ -7048,7 +7430,7 @@ Name | Type | Description | Notes
7048
7430
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7049
7431
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7050
7432
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7051
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7433
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7052
7434
 
7053
7435
  ### Return type
7054
7436
 
@@ -7090,7 +7472,7 @@ opts = {
7090
7472
  limit: 100, # Integer | The numbers of items to return per page.
7091
7473
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7092
7474
  filter: nil, # Object | Filter for querying collections.
7093
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7475
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7094
7476
  }
7095
7477
 
7096
7478
  begin
@@ -7111,7 +7493,7 @@ Name | Type | Description | Notes
7111
7493
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7112
7494
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7113
7495
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7114
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7496
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7115
7497
 
7116
7498
  ### Return type
7117
7499
 
@@ -7153,7 +7535,7 @@ opts = {
7153
7535
  limit: 100, # Integer | The numbers of items to return per page.
7154
7536
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7155
7537
  filter: nil, # Object | Filter for querying collections.
7156
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7538
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7157
7539
  }
7158
7540
 
7159
7541
  begin
@@ -7174,7 +7556,7 @@ Name | Type | Description | Notes
7174
7556
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7175
7557
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7176
7558
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7177
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7559
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7178
7560
 
7179
7561
  ### Return type
7180
7562
 
@@ -7215,7 +7597,7 @@ opts = {
7215
7597
  limit: 100, # Integer | The numbers of items to return per page.
7216
7598
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7217
7599
  filter: nil, # Object | Filter for querying collections.
7218
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7600
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7219
7601
  }
7220
7602
 
7221
7603
  begin
@@ -7235,7 +7617,7 @@ Name | Type | Description | Notes
7235
7617
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7236
7618
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7237
7619
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7238
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7620
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7239
7621
 
7240
7622
  ### Return type
7241
7623
 
@@ -7277,7 +7659,7 @@ opts = {
7277
7659
  limit: 100, # Integer | The numbers of items to return per page.
7278
7660
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7279
7661
  filter: nil, # Object | Filter for querying collections.
7280
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7662
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7281
7663
  }
7282
7664
 
7283
7665
  begin
@@ -7298,7 +7680,7 @@ Name | Type | Description | Notes
7298
7680
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7299
7681
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7300
7682
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7301
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7683
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7302
7684
 
7303
7685
  ### Return type
7304
7686
 
@@ -7340,7 +7722,7 @@ opts = {
7340
7722
  limit: 100, # Integer | The numbers of items to return per page.
7341
7723
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7342
7724
  filter: nil, # Object | Filter for querying collections.
7343
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7725
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7344
7726
  }
7345
7727
 
7346
7728
  begin
@@ -7361,7 +7743,7 @@ Name | Type | Description | Notes
7361
7743
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7362
7744
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7363
7745
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7364
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7746
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7365
7747
 
7366
7748
  ### Return type
7367
7749
 
@@ -7403,7 +7785,7 @@ opts = {
7403
7785
  limit: 100, # Integer | The numbers of items to return per page.
7404
7786
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7405
7787
  filter: nil, # Object | Filter for querying collections.
7406
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7788
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7407
7789
  }
7408
7790
 
7409
7791
  begin
@@ -7424,7 +7806,7 @@ Name | Type | Description | Notes
7424
7806
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7425
7807
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7426
7808
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7427
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7809
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7428
7810
 
7429
7811
  ### Return type
7430
7812
 
@@ -7466,7 +7848,7 @@ opts = {
7466
7848
  limit: 100, # Integer | The numbers of items to return per page.
7467
7849
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7468
7850
  filter: nil, # Object | Filter for querying collections.
7469
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7851
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7470
7852
  }
7471
7853
 
7472
7854
  begin
@@ -7487,7 +7869,7 @@ Name | Type | Description | Notes
7487
7869
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7488
7870
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7489
7871
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7490
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7872
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7491
7873
 
7492
7874
  ### Return type
7493
7875
 
@@ -7529,7 +7911,7 @@ opts = {
7529
7911
  limit: 100, # Integer | The numbers of items to return per page.
7530
7912
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7531
7913
  filter: nil, # Object | Filter for querying collections.
7532
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7914
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7533
7915
  }
7534
7916
 
7535
7917
  begin
@@ -7550,7 +7932,7 @@ Name | Type | Description | Notes
7550
7932
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7551
7933
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7552
7934
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7553
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7935
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7554
7936
 
7555
7937
  ### Return type
7556
7938
 
@@ -7592,7 +7974,7 @@ opts = {
7592
7974
  limit: 100, # Integer | The numbers of items to return per page.
7593
7975
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7594
7976
  filter: nil, # Object | Filter for querying collections.
7595
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
7977
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7596
7978
  }
7597
7979
 
7598
7980
  begin
@@ -7613,7 +7995,7 @@ Name | Type | Description | Notes
7613
7995
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7614
7996
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7615
7997
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7616
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
7998
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7617
7999
 
7618
8000
  ### Return type
7619
8001
 
@@ -7655,7 +8037,7 @@ opts = {
7655
8037
  limit: 100, # Integer | The numbers of items to return per page.
7656
8038
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7657
8039
  filter: nil, # Object | Filter for querying collections.
7658
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8040
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7659
8041
  }
7660
8042
 
7661
8043
  begin
@@ -7676,7 +8058,7 @@ Name | Type | Description | Notes
7676
8058
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7677
8059
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7678
8060
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7679
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8061
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7680
8062
 
7681
8063
  ### Return type
7682
8064
 
@@ -7718,7 +8100,7 @@ opts = {
7718
8100
  limit: 100, # Integer | The numbers of items to return per page.
7719
8101
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7720
8102
  filter: nil, # Object | Filter for querying collections.
7721
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8103
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7722
8104
  }
7723
8105
 
7724
8106
  begin
@@ -7739,7 +8121,7 @@ Name | Type | Description | Notes
7739
8121
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7740
8122
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7741
8123
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7742
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8124
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7743
8125
 
7744
8126
  ### Return type
7745
8127
 
@@ -7781,7 +8163,7 @@ opts = {
7781
8163
  limit: 100, # Integer | The numbers of items to return per page.
7782
8164
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7783
8165
  filter: nil, # Object | Filter for querying collections.
7784
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8166
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7785
8167
  }
7786
8168
 
7787
8169
  begin
@@ -7802,7 +8184,7 @@ Name | Type | Description | Notes
7802
8184
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7803
8185
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7804
8186
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7805
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8187
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7806
8188
 
7807
8189
  ### Return type
7808
8190
 
@@ -7844,7 +8226,7 @@ opts = {
7844
8226
  limit: 100, # Integer | The numbers of items to return per page.
7845
8227
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7846
8228
  filter: nil, # Object | Filter for querying collections.
7847
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8229
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7848
8230
  }
7849
8231
 
7850
8232
  begin
@@ -7865,7 +8247,7 @@ Name | Type | Description | Notes
7865
8247
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7866
8248
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7867
8249
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7868
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8250
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7869
8251
 
7870
8252
  ### Return type
7871
8253
 
@@ -7907,7 +8289,7 @@ opts = {
7907
8289
  limit: 100, # Integer | The numbers of items to return per page.
7908
8290
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7909
8291
  filter: nil, # Object | Filter for querying collections.
7910
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8292
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7911
8293
  }
7912
8294
 
7913
8295
  begin
@@ -7928,7 +8310,7 @@ Name | Type | Description | Notes
7928
8310
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7929
8311
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7930
8312
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7931
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8313
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7932
8314
 
7933
8315
  ### Return type
7934
8316
 
@@ -7970,7 +8352,7 @@ opts = {
7970
8352
  limit: 100, # Integer | The numbers of items to return per page.
7971
8353
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
7972
8354
  filter: nil, # Object | Filter for querying collections.
7973
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8355
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
7974
8356
  }
7975
8357
 
7976
8358
  begin
@@ -7991,7 +8373,7 @@ Name | Type | Description | Notes
7991
8373
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
7992
8374
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
7993
8375
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
7994
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8376
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
7995
8377
 
7996
8378
  ### Return type
7997
8379
 
@@ -8033,7 +8415,7 @@ opts = {
8033
8415
  limit: 100, # Integer | The numbers of items to return per page.
8034
8416
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
8035
8417
  filter: nil, # Object | Filter for querying collections.
8036
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8418
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
8037
8419
  }
8038
8420
 
8039
8421
  begin
@@ -8054,7 +8436,7 @@ Name | Type | Description | Notes
8054
8436
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
8055
8437
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
8056
8438
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
8057
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8439
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
8058
8440
 
8059
8441
  ### Return type
8060
8442
 
@@ -8095,7 +8477,7 @@ opts = {
8095
8477
  limit: 100, # Integer | The numbers of items to return per page.
8096
8478
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
8097
8479
  filter: nil, # Object | Filter for querying collections.
8098
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8480
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
8099
8481
  }
8100
8482
 
8101
8483
  begin
@@ -8115,7 +8497,7 @@ Name | Type | Description | Notes
8115
8497
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
8116
8498
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
8117
8499
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
8118
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8500
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
8119
8501
 
8120
8502
  ### Return type
8121
8503
 
@@ -8156,7 +8538,7 @@ opts = {
8156
8538
  limit: 100, # Integer | The numbers of items to return per page.
8157
8539
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
8158
8540
  filter: nil, # Object | Filter for querying collections.
8159
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8541
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
8160
8542
  }
8161
8543
 
8162
8544
  begin
@@ -8176,7 +8558,7 @@ Name | Type | Description | Notes
8176
8558
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
8177
8559
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
8178
8560
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
8179
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8561
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
8180
8562
 
8181
8563
  ### Return type
8182
8564
 
@@ -8218,7 +8600,7 @@ opts = {
8218
8600
  limit: 100, # Integer | The numbers of items to return per page.
8219
8601
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
8220
8602
  filter: nil, # Object | Filter for querying collections.
8221
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8603
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
8222
8604
  }
8223
8605
 
8224
8606
  begin
@@ -8239,7 +8621,7 @@ Name | Type | Description | Notes
8239
8621
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
8240
8622
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
8241
8623
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
8242
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8624
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
8243
8625
 
8244
8626
  ### Return type
8245
8627
 
@@ -8281,7 +8663,7 @@ opts = {
8281
8663
  limit: 100, # Integer | The numbers of items to return per page.
8282
8664
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
8283
8665
  filter: nil, # Object | Filter for querying collections.
8284
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8666
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
8285
8667
  }
8286
8668
 
8287
8669
  begin
@@ -8302,7 +8684,7 @@ Name | Type | Description | Notes
8302
8684
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
8303
8685
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
8304
8686
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
8305
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8687
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
8306
8688
 
8307
8689
  ### Return type
8308
8690
 
@@ -8344,7 +8726,7 @@ opts = {
8344
8726
  limit: 100, # Integer | The numbers of items to return per page.
8345
8727
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
8346
8728
  filter: nil, # Object | Filter for querying collections.
8347
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8729
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
8348
8730
  }
8349
8731
 
8350
8732
  begin
@@ -8365,7 +8747,7 @@ Name | Type | Description | Notes
8365
8747
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
8366
8748
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
8367
8749
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
8368
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8750
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
8369
8751
 
8370
8752
  ### Return type
8371
8753
 
@@ -8407,7 +8789,7 @@ opts = {
8407
8789
  limit: 100, # Integer | The numbers of items to return per page.
8408
8790
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
8409
8791
  filter: nil, # Object | Filter for querying collections.
8410
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8792
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
8411
8793
  }
8412
8794
 
8413
8795
  begin
@@ -8428,7 +8810,7 @@ Name | Type | Description | Notes
8428
8810
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
8429
8811
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
8430
8812
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
8431
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8813
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
8432
8814
 
8433
8815
  ### Return type
8434
8816
 
@@ -8470,7 +8852,7 @@ opts = {
8470
8852
  limit: 100, # Integer | The numbers of items to return per page.
8471
8853
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
8472
8854
  filter: nil, # Object | Filter for querying collections.
8473
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8855
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
8474
8856
  }
8475
8857
 
8476
8858
  begin
@@ -8491,7 +8873,7 @@ Name | Type | Description | Notes
8491
8873
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
8492
8874
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
8493
8875
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
8494
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8876
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
8495
8877
 
8496
8878
  ### Return type
8497
8879
 
@@ -8532,7 +8914,7 @@ opts = {
8532
8914
  limit: 100, # Integer | The numbers of items to return per page.
8533
8915
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
8534
8916
  filter: nil, # Object | Filter for querying collections.
8535
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8917
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
8536
8918
  }
8537
8919
 
8538
8920
  begin
@@ -8552,7 +8934,7 @@ Name | Type | Description | Notes
8552
8934
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
8553
8935
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
8554
8936
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
8555
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8937
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
8556
8938
 
8557
8939
  ### Return type
8558
8940
 
@@ -8593,7 +8975,7 @@ opts = {
8593
8975
  limit: 100, # Integer | The numbers of items to return per page.
8594
8976
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
8595
8977
  filter: nil, # Object | Filter for querying collections.
8596
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
8978
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
8597
8979
  }
8598
8980
 
8599
8981
  begin
@@ -8613,7 +8995,7 @@ Name | Type | Description | Notes
8613
8995
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
8614
8996
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
8615
8997
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
8616
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
8998
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
8617
8999
 
8618
9000
  ### Return type
8619
9001
 
@@ -8655,7 +9037,7 @@ opts = {
8655
9037
  limit: 100, # Integer | The numbers of items to return per page.
8656
9038
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
8657
9039
  filter: nil, # Object | Filter for querying collections.
8658
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
9040
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
8659
9041
  }
8660
9042
 
8661
9043
  begin
@@ -8676,7 +9058,7 @@ Name | Type | Description | Notes
8676
9058
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
8677
9059
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
8678
9060
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
8679
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
9061
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
8680
9062
 
8681
9063
  ### Return type
8682
9064
 
@@ -8717,7 +9099,7 @@ opts = {
8717
9099
  limit: 100, # Integer | The numbers of items to return per page.
8718
9100
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
8719
9101
  filter: nil, # Object | Filter for querying collections.
8720
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
9102
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
8721
9103
  }
8722
9104
 
8723
9105
  begin
@@ -8737,7 +9119,7 @@ Name | Type | Description | Notes
8737
9119
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
8738
9120
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
8739
9121
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
8740
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
9122
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
8741
9123
 
8742
9124
  ### Return type
8743
9125
 
@@ -8779,7 +9161,7 @@ opts = {
8779
9161
  limit: 100, # Integer | The numbers of items to return per page.
8780
9162
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
8781
9163
  filter: nil, # Object | Filter for querying collections.
8782
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
9164
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
8783
9165
  }
8784
9166
 
8785
9167
  begin
@@ -8800,7 +9182,7 @@ Name | Type | Description | Notes
8800
9182
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
8801
9183
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
8802
9184
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
8803
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
9185
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
8804
9186
 
8805
9187
  ### Return type
8806
9188
 
@@ -8841,7 +9223,7 @@ opts = {
8841
9223
  limit: 100, # Integer | The numbers of items to return per page.
8842
9224
  offset: 0, # Integer | The number of items to skip before starting to collect the result set.
8843
9225
  filter: nil, # Object | Filter for querying collections.
8844
- sort_by: TopologicalInventoryApiClient::OneOfstringarray.new # OneOfstringarray | The list of attribute and order to sort the result set by.
9226
+ sort_by: nil # Object | The list of attribute and order to sort the result set by.
8845
9227
  }
8846
9228
 
8847
9229
  begin
@@ -8861,7 +9243,7 @@ Name | Type | Description | Notes
8861
9243
  **limit** | **Integer**| The numbers of items to return per page. | [optional] [default to 100]
8862
9244
  **offset** | **Integer**| The number of items to skip before starting to collect the result set. | [optional] [default to 0]
8863
9245
  **filter** | [**Object**](.md)| Filter for querying collections. | [optional]
8864
- **sort_by** | [**OneOfstringarray**](.md)| The list of attribute and order to sort the result set by. | [optional]
9246
+ **sort_by** | [**Object**](.md)| The list of attribute and order to sort the result set by. | [optional]
8865
9247
 
8866
9248
  ### Return type
8867
9249
 
@@ -9888,6 +10270,112 @@ Name | Type | Description | Notes
9888
10270
  - **Accept**: application/json
9889
10271
 
9890
10272
 
10273
+ ## show_service_credential
10274
+
10275
+ > ServiceCredential show_service_credential(id)
10276
+
10277
+ Show an existing ServiceCredential
10278
+
10279
+ Returns a ServiceCredential object
10280
+
10281
+ ### Example
10282
+
10283
+ ```ruby
10284
+ # load the gem
10285
+ require 'topological_inventory-api-client'
10286
+ # setup authorization
10287
+ TopologicalInventoryApiClient.configure do |config|
10288
+ # Configure HTTP basic authorization: UserSecurity
10289
+ config.username = 'YOUR USERNAME'
10290
+ config.password = 'YOUR PASSWORD'
10291
+ end
10292
+
10293
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
10294
+ id = 'id_example' # String | ID of the resource
10295
+
10296
+ begin
10297
+ #Show an existing ServiceCredential
10298
+ result = api_instance.show_service_credential(id)
10299
+ p result
10300
+ rescue TopologicalInventoryApiClient::ApiError => e
10301
+ puts "Exception when calling DefaultApi->show_service_credential: #{e}"
10302
+ end
10303
+ ```
10304
+
10305
+ ### Parameters
10306
+
10307
+
10308
+ Name | Type | Description | Notes
10309
+ ------------- | ------------- | ------------- | -------------
10310
+ **id** | **String**| ID of the resource |
10311
+
10312
+ ### Return type
10313
+
10314
+ [**ServiceCredential**](ServiceCredential.md)
10315
+
10316
+ ### Authorization
10317
+
10318
+ [UserSecurity](../README.md#UserSecurity)
10319
+
10320
+ ### HTTP request headers
10321
+
10322
+ - **Content-Type**: Not defined
10323
+ - **Accept**: application/json
10324
+
10325
+
10326
+ ## show_service_credential_type
10327
+
10328
+ > ServiceCredentialType show_service_credential_type(id)
10329
+
10330
+ Show an existing ServiceCredentialType
10331
+
10332
+ Returns a ServiceCredentialType object
10333
+
10334
+ ### Example
10335
+
10336
+ ```ruby
10337
+ # load the gem
10338
+ require 'topological_inventory-api-client'
10339
+ # setup authorization
10340
+ TopologicalInventoryApiClient.configure do |config|
10341
+ # Configure HTTP basic authorization: UserSecurity
10342
+ config.username = 'YOUR USERNAME'
10343
+ config.password = 'YOUR PASSWORD'
10344
+ end
10345
+
10346
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
10347
+ id = 'id_example' # String | ID of the resource
10348
+
10349
+ begin
10350
+ #Show an existing ServiceCredentialType
10351
+ result = api_instance.show_service_credential_type(id)
10352
+ p result
10353
+ rescue TopologicalInventoryApiClient::ApiError => e
10354
+ puts "Exception when calling DefaultApi->show_service_credential_type: #{e}"
10355
+ end
10356
+ ```
10357
+
10358
+ ### Parameters
10359
+
10360
+
10361
+ Name | Type | Description | Notes
10362
+ ------------- | ------------- | ------------- | -------------
10363
+ **id** | **String**| ID of the resource |
10364
+
10365
+ ### Return type
10366
+
10367
+ [**ServiceCredentialType**](ServiceCredentialType.md)
10368
+
10369
+ ### Authorization
10370
+
10371
+ [UserSecurity](../README.md#UserSecurity)
10372
+
10373
+ ### HTTP request headers
10374
+
10375
+ - **Content-Type**: Not defined
10376
+ - **Accept**: application/json
10377
+
10378
+
9891
10379
  ## show_service_instance
9892
10380
 
9893
10381
  > ServiceInstance show_service_instance(id)
@@ -10844,7 +11332,7 @@ Name | Type | Description | Notes
10844
11332
 
10845
11333
  ## tag_container_group
10846
11334
 
10847
- > Tag tag_container_group(id, tag)
11335
+ > Array<Tag> tag_container_group(id, tag)
10848
11336
 
10849
11337
  Tag a ContainerGroup
10850
11338
 
@@ -10885,7 +11373,7 @@ Name | Type | Description | Notes
10885
11373
 
10886
11374
  ### Return type
10887
11375
 
10888
- [**Tag**](Tag.md)
11376
+ [**Array<Tag>**](Tag.md)
10889
11377
 
10890
11378
  ### Authorization
10891
11379
 
@@ -10899,7 +11387,7 @@ Name | Type | Description | Notes
10899
11387
 
10900
11388
  ## tag_container_image
10901
11389
 
10902
- > Tag tag_container_image(id, tag)
11390
+ > Array<Tag> tag_container_image(id, tag)
10903
11391
 
10904
11392
  Tag a ContainerImage
10905
11393
 
@@ -10940,7 +11428,7 @@ Name | Type | Description | Notes
10940
11428
 
10941
11429
  ### Return type
10942
11430
 
10943
- [**Tag**](Tag.md)
11431
+ [**Array<Tag>**](Tag.md)
10944
11432
 
10945
11433
  ### Authorization
10946
11434
 
@@ -10954,7 +11442,7 @@ Name | Type | Description | Notes
10954
11442
 
10955
11443
  ## tag_container_node
10956
11444
 
10957
- > Tag tag_container_node(id, tag)
11445
+ > Array<Tag> tag_container_node(id, tag)
10958
11446
 
10959
11447
  Tag a ContainerNode
10960
11448
 
@@ -10995,7 +11483,7 @@ Name | Type | Description | Notes
10995
11483
 
10996
11484
  ### Return type
10997
11485
 
10998
- [**Tag**](Tag.md)
11486
+ [**Array<Tag>**](Tag.md)
10999
11487
 
11000
11488
  ### Authorization
11001
11489
 
@@ -11009,7 +11497,7 @@ Name | Type | Description | Notes
11009
11497
 
11010
11498
  ## tag_container_project
11011
11499
 
11012
- > Tag tag_container_project(id, tag)
11500
+ > Array<Tag> tag_container_project(id, tag)
11013
11501
 
11014
11502
  Tag a ContainerProject
11015
11503
 
@@ -11050,7 +11538,7 @@ Name | Type | Description | Notes
11050
11538
 
11051
11539
  ### Return type
11052
11540
 
11053
- [**Tag**](Tag.md)
11541
+ [**Array<Tag>**](Tag.md)
11054
11542
 
11055
11543
  ### Authorization
11056
11544
 
@@ -11064,7 +11552,7 @@ Name | Type | Description | Notes
11064
11552
 
11065
11553
  ## tag_container_template
11066
11554
 
11067
- > Tag tag_container_template(id, tag)
11555
+ > Array<Tag> tag_container_template(id, tag)
11068
11556
 
11069
11557
  Tag a ContainerTemplate
11070
11558
 
@@ -11105,7 +11593,7 @@ Name | Type | Description | Notes
11105
11593
 
11106
11594
  ### Return type
11107
11595
 
11108
- [**Tag**](Tag.md)
11596
+ [**Array<Tag>**](Tag.md)
11109
11597
 
11110
11598
  ### Authorization
11111
11599
 
@@ -11119,7 +11607,7 @@ Name | Type | Description | Notes
11119
11607
 
11120
11608
  ## tag_ipaddress
11121
11609
 
11122
- > Tag tag_ipaddress(id, tag)
11610
+ > Array<Tag> tag_ipaddress(id, tag)
11123
11611
 
11124
11612
  Tag a Ipaddress
11125
11613
 
@@ -11160,7 +11648,7 @@ Name | Type | Description | Notes
11160
11648
 
11161
11649
  ### Return type
11162
11650
 
11163
- [**Tag**](Tag.md)
11651
+ [**Array<Tag>**](Tag.md)
11164
11652
 
11165
11653
  ### Authorization
11166
11654
 
@@ -11174,7 +11662,7 @@ Name | Type | Description | Notes
11174
11662
 
11175
11663
  ## tag_network
11176
11664
 
11177
- > Tag tag_network(id, tag)
11665
+ > Array<Tag> tag_network(id, tag)
11178
11666
 
11179
11667
  Tag a Network
11180
11668
 
@@ -11215,7 +11703,7 @@ Name | Type | Description | Notes
11215
11703
 
11216
11704
  ### Return type
11217
11705
 
11218
- [**Tag**](Tag.md)
11706
+ [**Array<Tag>**](Tag.md)
11219
11707
 
11220
11708
  ### Authorization
11221
11709
 
@@ -11229,7 +11717,7 @@ Name | Type | Description | Notes
11229
11717
 
11230
11718
  ## tag_network_adapter
11231
11719
 
11232
- > Tag tag_network_adapter(id, tag)
11720
+ > Array<Tag> tag_network_adapter(id, tag)
11233
11721
 
11234
11722
  Tag a NetworkAdapter
11235
11723
 
@@ -11270,7 +11758,7 @@ Name | Type | Description | Notes
11270
11758
 
11271
11759
  ### Return type
11272
11760
 
11273
- [**Tag**](Tag.md)
11761
+ [**Array<Tag>**](Tag.md)
11274
11762
 
11275
11763
  ### Authorization
11276
11764
 
@@ -11284,7 +11772,7 @@ Name | Type | Description | Notes
11284
11772
 
11285
11773
  ## tag_security_group
11286
11774
 
11287
- > Tag tag_security_group(id, tag)
11775
+ > Array<Tag> tag_security_group(id, tag)
11288
11776
 
11289
11777
  Tag a SecurityGroup
11290
11778
 
@@ -11325,7 +11813,7 @@ Name | Type | Description | Notes
11325
11813
 
11326
11814
  ### Return type
11327
11815
 
11328
- [**Tag**](Tag.md)
11816
+ [**Array<Tag>**](Tag.md)
11329
11817
 
11330
11818
  ### Authorization
11331
11819
 
@@ -11339,7 +11827,7 @@ Name | Type | Description | Notes
11339
11827
 
11340
11828
  ## tag_service_inventory
11341
11829
 
11342
- > Tag tag_service_inventory(id, tag)
11830
+ > Array<Tag> tag_service_inventory(id, tag)
11343
11831
 
11344
11832
  Tag a ServiceInventory
11345
11833
 
@@ -11380,7 +11868,7 @@ Name | Type | Description | Notes
11380
11868
 
11381
11869
  ### Return type
11382
11870
 
11383
- [**Tag**](Tag.md)
11871
+ [**Array<Tag>**](Tag.md)
11384
11872
 
11385
11873
  ### Authorization
11386
11874
 
@@ -11394,7 +11882,7 @@ Name | Type | Description | Notes
11394
11882
 
11395
11883
  ## tag_service_offering
11396
11884
 
11397
- > Tag tag_service_offering(id, tag)
11885
+ > Array<Tag> tag_service_offering(id, tag)
11398
11886
 
11399
11887
  Tag a ServiceOffering
11400
11888
 
@@ -11435,7 +11923,7 @@ Name | Type | Description | Notes
11435
11923
 
11436
11924
  ### Return type
11437
11925
 
11438
- [**Tag**](Tag.md)
11926
+ [**Array<Tag>**](Tag.md)
11439
11927
 
11440
11928
  ### Authorization
11441
11929
 
@@ -11449,7 +11937,7 @@ Name | Type | Description | Notes
11449
11937
 
11450
11938
  ## tag_subnet
11451
11939
 
11452
- > Tag tag_subnet(id, tag)
11940
+ > Array<Tag> tag_subnet(id, tag)
11453
11941
 
11454
11942
  Tag a Subnet
11455
11943
 
@@ -11490,7 +11978,7 @@ Name | Type | Description | Notes
11490
11978
 
11491
11979
  ### Return type
11492
11980
 
11493
- [**Tag**](Tag.md)
11981
+ [**Array<Tag>**](Tag.md)
11494
11982
 
11495
11983
  ### Authorization
11496
11984
 
@@ -11504,7 +11992,7 @@ Name | Type | Description | Notes
11504
11992
 
11505
11993
  ## tag_vm
11506
11994
 
11507
- > Tag tag_vm(id, tag)
11995
+ > Array<Tag> tag_vm(id, tag)
11508
11996
 
11509
11997
  Tag a Vm
11510
11998
 
@@ -11545,7 +12033,7 @@ Name | Type | Description | Notes
11545
12033
 
11546
12034
  ### Return type
11547
12035
 
11548
- [**Tag**](Tag.md)
12036
+ [**Array<Tag>**](Tag.md)
11549
12037
 
11550
12038
  ### Authorization
11551
12039