pulpcore_client 3.7.9 → 3.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (208) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +19 -19
  4. data/docs/AccessPoliciesApi.md +2 -2
  5. data/docs/ArtifactsApi.md +2 -2
  6. data/docs/ExportersCoreExportsApi.md +2 -2
  7. data/docs/ExportersPulpApi.md +2 -2
  8. data/docs/GroupsApi.md +2 -2
  9. data/docs/GroupsModelPermissionsApi.md +2 -2
  10. data/docs/GroupsObjectPermissionsApi.md +2 -2
  11. data/docs/GroupsUsersApi.md +2 -2
  12. data/docs/ImportersCoreImportsApi.md +2 -2
  13. data/docs/ImportersPulpApi.md +2 -2
  14. data/docs/{InlineResponse200.md → PaginatedAccessPolicyResponseList.md} +4 -4
  15. data/docs/{InlineResponse2001.md → PaginatedArtifactResponseList.md} +4 -4
  16. data/docs/{InlineResponse2004.md → PaginatedGroupResponseList.md} +4 -4
  17. data/docs/{InlineResponse2006.md → PaginatedGroupUserResponseList.md} +4 -4
  18. data/docs/{InlineResponse2008.md → PaginatedImportResponseList.md} +4 -4
  19. data/docs/{InlineResponse2005.md → PaginatedPermissionResponseList.md} +4 -4
  20. data/docs/{InlineResponse2003.md → PaginatedPulpExportResponseList.md} +4 -4
  21. data/docs/{InlineResponse2002.md → PaginatedPulpExporterResponseList.md} +4 -4
  22. data/docs/{InlineResponse2007.md → PaginatedPulpImporterResponseList.md} +4 -4
  23. data/docs/{InlineResponse2009.md → PaginatedSigningServiceResponseList.md} +4 -4
  24. data/docs/{InlineResponse20010.md → PaginatedTaskGroupResponseList.md} +4 -4
  25. data/docs/{InlineResponse20011.md → PaginatedTaskResponseList.md} +4 -4
  26. data/docs/{InlineResponse20012.md → PaginatedUploadResponseList.md} +4 -4
  27. data/docs/{InlineResponse20013.md → PaginatedUserResponseList.md} +4 -4
  28. data/docs/{InlineResponse20014.md → PaginatedWorkerResponseList.md} +4 -4
  29. data/docs/PulpExportResponse.md +1 -1
  30. data/docs/SigningServicesApi.md +2 -2
  31. data/docs/TaskGroupsApi.md +2 -2
  32. data/docs/TasksApi.md +2 -2
  33. data/docs/UploadsApi.md +2 -2
  34. data/docs/UsersApi.md +2 -2
  35. data/docs/WorkersApi.md +2 -2
  36. data/lib/pulpcore_client/api/access_policies_api.rb +4 -4
  37. data/lib/pulpcore_client/api/artifacts_api.rb +4 -4
  38. data/lib/pulpcore_client/api/exporters_core_exports_api.rb +4 -4
  39. data/lib/pulpcore_client/api/exporters_pulp_api.rb +4 -4
  40. data/lib/pulpcore_client/api/groups_api.rb +4 -4
  41. data/lib/pulpcore_client/api/groups_model_permissions_api.rb +4 -4
  42. data/lib/pulpcore_client/api/groups_object_permissions_api.rb +4 -4
  43. data/lib/pulpcore_client/api/groups_users_api.rb +4 -4
  44. data/lib/pulpcore_client/api/importers_core_imports_api.rb +4 -4
  45. data/lib/pulpcore_client/api/importers_pulp_api.rb +4 -4
  46. data/lib/pulpcore_client/api/orphans_api.rb +1 -1
  47. data/lib/pulpcore_client/api/signing_services_api.rb +4 -4
  48. data/lib/pulpcore_client/api/status_api.rb +1 -1
  49. data/lib/pulpcore_client/api/task_groups_api.rb +4 -4
  50. data/lib/pulpcore_client/api/tasks_api.rb +4 -4
  51. data/lib/pulpcore_client/api/uploads_api.rb +4 -4
  52. data/lib/pulpcore_client/api/users_api.rb +4 -4
  53. data/lib/pulpcore_client/api/workers_api.rb +4 -4
  54. data/lib/pulpcore_client/api_client.rb +8 -12
  55. data/lib/pulpcore_client/api_error.rb +1 -1
  56. data/lib/pulpcore_client/configuration.rb +1 -8
  57. data/lib/pulpcore_client/models/access_policy.rb +1 -1
  58. data/lib/pulpcore_client/models/access_policy_response.rb +1 -1
  59. data/lib/pulpcore_client/models/artifact.rb +1 -1
  60. data/lib/pulpcore_client/models/artifact_response.rb +1 -1
  61. data/lib/pulpcore_client/models/async_operation_response.rb +1 -1
  62. data/lib/pulpcore_client/models/content_app_status_response.rb +1 -1
  63. data/lib/pulpcore_client/models/database_connection_response.rb +1 -1
  64. data/lib/pulpcore_client/models/group.rb +1 -1
  65. data/lib/pulpcore_client/models/group_progress_report_response.rb +1 -1
  66. data/lib/pulpcore_client/models/group_response.rb +1 -1
  67. data/lib/pulpcore_client/models/group_user.rb +1 -1
  68. data/lib/pulpcore_client/models/group_user_response.rb +1 -1
  69. data/lib/pulpcore_client/models/import_response.rb +1 -1
  70. data/lib/pulpcore_client/models/{inline_response200.rb → paginated_access_policy_response_list.rb} +4 -4
  71. data/lib/pulpcore_client/models/{inline_response2001.rb → paginated_artifact_response_list.rb} +4 -4
  72. data/lib/pulpcore_client/models/{inline_response2004.rb → paginated_group_response_list.rb} +4 -4
  73. data/lib/pulpcore_client/models/{inline_response2006.rb → paginated_group_user_response_list.rb} +4 -4
  74. data/lib/pulpcore_client/models/{inline_response2008.rb → paginated_import_response_list.rb} +4 -4
  75. data/lib/pulpcore_client/models/{inline_response2005.rb → paginated_permission_response_list.rb} +4 -4
  76. data/lib/pulpcore_client/models/{inline_response2003.rb → paginated_pulp_export_response_list.rb} +4 -4
  77. data/lib/pulpcore_client/models/{inline_response2002.rb → paginated_pulp_exporter_response_list.rb} +4 -4
  78. data/lib/pulpcore_client/models/{inline_response2007.rb → paginated_pulp_importer_response_list.rb} +4 -4
  79. data/lib/pulpcore_client/models/{inline_response2009.rb → paginated_signing_service_response_list.rb} +4 -4
  80. data/lib/pulpcore_client/models/{inline_response20010.rb → paginated_task_group_response_list.rb} +4 -4
  81. data/lib/pulpcore_client/models/{inline_response20011.rb → paginated_task_response_list.rb} +4 -4
  82. data/lib/pulpcore_client/models/{inline_response20012.rb → paginated_upload_response_list.rb} +4 -4
  83. data/lib/pulpcore_client/models/{inline_response20013.rb → paginated_user_response_list.rb} +4 -4
  84. data/lib/pulpcore_client/models/{inline_response20014.rb → paginated_worker_response_list.rb} +4 -4
  85. data/lib/pulpcore_client/models/patched_access_policy.rb +1 -1
  86. data/lib/pulpcore_client/models/patched_group.rb +1 -1
  87. data/lib/pulpcore_client/models/patched_pulp_exporter.rb +1 -1
  88. data/lib/pulpcore_client/models/patched_pulp_importer.rb +1 -1
  89. data/lib/pulpcore_client/models/patched_task_cancel.rb +1 -1
  90. data/lib/pulpcore_client/models/permission_response.rb +1 -1
  91. data/lib/pulpcore_client/models/progress_report_response.rb +1 -1
  92. data/lib/pulpcore_client/models/pulp_export.rb +1 -1
  93. data/lib/pulpcore_client/models/pulp_export_response.rb +2 -2
  94. data/lib/pulpcore_client/models/pulp_exporter.rb +1 -1
  95. data/lib/pulpcore_client/models/pulp_exporter_response.rb +1 -1
  96. data/lib/pulpcore_client/models/pulp_import.rb +1 -1
  97. data/lib/pulpcore_client/models/pulp_importer.rb +1 -1
  98. data/lib/pulpcore_client/models/pulp_importer_response.rb +1 -1
  99. data/lib/pulpcore_client/models/redis_connection_response.rb +1 -1
  100. data/lib/pulpcore_client/models/signing_service_response.rb +1 -1
  101. data/lib/pulpcore_client/models/status_response.rb +1 -1
  102. data/lib/pulpcore_client/models/storage_response.rb +1 -1
  103. data/lib/pulpcore_client/models/task_group_response.rb +1 -1
  104. data/lib/pulpcore_client/models/task_response.rb +1 -1
  105. data/lib/pulpcore_client/models/upload.rb +1 -1
  106. data/lib/pulpcore_client/models/upload_chunk.rb +1 -1
  107. data/lib/pulpcore_client/models/upload_chunk_response.rb +1 -1
  108. data/lib/pulpcore_client/models/upload_commit.rb +1 -1
  109. data/lib/pulpcore_client/models/upload_detail_response.rb +1 -1
  110. data/lib/pulpcore_client/models/upload_response.rb +1 -1
  111. data/lib/pulpcore_client/models/user_group_response.rb +1 -1
  112. data/lib/pulpcore_client/models/user_response.rb +1 -1
  113. data/lib/pulpcore_client/models/version_response.rb +1 -1
  114. data/lib/pulpcore_client/models/worker_response.rb +1 -1
  115. data/lib/pulpcore_client/version.rb +2 -2
  116. data/lib/pulpcore_client.rb +16 -16
  117. data/pulpcore_client.gemspec +1 -1
  118. data/spec/api/access_policies_api_spec.rb +2 -2
  119. data/spec/api/artifacts_api_spec.rb +2 -2
  120. data/spec/api/exporters_core_exports_api_spec.rb +2 -2
  121. data/spec/api/exporters_pulp_api_spec.rb +2 -2
  122. data/spec/api/groups_api_spec.rb +2 -2
  123. data/spec/api/groups_model_permissions_api_spec.rb +2 -2
  124. data/spec/api/groups_object_permissions_api_spec.rb +2 -2
  125. data/spec/api/groups_users_api_spec.rb +2 -2
  126. data/spec/api/importers_core_imports_api_spec.rb +2 -2
  127. data/spec/api/importers_pulp_api_spec.rb +2 -2
  128. data/spec/api/orphans_api_spec.rb +1 -1
  129. data/spec/api/signing_services_api_spec.rb +2 -2
  130. data/spec/api/status_api_spec.rb +1 -1
  131. data/spec/api/task_groups_api_spec.rb +2 -2
  132. data/spec/api/tasks_api_spec.rb +2 -2
  133. data/spec/api/uploads_api_spec.rb +2 -2
  134. data/spec/api/users_api_spec.rb +2 -2
  135. data/spec/api/workers_api_spec.rb +2 -2
  136. data/spec/api_client_spec.rb +2 -2
  137. data/spec/configuration_spec.rb +1 -1
  138. data/spec/models/access_policy_response_spec.rb +1 -1
  139. data/spec/models/access_policy_spec.rb +1 -1
  140. data/spec/models/artifact_response_spec.rb +1 -1
  141. data/spec/models/artifact_spec.rb +1 -1
  142. data/spec/models/async_operation_response_spec.rb +1 -1
  143. data/spec/models/content_app_status_response_spec.rb +1 -1
  144. data/spec/models/database_connection_response_spec.rb +1 -1
  145. data/spec/models/group_progress_report_response_spec.rb +1 -1
  146. data/spec/models/group_response_spec.rb +1 -1
  147. data/spec/models/group_spec.rb +1 -1
  148. data/spec/models/group_user_response_spec.rb +1 -1
  149. data/spec/models/group_user_spec.rb +1 -1
  150. data/spec/models/import_response_spec.rb +1 -1
  151. data/spec/models/paginated_access_policy_response_list_spec.rb +59 -0
  152. data/spec/models/paginated_artifact_response_list_spec.rb +59 -0
  153. data/spec/models/{inline_response20012_spec.rb → paginated_group_response_list_spec.rb} +7 -7
  154. data/spec/models/paginated_group_user_response_list_spec.rb +59 -0
  155. data/spec/models/{inline_response20013_spec.rb → paginated_import_response_list_spec.rb} +7 -7
  156. data/spec/models/paginated_permission_response_list_spec.rb +59 -0
  157. data/spec/models/paginated_pulp_export_response_list_spec.rb +59 -0
  158. data/spec/models/paginated_pulp_exporter_response_list_spec.rb +59 -0
  159. data/spec/models/paginated_pulp_importer_response_list_spec.rb +59 -0
  160. data/spec/models/paginated_signing_service_response_list_spec.rb +59 -0
  161. data/spec/models/paginated_task_group_response_list_spec.rb +59 -0
  162. data/spec/models/{inline_response20010_spec.rb → paginated_task_response_list_spec.rb} +7 -7
  163. data/spec/models/paginated_upload_response_list_spec.rb +59 -0
  164. data/spec/models/{inline_response20011_spec.rb → paginated_user_response_list_spec.rb} +7 -7
  165. data/spec/models/paginated_worker_response_list_spec.rb +59 -0
  166. data/spec/models/patched_access_policy_spec.rb +1 -1
  167. data/spec/models/patched_group_spec.rb +1 -1
  168. data/spec/models/patched_pulp_exporter_spec.rb +1 -1
  169. data/spec/models/patched_pulp_importer_spec.rb +1 -1
  170. data/spec/models/patched_task_cancel_spec.rb +1 -1
  171. data/spec/models/permission_response_spec.rb +1 -1
  172. data/spec/models/progress_report_response_spec.rb +1 -1
  173. data/spec/models/pulp_export_response_spec.rb +1 -1
  174. data/spec/models/pulp_export_spec.rb +1 -1
  175. data/spec/models/pulp_exporter_response_spec.rb +1 -1
  176. data/spec/models/pulp_exporter_spec.rb +1 -1
  177. data/spec/models/pulp_import_spec.rb +1 -1
  178. data/spec/models/pulp_importer_response_spec.rb +1 -1
  179. data/spec/models/pulp_importer_spec.rb +1 -1
  180. data/spec/models/redis_connection_response_spec.rb +1 -1
  181. data/spec/models/signing_service_response_spec.rb +1 -1
  182. data/spec/models/status_response_spec.rb +1 -1
  183. data/spec/models/storage_response_spec.rb +1 -1
  184. data/spec/models/task_group_response_spec.rb +1 -1
  185. data/spec/models/task_response_spec.rb +1 -1
  186. data/spec/models/upload_chunk_response_spec.rb +1 -1
  187. data/spec/models/upload_chunk_spec.rb +1 -1
  188. data/spec/models/upload_commit_spec.rb +1 -1
  189. data/spec/models/upload_detail_response_spec.rb +1 -1
  190. data/spec/models/upload_response_spec.rb +1 -1
  191. data/spec/models/upload_spec.rb +1 -1
  192. data/spec/models/user_group_response_spec.rb +1 -1
  193. data/spec/models/user_response_spec.rb +1 -1
  194. data/spec/models/version_response_spec.rb +1 -1
  195. data/spec/models/worker_response_spec.rb +1 -1
  196. data/spec/spec_helper.rb +1 -1
  197. metadata +109 -109
  198. data/spec/models/inline_response20014_spec.rb +0 -59
  199. data/spec/models/inline_response2001_spec.rb +0 -59
  200. data/spec/models/inline_response2002_spec.rb +0 -59
  201. data/spec/models/inline_response2003_spec.rb +0 -59
  202. data/spec/models/inline_response2004_spec.rb +0 -59
  203. data/spec/models/inline_response2005_spec.rb +0 -59
  204. data/spec/models/inline_response2006_spec.rb +0 -59
  205. data/spec/models/inline_response2007_spec.rb +0 -59
  206. data/spec/models/inline_response2008_spec.rb +0 -59
  207. data/spec/models/inline_response2009_spec.rb +0 -59
  208. data/spec/models/inline_response200_spec.rb +0 -59
