pulpcore_client 3.21.5 → 3.21.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -6
  3. data/docs/AccessPoliciesApi.md +8 -8
  4. data/docs/ArtifactsApi.md +8 -8
  5. data/docs/ContentApi.md +4 -4
  6. data/docs/ContentguardsApi.md +4 -4
  7. data/docs/ContentguardsContentRedirectApi.md +16 -16
  8. data/docs/ContentguardsRbacApi.md +16 -16
  9. data/docs/DistributionsApi.md +4 -4
  10. data/docs/ExportersFilesystemApi.md +8 -8
  11. data/docs/ExportersFilesystemExportsApi.md +8 -8
  12. data/docs/ExportersPulpApi.md +8 -8
  13. data/docs/ExportersPulpExportsApi.md +8 -8
  14. data/docs/GroupsApi.md +16 -16
  15. data/docs/GroupsRolesApi.md +8 -8
  16. data/docs/GroupsUsersApi.md +4 -4
  17. data/docs/ImportersPulpApi.md +8 -8
  18. data/docs/ImportersPulpImportsApi.md +8 -8
  19. data/docs/PublicationsApi.md +4 -4
  20. data/docs/RemotesApi.md +4 -4
  21. data/docs/RepositoriesApi.md +4 -4
  22. data/docs/RepositoryVersionsApi.md +4 -4
  23. data/docs/RolesApi.md +8 -8
  24. data/docs/SigningServicesApi.md +8 -8
  25. data/docs/TaskGroupsApi.md +8 -8
  26. data/docs/TaskSchedulesApi.md +16 -16
  27. data/docs/TasksApi.md +16 -16
  28. data/docs/UploadsApi.md +16 -16
  29. data/docs/UsersApi.md +8 -8
  30. data/docs/UsersRolesApi.md +8 -8
  31. data/docs/WorkersApi.md +8 -8
  32. data/lib/pulpcore_client/api/access_policies_api.rb +12 -12
  33. data/lib/pulpcore_client/api/artifacts_api.rb +12 -12
  34. data/lib/pulpcore_client/api/content_api.rb +6 -6
  35. data/lib/pulpcore_client/api/contentguards_api.rb +6 -6
  36. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +24 -24
  37. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +24 -24
  38. data/lib/pulpcore_client/api/distributions_api.rb +6 -6
  39. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +12 -12
  40. data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +12 -12
  41. data/lib/pulpcore_client/api/exporters_pulp_api.rb +12 -12
  42. data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +12 -12
  43. data/lib/pulpcore_client/api/groups_api.rb +24 -24
  44. data/lib/pulpcore_client/api/groups_roles_api.rb +12 -12
  45. data/lib/pulpcore_client/api/groups_users_api.rb +6 -6
  46. data/lib/pulpcore_client/api/importers_pulp_api.rb +12 -12
  47. data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +12 -12
  48. data/lib/pulpcore_client/api/publications_api.rb +6 -6
  49. data/lib/pulpcore_client/api/remotes_api.rb +6 -6
  50. data/lib/pulpcore_client/api/repositories_api.rb +6 -6
  51. data/lib/pulpcore_client/api/repository_versions_api.rb +6 -6
  52. data/lib/pulpcore_client/api/roles_api.rb +12 -12
  53. data/lib/pulpcore_client/api/signing_services_api.rb +12 -12
  54. data/lib/pulpcore_client/api/task_groups_api.rb +12 -12
  55. data/lib/pulpcore_client/api/task_schedules_api.rb +24 -24
  56. data/lib/pulpcore_client/api/tasks_api.rb +24 -24
  57. data/lib/pulpcore_client/api/uploads_api.rb +24 -24
  58. data/lib/pulpcore_client/api/users_api.rb +12 -12
  59. data/lib/pulpcore_client/api/users_roles_api.rb +12 -12
  60. data/lib/pulpcore_client/api/workers_api.rb +12 -12
  61. data/lib/pulpcore_client/version.rb +1 -1
  62. data/spec/api/access_policies_api_spec.rb +4 -4
  63. data/spec/api/artifacts_api_spec.rb +4 -4
  64. data/spec/api/content_api_spec.rb +2 -2
  65. data/spec/api/contentguards_api_spec.rb +2 -2
  66. data/spec/api/contentguards_content_redirect_api_spec.rb +8 -8
  67. data/spec/api/contentguards_rbac_api_spec.rb +8 -8
  68. data/spec/api/distributions_api_spec.rb +2 -2
  69. data/spec/api/exporters_filesystem_api_spec.rb +4 -4
  70. data/spec/api/exporters_filesystem_exports_api_spec.rb +4 -4
  71. data/spec/api/exporters_pulp_api_spec.rb +4 -4
  72. data/spec/api/exporters_pulp_exports_api_spec.rb +4 -4
  73. data/spec/api/groups_api_spec.rb +8 -8
  74. data/spec/api/groups_roles_api_spec.rb +4 -4
  75. data/spec/api/groups_users_api_spec.rb +2 -2
  76. data/spec/api/importers_pulp_api_spec.rb +4 -4
  77. data/spec/api/importers_pulp_imports_api_spec.rb +4 -4
  78. data/spec/api/publications_api_spec.rb +2 -2
  79. data/spec/api/remotes_api_spec.rb +2 -2
  80. data/spec/api/repositories_api_spec.rb +2 -2
  81. data/spec/api/repository_versions_api_spec.rb +2 -2
  82. data/spec/api/roles_api_spec.rb +4 -4
  83. data/spec/api/signing_services_api_spec.rb +4 -4
  84. data/spec/api/task_groups_api_spec.rb +4 -4
  85. data/spec/api/task_schedules_api_spec.rb +8 -8
  86. data/spec/api/tasks_api_spec.rb +8 -8
  87. data/spec/api/uploads_api_spec.rb +8 -8
  88. data/spec/api/users_api_spec.rb +4 -4
  89. data/spec/api/users_roles_api_spec.rb +4 -4
  90. data/spec/api/workers_api_spec.rb +4 -4
  91. metadata +127 -127