data/docs/UploadsApi.md CHANGED
@@ -175,7 +175,7 @@ nil (empty response body)
175
175
 
176
176
  ## list
177
177
 
178
- > InlineResponse20012 list(opts)
178
+ > PaginatedUploadResponseList list(opts)
179
179
 
180
180
  List uploads
181
181
 
@@ -224,7 +224,7 @@ Name | Type | Description | Notes
224
224
 
225
225
  ### Return type
226
226
 
227
- [**InlineResponse20012**](InlineResponse20012.md)
227
+ [**PaginatedUploadResponseList**](PaginatedUploadResponseList.md)
228
228
 
229
229
  ### Authorization
230
230
 
data/docs/UsersApi.md CHANGED
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## list
14
14
 
15
- > InlineResponse20013 list(opts)
15
+ > PaginatedUserResponseList list(opts)
16
16
 
17
17
  List users
18
18
 
@@ -61,7 +61,7 @@ Name | Type | Description | Notes
61
61
 
62
62
  ### Return type
63
63
 
64
- [**InlineResponse20013**](InlineResponse20013.md)
64
+ [**PaginatedUserResponseList**](PaginatedUserResponseList.md)
65
65
 
66
66
  ### Authorization
67
67
 
data/docs/WorkersApi.md CHANGED
@@ -11,7 +11,7 @@ Method | HTTP request | Description
11
11
 