data/docs/TasksApi.md CHANGED
@@ -172,8 +172,8 @@ opts = {
172
172
  task_group: 'task_group_example', # String | Foreign Key referenced by HREF
173
173
  worker: 'worker_example', # String | Foreign Key referenced by HREF
174
174
  worker__in: ['worker__in_example'], # Array<String> | Filter results where worker is in a comma-separated list of values
175
- fields: 'fields_example', # String | A list of fields to include in the response.
176
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
175
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
176
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
177
177
  }
178
178
 
179
179
  begin
@@ -218,8 +218,8 @@ Name | Type | Description | Notes
218
218
  **task_group** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
219
219
  **worker** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
220
220
  **worker__in** | [**Array&lt;String&gt;**](String.md)| Filter results where worker is in a comma-separated list of values | [optional]
221
- **fields** | **String**| A list of fields to include in the response. | [optional]
222
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
221
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
222
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
223
223
 
224
224
  ### Return type
225
225
 
@@ -258,8 +258,8 @@ end
258
258
  api_instance = PulpcoreClient::TasksApi.new
259
259
  task_href = 'task_href_example' # String |
260
260
  opts = {
261
- fields: 'fields_example', # String | A list of fields to include in the response.
262
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
261
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
262
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
263
263
  }
264
264
 
265
265
  begin
@@ -276,8 +276,8 @@ end
276
276
  Name | Type | Description | Notes
277
277
  ------------- | ------------- | ------------- | -------------
278
278
  **task_href** | **String**| |
279
- **fields** | **String**| A list of fields to include in the response. | [optional]
280
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
279
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
280
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
281
281
 
282
282
  ### Return type
283
283
 
@@ -316,8 +316,8 @@ end
316
316
  api_instance = PulpcoreClient::TasksApi.new
317
317
  task_href = 'task_href_example' # String |
318
318
  opts = {
319
- fields: 'fields_example', # String | A list of fields to include in the response.
320
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
319
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
320
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
321
321
  }
322
322
 
323
323
  begin
@@ -334,8 +334,8 @@ end
334
334
  Name | Type | Description | Notes
335
335
  ------------- | ------------- | ------------- | -------------
336
336
  **task_href** | **String**| |
337
- **fields** | **String**| A list of fields to include in the response. | [optional]
338
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
337
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
338
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
339
339
 
340
340
  ### Return type
341
341
 
@@ -427,8 +427,8 @@ end
427
427
  api_instance = PulpcoreClient::TasksApi.new
428
428
  task_href = 'task_href_example' # String |