12
12
  ## list
13
13
 
14
- > InlineResponse20014 list(opts)
14
+ > PaginatedWorkerResponseList list(opts)
15
15
 
16
16
  List workers
17
17
 
@@ -80,7 +80,7 @@ Name | Type | Description | Notes
80
80
 
81
81
  ### Return type
82
82
 
83
- [**InlineResponse20014**](InlineResponse20014.md)
83
+ [**PaginatedWorkerResponseList**](PaginatedWorkerResponseList.md)
84
84
 
85
85
  ### Authorization
86
86
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -27,7 +27,7 @@ module PulpcoreClient
27
27
  # @option opts [String] :ordering Which field to use when ordering the results.
28
28
  # @option opts [String] :fields A list of fields to include in the response.
29
29
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
30
- # @return [InlineResponse200]
30
+ # @return [PaginatedAccessPolicyResponseList]
31
31
  def list(opts = {})
32
32
  data, _status_code, _headers = list_with_http_info(opts)
33
33
  data
@@ -41,7 +41,7 @@ module PulpcoreClient
41
41
  # @option opts [String] :ordering Which field to use when ordering the results.
42
42
  # @option opts [String] :fields A list of fields to include in the response.
43
43
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
44
- # @return [Array<(InlineResponse200, Integer, Hash)>] InlineResponse200 data, response status code and response headers
44
+ # @return [Array<(PaginatedAccessPolicyResponseList, Integer, Hash)>] PaginatedAccessPolicyResponseList data, response status code and response headers
45
45
  def list_with_http_info(opts = {})
46
46
  if @api_client.config.debugging
47
47
  @api_client.config.logger.debug 'Calling API: AccessPoliciesApi.list ...'
@@ -69,7 +69,7 @@ module PulpcoreClient
69
69
  post_body = opts[:body]
70
70
 
71
71
  # return_type
72
- return_type = opts[:return_type] || 'InlineResponse200'
72
+ return_type = opts[:return_type] || 'PaginatedAccessPolicyResponseList'
73
73
 
74
74
  # auth_names
75
75
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -180,7 +180,7 @@ module PulpcoreClient
180
180
  # @option opts [String] :sha512 sha512
181
181
  # @option opts [String] :fields A list of fields to include in the response.
182
182
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
183
- # @return [InlineResponse2001]
183
+ # @return [PaginatedArtifactResponseList]
184
184
  def list(opts = {})
185
185
  data, _status_code, _headers = list_with_http_info(opts)
186
186
  data
@@ -201,7 +201,7 @@ module PulpcoreClient
201
201
  # @option opts [String] :sha512 sha512
202
202
  # @option opts [String] :fields A list of fields to include in the response.
203
203
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
204
- # @return [Array<(InlineResponse2001, Integer, Hash)>] InlineResponse2001 data, response status code and response headers
204
+ # @return [Array<(PaginatedArtifactResponseList, Integer, Hash)>] PaginatedArtifactResponseList data, response status code and response headers
205
205
  def list_with_http_info(opts = {})
206
206
  if @api_client.config.debugging
207
207
  @api_client.config.logger.debug 'Calling API: ArtifactsApi.list ...'
@@ -236,7 +236,7 @@ module PulpcoreClient
236
236
  post_body = opts[:body]
237
237
 
238
238
  # return_type