429
429
  opts = {
430
- fields: 'fields_example', # String | A list of fields to include in the response.
431
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
430
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
431
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
432
432
  }
433
433
 
434
434
  begin
@@ -446,8 +446,8 @@ end
446
446
  Name | Type | Description | Notes
447
447
  ------------- | ------------- | ------------- | -------------
448
448
  **task_href** | **String**| |
449
- **fields** | **String**| A list of fields to include in the response. | [optional]
450
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
449
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
450
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
451
451
 
452
452
  ### Return type
453
453
 
data/docs/UploadsApi.md CHANGED
@@ -255,8 +255,8 @@ api_instance = PulpcoreClient::UploadsApi.new
255
255
  opts = {
256
256
  limit: 56, # Integer | Number of results to return per page.
257
257
  offset: 56, # Integer | The initial index from which to return the results.
258
- fields: 'fields_example', # String | A list of fields to include in the response.
259
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
258
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
259
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
260
260
  }
261
261
 
262
262
  begin
@@ -275,8 +275,8 @@ Name | Type | Description | Notes
275
275
  ------------- | ------------- | ------------- | -------------
276
276
  **limit** | **Integer**| Number of results to return per page. | [optional]
277
277
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
278
- **fields** | **String**| A list of fields to include in the response. | [optional]
279
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
278
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
279
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
280
280
 
281
281
  ### Return type
282
282
 
@@ -315,8 +315,8 @@ end
315
315
  api_instance = PulpcoreClient::UploadsApi.new
316
316
  upload_href = 'upload_href_example' # String |
317
317
  opts = {
318
- fields: 'fields_example', # String | A list of fields to include in the response.
319
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
318
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
319
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
320
320
  }
321
321
 
322
322
  begin
@@ -333,8 +333,8 @@ end
333
333
  Name | Type | Description | Notes
334
334
  ------------- | ------------- | ------------- | -------------
335
335
  **upload_href** | **String**| |
336
- **fields** | **String**| A list of fields to include in the response. | [optional]
337
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
336
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
337
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
338
338
 
339
339
  ### Return type
340
340
 
@@ -373,8 +373,8 @@ end
373
373
  api_instance = PulpcoreClient::UploadsApi.new
374
374
  upload_href = 'upload_href_example' # String |
375
375
  opts = {
376
- fields: 'fields_example', # String | A list of fields to include in the response.
377
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
376
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
377
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
378
378
  }
379
379
 
380
380
  begin
@@ -391,8 +391,8 @@ end
391
391
  Name | Type | Description | Notes
392
392
  ------------- | ------------- | ------------- | -------------
393
393
  **upload_href** | **String**| |
394
- **fields** | **String**| A list of fields to include in the response. | [optional]
395
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
394
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
395
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
396
396
 
397
397
  ### Return type
398
398
 
@@ -431,8 +431,8 @@ end
431
431
  api_instance = PulpcoreClient::UploadsApi.new
432
432
  upload_href = 'upload_href_example' # String |
433
433
  opts = {
434
- fields: 'fields_example', # String | A list of fields to include in the response.
435
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
434
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
435
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
436
436
  }
437
437
 
438
438
  begin
@@ -450,8 +450,8 @@ end
450
450
  Name | Type | Description | Notes
451
451
  ------------- | ------------- | ------------- | -------------
452
452
  **upload_href** | **String**| |
453
- **fields** | **String**| A list of fields to include in the response. | [optional]
454
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
453
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
454
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
455
455
 
456
456
  ### Return type
457
457
 
data/docs/UsersApi.md CHANGED
@@ -165,8 +165,8 @@ opts = {
165
165
  username__icontains: 'username__icontains_example', # String | Filter results where username contains value
166
166
  username__iexact: 'username__iexact_example', # String | Filter results where username matches value
167
167
  username__in: ['username__in_example'], # Array<String> | Filter results where username is in a comma-separated list of values
168
- fields: 'fields_example', # String | A list of fields to include in the response.
169
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
168
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
169
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
170
170
  }
171
171
 
172
172
  begin
@@ -208,8 +208,8 @@ Name | Type | Description | Notes
208
208
  **username__icontains** | **String**| Filter results where username contains value | [optional]
209
209
  **username__iexact** | **String**| Filter results where username matches value | [optional]
210
210
  **username__in** | [**Array&lt;String&gt;**](String.md)| Filter results where username is in a comma-separated list of values | [optional]
211
- **fields** | **String**| A list of fields to include in the response. | [optional]
212
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
211
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
212
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
213
213
 
214
214
  ### Return type
215
215
 
@@ -303,8 +303,8 @@ end
303
303
  api_instance = PulpcoreClient::UsersApi.new
304
304
  auth_user_href = 'auth_user_href_example' # String |
305
305
  opts = {
306
- fields: 'fields_example', # String | A list of fields to include in the response.
307
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
306
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
307
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
308
308
  }
309
309
 
310
310
  begin
@@ -322,8 +322,8 @@ end
322
322
  Name | Type | Description | Notes
323
323
  ------------- | ------------- | ------------- | -------------
324
324
  **auth_user_href** | **String**| |
325
- **fields** | **String**| A list of fields to include in the response. | [optional]
326
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
325
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
326
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
327
327
 
328
328
  ### Return type
329
329
 
@@ -150,8 +150,8 @@ opts = {
150
150
  role__icontains: 'role__icontains_example', # String |
151
151
  role__in: ['role__in_example'], # Array<String> | Multiple values may be separated by commas.
152
152
  role__startswith: 'role__startswith_example', # String |
153
- fields: 'fields_example', # String | A list of fields to include in the response.
154
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
153
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
154
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
155
155
  }
156
156
 
157
157
  begin
@@ -178,8 +178,8 @@ Name | Type | Description | Notes
178
178
  **role__icontains** | **String**| | [optional]
179
179
  **role__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
180
180
  **role__startswith** | **String**| | [optional]
181
- **fields** | **String**| A list of fields to include in the response. | [optional]
182
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
181
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
182
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
183
183
 
184
184
  ### Return type
185
185
 
@@ -218,8 +218,8 @@ end
218
218
  api_instance = PulpcoreClient::UsersRolesApi.new
219
219
  auth_users_user_role_href = 'auth_users_user_role_href_example' # String |
220
220
  opts = {
221
- fields: 'fields_example', # String | A list of fields to include in the response.
222
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
221
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
222
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
223
223
  }
224
224
 
225
225
  begin
@@ -237,8 +237,8 @@ end
237
237
  Name | Type | Description | Notes
238
238
  ------------- | ------------- | ------------- | -------------
239
239
  **auth_users_user_role_href** | **String**| |
240
- **fields** | **String**| A list of fields to include in the response. | [optional]
241
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
240
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
241
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
242
242
 
243
243
  ### Return type
244
244
 
data/docs/WorkersApi.md CHANGED
@@ -47,8 +47,8 @@ opts = {
47
47
  offset: 56, # Integer | The initial index from which to return the results.
48
48
  online: true, # Boolean |
49
49
  ordering: ['ordering_example'], # Array<String> | Ordering
50
- fields: 'fields_example', # String | A list of fields to include in the response.
51
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
50
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
51
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
52
52
  }
53
53
 
54
54
  begin
@@ -81,8 +81,8 @@ Name | Type | Description | Notes
81
81
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
82
82
  **online** | **Boolean**| | [optional]
83
83
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
84
- **fields** | **String**| A list of fields to include in the response. | [optional]
85
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
84
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
85
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
86
86
 
87
87
  ### Return type
88
88
 
@@ -121,8 +121,8 @@ end
121
121
  api_instance = PulpcoreClient::WorkersApi.new
122
122
  worker_href = 'worker_href_example' # String |
123
123
  opts = {
124
- fields: 'fields_example', # String | A list of fields to include in the response.
125
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
124
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
125
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
126
126
  }
127
127
 
128
128
  begin
@@ -140,8 +140,8 @@ end
140
140
  Name | Type | Description | Notes
141
141
  ------------- | ------------- | ------------- | -------------
142
142
  **worker_href** | **String**| |
143
- **fields** | **String**| A list of fields to include in the response. | [optional]
144
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
143
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
144
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
145
145
 
146
146
  ### Return type
147
147
 
@@ -31,8 +31,8 @@ module PulpcoreClient
31
31
  # @option opts [String] :viewset_name__icontains Filter results where viewset_name contains value
32
32
  # @option opts [Array<String>] :viewset_name__in Filter results where viewset_name is in a comma-separated list of values
33
33
  # @option opts [String] :viewset_name__startswith Filter results where viewset_name starts with value