239
- return_type = opts[:return_type] || 'InlineResponse2001'
239
+ return_type = opts[:return_type] || 'PaginatedArtifactResponseList'
240
240
 
241
241
  # auth_names
242
242
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -158,7 +158,7 @@ module PulpcoreClient
158
158
  # @option opts [String] :ordering Which field to use when ordering the results.
159
159
  # @option opts [String] :fields A list of fields to include in the response.
160
160
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
161
- # @return [InlineResponse2003]
161
+ # @return [PaginatedPulpExportResponseList]
162
162
  def list(pulp_exporter_href, opts = {})
163
163
  data, _status_code, _headers = list_with_http_info(pulp_exporter_href, opts)
164
164
  data
@@ -173,7 +173,7 @@ module PulpcoreClient
173
173
  # @option opts [String] :ordering Which field to use when ordering the results.
174
174
  # @option opts [String] :fields A list of fields to include in the response.
175
175
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
176
- # @return [Array<(InlineResponse2003, Integer, Hash)>] InlineResponse2003 data, response status code and response headers
176
+ # @return [Array<(PaginatedPulpExportResponseList, Integer, Hash)>] PaginatedPulpExportResponseList data, response status code and response headers
177
177
  def list_with_http_info(pulp_exporter_href, opts = {})
178
178
  if @api_client.config.debugging
179
179
  @api_client.config.logger.debug 'Calling API: ExportersCoreExportsApi.list ...'
@@ -205,7 +205,7 @@ module PulpcoreClient
205
205
  post_body = opts[:body]
206
206
 
207
207
  # return_type
208
- return_type = opts[:return_type] || 'InlineResponse2003'
208
+ return_type = opts[:return_type] || 'PaginatedPulpExportResponseList'
209
209
 
210
210
  # auth_names
211
211
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -153,7 +153,7 @@ module PulpcoreClient
153
153
  # @option opts [String] :ordering Which field to use when ordering the results.
154
154
  # @option opts [String] :fields A list of fields to include in the response.
155
155
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
156
- # @return [InlineResponse2002]
156
+ # @return [PaginatedPulpExporterResponseList]
157
157
  def list(opts = {})
158
158
  data, _status_code, _headers = list_with_http_info(opts)
159
159
  data
@@ -169,7 +169,7 @@ module PulpcoreClient
169
169
  # @option opts [String] :ordering Which field to use when ordering the results.
170
170
  # @option opts [String] :fields A list of fields to include in the response.
171
171
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
172
- # @return [Array<(InlineResponse2002, Integer, Hash)>] InlineResponse2002 data, response status code and response headers
172
+ # @return [Array<(PaginatedPulpExporterResponseList, Integer, Hash)>] PaginatedPulpExporterResponseList data, response status code and response headers
173
173
  def list_with_http_info(opts = {})
174
174
  if @api_client.config.debugging
175
175
  @api_client.config.logger.debug 'Calling API: ExportersPulpApi.list ...'
@@ -199,7 +199,7 @@ module PulpcoreClient
199
199
  post_body = opts[:body]
200
200
 
201
201
  # return_type
202
- return_type = opts[:return_type] || 'InlineResponse2002'
202
+ return_type = opts[:return_type] || 'PaginatedPulpExporterResponseList'
203
203
 
204
204
  # auth_names
205
205
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -151,7 +151,7 @@ module PulpcoreClient
151
151
  # @option opts [String] :ordering Which field to use when ordering the results.
152
152
  # @option opts [String] :fields A list of fields to include in the response.
153
153
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
154
- # @return [InlineResponse2004]
154
+ # @return [PaginatedGroupResponseList]
155
155
  def list(opts = {})
156
156
  data, _status_code, _headers = list_with_http_info(opts)
157
157
  data
@@ -165,7 +165,7 @@ module PulpcoreClient
165
165
  # @option opts [String] :ordering Which field to use when ordering the results.
166
166
  # @option opts [String] :fields A list of fields to include in the response.
167
167
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
168
- # @return [Array<(InlineResponse2004, Integer, Hash)>] InlineResponse2004 data, response status code and response headers
168
+ # @return [Array<(PaginatedGroupResponseList, Integer, Hash)>] PaginatedGroupResponseList data, response status code and response headers
169
169
  def list_with_http_info(opts = {})
170
170
  if @api_client.config.debugging
171
171
  @api_client.config.logger.debug 'Calling API: GroupsApi.list ...'
@@ -193,7 +193,7 @@ module PulpcoreClient
193
193
  post_body = opts[:body]
194
194
 
195
195
  # return_type
196
- return_type = opts[:return_type] || 'InlineResponse2004'
196
+ return_type = opts[:return_type] || 'PaginatedGroupResponseList'
197
197
 
198
198
  # auth_names
199
199
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -98,7 +98,7 @@ module PulpcoreClient
98
98
  # @option opts [String] :ordering Which field to use when ordering the results.
99
99
  # @option opts [String] :fields A list of fields to include in the response.
100
100
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
101
- # @return [InlineResponse2005]
101
+ # @return [PaginatedPermissionResponseList]
102
102
  def list(auth_group_href, opts = {})
103
103
  data, _status_code, _headers = list_with_http_info(auth_group_href, opts)
104
104
  data
@@ -113,7 +113,7 @@ module PulpcoreClient
113
113
  # @option opts [String] :ordering Which field to use when ordering the results.