34
- # @option opts [String] :fields A list of fields to include in the response.
35
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
34
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
35
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
36
36
  # @return [PaginatedAccessPolicyResponseList]
37
37
  def list(opts = {})
38
38
  data, _status_code, _headers = list_with_http_info(opts)
@@ -51,8 +51,8 @@ module PulpcoreClient
51
51
  # @option opts [String] :viewset_name__icontains Filter results where viewset_name contains value
52
52
  # @option opts [Array<String>] :viewset_name__in Filter results where viewset_name is in a comma-separated list of values
53
53
  # @option opts [String] :viewset_name__startswith Filter results where viewset_name starts with value
54
- # @option opts [String] :fields A list of fields to include in the response.
55
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
54
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
55
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
56
56
  # @return [Array<(PaginatedAccessPolicyResponseList, Integer, Hash)>] PaginatedAccessPolicyResponseList data, response status code and response headers
57
57
  def list_with_http_info(opts = {})
58
58
  if @api_client.config.debugging
@@ -76,8 +76,8 @@ module PulpcoreClient
76
76
  query_params[:'viewset_name__icontains'] = opts[:'viewset_name__icontains'] if !opts[:'viewset_name__icontains'].nil?
77
77
  query_params[:'viewset_name__in'] = @api_client.build_collection_param(opts[:'viewset_name__in'], :csv) if !opts[:'viewset_name__in'].nil?
78
78
  query_params[:'viewset_name__startswith'] = opts[:'viewset_name__startswith'] if !opts[:'viewset_name__startswith'].nil?
79
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
80
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
79
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
80
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
81
81
 
82
82
  # header parameters
83
83
  header_params = opts[:header_params] || {}
@@ -186,8 +186,8 @@ module PulpcoreClient
186
186
  # ViewSet for AccessPolicy. NOTE: This API endpoint is in \"tech preview\" and subject to change
187
187
  # @param access_policy_href [String]
188
188
  # @param [Hash] opts the optional parameters
189
- # @option opts [String] :fields A list of fields to include in the response.
190
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
189
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
190
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
191
191
  # @return [AccessPolicyResponse]
192
192
  def read(access_policy_href, opts = {})
193
193
  data, _status_code, _headers = read_with_http_info(access_policy_href, opts)
@@ -198,8 +198,8 @@ module PulpcoreClient
198
198
  # ViewSet for AccessPolicy. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
199
199
  # @param access_policy_href [String]
200
200
  # @param [Hash] opts the optional parameters
201
- # @option opts [String] :fields A list of fields to include in the response.
202
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
201
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
202
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
203
203
  # @return [Array<(AccessPolicyResponse, Integer, Hash)>] AccessPolicyResponse data, response status code and response headers
204
204
  def read_with_http_info(access_policy_href, opts = {})
205
205
  if @api_client.config.debugging
@@ -214,8 +214,8 @@ module PulpcoreClient
214
214
 
215
215
  # query parameters
216
216
  query_params = opts[:query_params] || {}
217
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
218
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
217
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
218
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
219
219
 
220
220
  # header parameters
221
221
  header_params = opts[:header_params] || {}
@@ -202,8 +202,8 @@ module PulpcoreClient
202
202
  # @option opts [String] :sha256 Filter results where sha256 matches value
203
203
  # @option opts [String] :sha384 Filter results where sha384 matches value
204
204
  # @option opts [String] :sha512 Filter results where sha512 matches value
205
- # @option opts [String] :fields A list of fields to include in the response.
206
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
205
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
206
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
207
207
  # @return [PaginatedArtifactResponseList]
208
208
  def list(opts = {})
209
209
  data, _status_code, _headers = list_with_http_info(opts)
@@ -223,8 +223,8 @@ module PulpcoreClient
223
223
  # @option opts [String] :sha256 Filter results where sha256 matches value
224
224
  # @option opts [String] :sha384 Filter results where sha384 matches value
225
225
  # @option opts [String] :sha512 Filter results where sha512 matches value
226
- # @option opts [String] :fields A list of fields to include in the response.
227
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
226
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
227
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
228
228
  # @return [Array<(PaginatedArtifactResponseList, Integer, Hash)>] PaginatedArtifactResponseList data, response status code and response headers
229
229
  def list_with_http_info(opts = {})
230
230
  if @api_client.config.debugging
@@ -249,8 +249,8 @@ module PulpcoreClient
249
249
  query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
250
250
  query_params[:'sha384'] = opts[:'sha384'] if !opts[:'sha384'].nil?
251
251
  query_params[:'sha512'] = opts[:'sha512'] if !opts[:'sha512'].nil?
252
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
253
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
252
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
253
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
254
254
 
255
255
  # header parameters
256
256
  header_params = opts[:header_params] || {}
@@ -289,8 +289,8 @@ module PulpcoreClient
289
289
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
290
290
  # @param artifact_href [String]
291
291
  # @param [Hash] opts the optional parameters
292
- # @option opts [String] :fields A list of fields to include in the response.
293
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
292
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
293
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
294
294
  # @return [ArtifactResponse]
295
295
  def read(artifact_href, opts = {})
296
296
  data, _status_code, _headers = read_with_http_info(artifact_href, opts)
@@ -301,8 +301,8 @@ module PulpcoreClient
301
301
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
302
302
  # @param artifact_href [String]
303
303
  # @param [Hash] opts the optional parameters
304
- # @option opts [String] :fields A list of fields to include in the response.
305
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
304
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
305
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
306
306
  # @return [Array<(ArtifactResponse, Integer, Hash)>] ArtifactResponse data, response status code and response headers
307
307
  def read_with_http_info(artifact_href, opts = {})
308
308
  if @api_client.config.debugging
@@ -317,8 +317,8 @@ module PulpcoreClient
317
317
 
318
318
  # query parameters
319
319
  query_params = opts[:query_params] || {}
320
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
321
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
320
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
321
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
322
322
 
323
323
  # header parameters
324
324
  header_params = opts[:header_params] || {}
@@ -28,8 +28,8 @@ module PulpcoreClient
28
28
  # @option opts [String] :repository_version Repository Version referenced by HREF
29
29
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
30
30
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
31
- # @option opts [String] :fields A list of fields to include in the response.
32
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
31
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
32
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
33
33
  # @return [PaginatedMultipleArtifactContentResponseList]
34
34
  def list(opts = {})
35
35
  data, _status_code, _headers = list_with_http_info(opts)
@@ -45,8 +45,8 @@ module PulpcoreClient
45
45
  # @option opts [String] :repository_version Repository Version referenced by HREF
46
46
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
47
47
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
48
- # @option opts [String] :fields A list of fields to include in the response.
49
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
48
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
49
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
50
50
  # @return [Array<(PaginatedMultipleArtifactContentResponseList, Integer, Hash)>] PaginatedMultipleArtifactContentResponseList data, response status code and response headers
51
51
  def list_with_http_info(opts = {})
52
52
  if @api_client.config.debugging
@@ -67,8 +67,8 @@ module PulpcoreClient
67
67
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
68
68
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
69
69
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
70
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
71
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
70
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
71
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
72
72
 
73
73
  # header parameters
74
74
  header_params = opts[:header_params] || {}
@@ -30,8 +30,8 @@ module PulpcoreClient
30
30
  # @option opts [String] :name__startswith Filter results where name starts with value
31
31
  # @option opts [Integer] :offset The initial index from which to return the results.
32
32
  # @option opts [Array<String>] :ordering Ordering
33
- # @option opts [String] :fields A list of fields to include in the response.
34
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
33
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
34
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
35
35
  # @return [PaginatedContentGuardResponseList]
36
36
  def list(opts = {})
37
37
  data, _status_code, _headers = list_with_http_info(opts)
@@ -49,8 +49,8 @@ module PulpcoreClient
49
49
  # @option opts [String] :name__startswith Filter results where name starts with value
50
50
  # @option opts [Integer] :offset The initial index from which to return the results.
51
51
  # @option opts [Array<String>] :ordering Ordering
52
- # @option opts [String] :fields A list of fields to include in the response.
53
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
52
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
53
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
54
54
  # @return [Array<(PaginatedContentGuardResponseList, Integer, Hash)>] PaginatedContentGuardResponseList data, response status code and response headers
55
55
  def list_with_http_info(opts = {})
56
56
  if @api_client.config.debugging
@@ -73,8 +73,8 @@ module PulpcoreClient
73
73
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
74
74
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
75
75
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
76
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
77
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
76
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
77
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
78
78
 
79
79
  # header parameters
80
80
  header_params = opts[:header_params] || {}