114
114
  # @option opts [String] :fields A list of fields to include in the response.
115
115
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
116
- # @return [Array<(InlineResponse2005, Integer, Hash)>] InlineResponse2005 data, response status code and response headers
116
+ # @return [Array<(PaginatedPermissionResponseList, Integer, Hash)>] PaginatedPermissionResponseList data, response status code and response headers
117
117
  def list_with_http_info(auth_group_href, opts = {})
118
118
  if @api_client.config.debugging
119
119
  @api_client.config.logger.debug 'Calling API: GroupsModelPermissionsApi.list ...'
@@ -145,7 +145,7 @@ module PulpcoreClient
145
145
  post_body = opts[:body]
146
146
 
147
147
  # return_type
148
- return_type = opts[:return_type] || 'InlineResponse2005'
148
+ return_type = opts[:return_type] || 'PaginatedPermissionResponseList'
149
149
 
150
150
  # auth_names
151
151
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -158,7 +158,7 @@ module PulpcoreClient
158
158
  # @option opts [String] :ordering Which field to use when ordering the results.
159
159
  # @option opts [String] :fields A list of fields to include in the response.
160
160
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
161
- # @return [InlineResponse2005]
161
+ # @return [PaginatedPermissionResponseList]
162
162
  def list(auth_group_href, opts = {})
163
163
  data, _status_code, _headers = list_with_http_info(auth_group_href, opts)
164
164
  data
@@ -173,7 +173,7 @@ module PulpcoreClient
173
173
  # @option opts [String] :ordering Which field to use when ordering the results.
174
174
  # @option opts [String] :fields A list of fields to include in the response.
175
175
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
176
- # @return [Array<(InlineResponse2005, Integer, Hash)>] InlineResponse2005 data, response status code and response headers
176
+ # @return [Array<(PaginatedPermissionResponseList, Integer, Hash)>] PaginatedPermissionResponseList data, response status code and response headers
177
177
  def list_with_http_info(auth_group_href, opts = {})
178
178
  if @api_client.config.debugging
179
179
  @api_client.config.logger.debug 'Calling API: GroupsObjectPermissionsApi.list ...'
@@ -205,7 +205,7 @@ module PulpcoreClient
205
205
  post_body = opts[:body]
206
206
 
207
207
  # return_type
208
- return_type = opts[:return_type] || 'InlineResponse2005'
208
+ return_type = opts[:return_type] || 'PaginatedPermissionResponseList'
209
209
 
210
210
  # auth_names
211
211
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -158,7 +158,7 @@ module PulpcoreClient
158
158
  # @option opts [String] :ordering Which field to use when ordering the results.
159
159
  # @option opts [String] :fields A list of fields to include in the response.
160
160
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
161
- # @return [InlineResponse2006]
161
+ # @return [PaginatedGroupUserResponseList]
162
162
  def list(auth_group_href, opts = {})
163
163
  data, _status_code, _headers = list_with_http_info(auth_group_href, opts)
164
164
  data
@@ -173,7 +173,7 @@ module PulpcoreClient
173
173
  # @option opts [String] :ordering Which field to use when ordering the results.
174
174
  # @option opts [String] :fields A list of fields to include in the response.
175
175
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
176
- # @return [Array<(InlineResponse2006, Integer, Hash)>] InlineResponse2006 data, response status code and response headers
176
+ # @return [Array<(PaginatedGroupUserResponseList, Integer, Hash)>] PaginatedGroupUserResponseList data, response status code and response headers
177
177
  def list_with_http_info(auth_group_href, opts = {})
178
178
  if @api_client.config.debugging
179
179
  @api_client.config.logger.debug 'Calling API: GroupsUsersApi.list ...'
@@ -205,7 +205,7 @@ module PulpcoreClient
205
205
  post_body = opts[:body]
206
206
 
207
207
  # return_type
208
- return_type = opts[:return_type] || 'InlineResponse2006'
208
+ return_type = opts[:return_type] || 'PaginatedGroupUserResponseList'
209
209
 
210
210
  # auth_names
211
211
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -158,7 +158,7 @@ module PulpcoreClient
158
158
  # @option opts [String] :ordering Which field to use when ordering the results.
159
159
  # @option opts [String] :fields A list of fields to include in the response.
160
160
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
161
- # @return [InlineResponse2008]
161
+ # @return [PaginatedImportResponseList]
162
162
  def list(pulp_importer_href, opts = {})
163
163
  data, _status_code, _headers = list_with_http_info(pulp_importer_href, opts)
164
164
  data
@@ -173,7 +173,7 @@ module PulpcoreClient
173
173
  # @option opts [String] :ordering Which field to use when ordering the results.
174
174
  # @option opts [String] :fields A list of fields to include in the response.
175
175
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
176
- # @return [Array<(InlineResponse2008, Integer, Hash)>] InlineResponse2008 data, response status code and response headers
176
+ # @return [Array<(PaginatedImportResponseList, Integer, Hash)>] PaginatedImportResponseList data, response status code and response headers
177
177
  def list_with_http_info(pulp_importer_href, opts = {})
178
178
  if @api_client.config.debugging
179
179
  @api_client.config.logger.debug 'Calling API: ImportersCoreImportsApi.list ...'
@@ -205,7 +205,7 @@ module PulpcoreClient
205
205
  post_body = opts[:body]
206
206
 
207
207
  # return_type
208
- return_type = opts[:return_type] || 'InlineResponse2008'
208
+ return_type = opts[:return_type] || 'PaginatedImportResponseList'
209
209
 
210
210
  # auth_names
211
211
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -153,7 +153,7 @@ module PulpcoreClient
153
153
  # @option opts [String] :ordering Which field to use when ordering the results.
154
154
  # @option opts [String] :fields A list of fields to include in the response.
155
155
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
156
- # @return [InlineResponse2007]
156
+ # @return [PaginatedPulpImporterResponseList]
157
157
  def list(opts = {})
158
158
  data, _status_code, _headers = list_with_http_info(opts)
159
159
  data
@@ -169,7 +169,7 @@ module PulpcoreClient
169
169
  # @option opts [String] :ordering Which field to use when ordering the results.
170
170
  # @option opts [String] :fields A list of fields to include in the response.
171
171
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
172
- # @return [Array<(InlineResponse2007, Integer, Hash)>] InlineResponse2007 data, response status code and response headers
172
+ # @return [Array<(PaginatedPulpImporterResponseList, Integer, Hash)>] PaginatedPulpImporterResponseList data, response status code and response headers
173
173
  def list_with_http_info(opts = {})
174
174
  if @api_client.config.debugging
175
175
  @api_client.config.logger.debug 'Calling API: ImportersPulpApi.list ...'
@@ -199,7 +199,7 @@ module PulpcoreClient
199
199
  post_body = opts[:body]
200
200
 
201
201
  # return_type
202
- return_type = opts[:return_type] || 'InlineResponse2007'
202
+ return_type = opts[:return_type] || 'PaginatedPulpImporterResponseList'
203
203
 
204
204
  # auth_names
205
205
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -28,7 +28,7 @@ module PulpcoreClient
28
28
  # @option opts [String] :ordering Which field to use when ordering the results.
29
29
  # @option opts [String] :fields A list of fields to include in the response.
30
30
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
31
- # @return [InlineResponse2009]
31
+ # @return [PaginatedSigningServiceResponseList]
32
32
  def list(opts = {})
33
33
  data, _status_code, _headers = list_with_http_info(opts)
34
34
  data
@@ -43,7 +43,7 @@ module PulpcoreClient
43
43
  # @option opts [String] :ordering Which field to use when ordering the results.
44
44
  # @option opts [String] :fields A list of fields to include in the response.
45
45
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
46
- # @return [Array<(InlineResponse2009, Integer, Hash)>] InlineResponse2009 data, response status code and response headers
46
+ # @return [Array<(PaginatedSigningServiceResponseList, Integer, Hash)>] PaginatedSigningServiceResponseList data, response status code and response headers
47
47
  def list_with_http_info(opts = {})
48
48
  if @api_client.config.debugging
49
49
  @api_client.config.logger.debug 'Calling API: SigningServicesApi.list ...'
@@ -72,7 +72,7 @@ module PulpcoreClient
72
72
  post_body = opts[:body]
73
73
 
74
74
  # return_type
75
- return_type = opts[:return_type] || 'InlineResponse2009'
75
+ return_type = opts[:return_type] || 'PaginatedSigningServiceResponseList'
76
76
 
77
77
  # auth_names
78
78
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -27,7 +27,7 @@ module PulpcoreClient
27
27
  # @option opts [String] :ordering Which field to use when ordering the results.
28
28
  # @option opts [String] :fields A list of fields to include in the response.
29
29
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
30
- # @return [InlineResponse20010]
30
+ # @return [PaginatedTaskGroupResponseList]
31
31
  def list(opts = {})
32
32
  data, _status_code, _headers = list_with_http_info(opts)
33
33
  data
@@ -41,7 +41,7 @@ module PulpcoreClient
41
41
  # @option opts [String] :ordering Which field to use when ordering the results.
42
42
  # @option opts [String] :fields A list of fields to include in the response.
43
43
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
44
- # @return [Array<(InlineResponse20010, Integer, Hash)>] InlineResponse20010 data, response status code and response headers
44
+ # @return [Array<(PaginatedTaskGroupResponseList, Integer, Hash)>] PaginatedTaskGroupResponseList data, response status code and response headers
45
45
  def list_with_http_info(opts = {})
46
46
  if @api_client.config.debugging
47
47
  @api_client.config.logger.debug 'Calling API: TaskGroupsApi.list ...'
@@ -69,7 +69,7 @@ module PulpcoreClient
69
69
  post_body = opts[:body]
70
70
 
71
71
  # return_type
72
- return_type = opts[:return_type] || 'InlineResponse20010'
72
+ return_type = opts[:return_type] || 'PaginatedTaskGroupResponseList'
73
73
 
74
74
  # auth_names
75
75
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -110,7 +110,7 @@ module PulpcoreClient
110
110
  # @option opts [String] :worker__in worker__in
111
111
  # @option opts [String] :fields A list of fields to include in the response.
112
112
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
113
- # @return [InlineResponse20011]
113
+ # @return [PaginatedTaskResponseList]
114
114
  def list(opts = {})
115
115
  data, _status_code, _headers = list_with_http_info(opts)
116
116
  data
@@ -147,7 +147,7 @@ module PulpcoreClient
147
147
  # @option opts [String] :worker__in worker__in
148
148
  # @option opts [String] :fields A list of fields to include in the response.
149
149
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
150
- # @return [Array<(InlineResponse20011, Integer, Hash)>] InlineResponse20011 data, response status code and response headers
150
+ # @return [Array<(PaginatedTaskResponseList, Integer, Hash)>] PaginatedTaskResponseList data, response status code and response headers
151
151
  def list_with_http_info(opts = {})
152
152
  if @api_client.config.debugging
153
153
  @api_client.config.logger.debug 'Calling API: TasksApi.list ...'
@@ -198,7 +198,7 @@ module PulpcoreClient
198
198
  post_body = opts[:body]
199
199
 
200
200
  # return_type
201
- return_type = opts[:return_type] || 'InlineResponse20011'
201
+ return_type = opts[:return_type] || 'PaginatedTaskResponseList'
202
202
 
203
203
  # auth_names
204
204
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -221,7 +221,7 @@ module PulpcoreClient
221
221
  # @option opts [String] :ordering Which field to use when ordering the results.
222
222
  # @option opts [String] :fields A list of fields to include in the response.
223
223
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
224
- # @return [InlineResponse20012]
224
+ # @return [PaginatedUploadResponseList]
225
225
  def list(opts = {})
226
226
  data, _status_code, _headers = list_with_http_info(opts)
227
227
  data
@@ -235,7 +235,7 @@ module PulpcoreClient
235
235
  # @option opts [String] :ordering Which field to use when ordering the results.
236
236
  # @option opts [String] :fields A list of fields to include in the response.
237
237
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
238
- # @return [Array<(InlineResponse20012, Integer, Hash)>] InlineResponse20012 data, response status code and response headers
238
+ # @return [Array<(PaginatedUploadResponseList, Integer, Hash)>] PaginatedUploadResponseList data, response status code and response headers
239
239
  def list_with_http_info(opts = {})
240
240
  if @api_client.config.debugging
241
241
  @api_client.config.logger.debug 'Calling API: UploadsApi.list ...'
@@ -263,7 +263,7 @@ module PulpcoreClient
263
263
  post_body = opts[:body]
264
264
 
265
265
  # return_type
266
- return_type = opts[:return_type] || 'InlineResponse20012'
266
+ return_type = opts[:return_type] || 'PaginatedUploadResponseList'
267
267
 
268
268
  # auth_names
269
269
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -27,7 +27,7 @@ module PulpcoreClient
27
27
  # @option opts [String] :ordering Which field to use when ordering the results.
28
28
  # @option opts [String] :fields A list of fields to include in the response.
29
29
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
30
- # @return [InlineResponse20013]
30
+ # @return [PaginatedUserResponseList]
31
31
  def list(opts = {})
32
32
  data, _status_code, _headers = list_with_http_info(opts)
33
33
  data
@@ -41,7 +41,7 @@ module PulpcoreClient
41
41
  # @option opts [String] :ordering Which field to use when ordering the results.
42
42
  # @option opts [String] :fields A list of fields to include in the response.
43
43
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
44
- # @return [Array<(InlineResponse20013, Integer, Hash)>] InlineResponse20013 data, response status code and response headers
44
+ # @return [Array<(PaginatedUserResponseList, Integer, Hash)>] PaginatedUserResponseList data, response status code and response headers
45
45
  def list_with_http_info(opts = {})
46
46
  if @api_client.config.debugging
47
47
  @api_client.config.logger.debug 'Calling API: UsersApi.list ...'
@@ -69,7 +69,7 @@ module PulpcoreClient
69
69
  post_body = opts[:body]
70
70
 
71
71
  # return_type
72
- return_type = opts[:return_type] || 'InlineResponse20013'
72
+ return_type = opts[:return_type] || 'PaginatedUserResponseList'
73
73
 
74
74
  # auth_names
75
75
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -37,7 +37,7 @@ module PulpcoreClient
37
37
  # @option opts [String] :ordering Which field to use when ordering the results.
38
38
  # @option opts [String] :fields A list of fields to include in the response.
39
39
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
40
- # @return [InlineResponse20014]
40
+ # @return [PaginatedWorkerResponseList]
41
41
  def list(opts = {})
42
42
  data, _status_code, _headers = list_with_http_info(opts)
43
43
  data
@@ -61,7 +61,7 @@ module PulpcoreClient
61
61
  # @option opts [String] :ordering Which field to use when ordering the results.
62
62
  # @option opts [String] :fields A list of fields to include in the response.
63
63
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
64
- # @return [Array<(InlineResponse20014, Integer, Hash)>] InlineResponse20014 data, response status code and response headers
64
+ # @return [Array<(PaginatedWorkerResponseList, Integer, Hash)>] PaginatedWorkerResponseList data, response status code and response headers
65
65
  def list_with_http_info(opts = {})
66
66
  if @api_client.config.debugging
67
67
  @api_client.config.logger.debug 'Calling API: WorkersApi.list ...'
@@ -99,7 +99,7 @@ module PulpcoreClient
99
99
  post_body = opts[:body]
100
100
 
101
101
  # return_type
102
- return_type = opts[:return_type] || 'InlineResponse20014'
102
+ return_type = opts[:return_type] || 'PaginatedWorkerResponseList'
103
103
 
104
104
  # auth_names
105
105
  auth_names = opts[:auth_names] || ['basicAuth']