pulpcore_client 3.21.5 → 3.21.6

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 +129 -129
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d816d1a77ad99fb0f7e56df20ff8459a7130660e7717c9312ee5b95f0cdbcff2
4
- data.tar.gz: cbb73a513cbd1cc78292df0852e88501d2dee75e5428475000fba24aa27f71a9
3
+ metadata.gz: 26eebb6e10db352866b19713d9b0c919d61359e7c4eb6c30359a12549c3a9f23
4
+ data.tar.gz: 125630e7f486aa502053ae7eb63357216f5d781a27ec653f0002142463f02965
5
5
  SHA512:
6
- metadata.gz: 78d4e615218c78a5e13e02ff4c85765dd854ed0644f599139faab7edae505b4bb50ec83b56d5084eb8c689d3f3767ce4e8b7dd6596767169e0a96545ec8ff859
7
- data.tar.gz: 201d445c676661018840118143f51f3dc0e8fc06bbf8b0b6c98c2efc8f975f76e63aeaf17a6ca7eee3b9c73333871f9267016d300c354a9e4aba43724e0634f1
6
+ metadata.gz: 7e206f6b76e381fd9eb119b4337989c05cf9607580bcce6bd18217414b8f0bc51852b94ff3e842f5ff2f17e721be5c4404525ba6000c103dbb179c15852c6b75
7
+ data.tar.gz: 1c0a8f0b18155f1b81bde8a48ce91aad8ce1e210a9644e9b6fc0719fcc88ecf05c0a08405cdd334d9448f9040f8d4c8edd81507fa2bcb34fc9a1f703d6f84a31
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.21.5
10
+ - Package version: 3.21.6
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.21.5.gem
27
+ gem install ./pulpcore_client-3.21.6.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.21.5.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.21.6.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulpcore_client', '~> 3.21.5'
36
+ gem 'pulpcore_client', '~> 3.21.6'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -75,8 +75,8 @@ opts = {
75
75
  viewset_name__icontains: 'viewset_name__icontains_example', # String | Filter results where viewset_name contains value
76
76
  viewset_name__in: ['viewset_name__in_example'], # Array<String> | Filter results where viewset_name is in a comma-separated list of values
77
77
  viewset_name__startswith: 'viewset_name__startswith_example', # String | Filter results where viewset_name starts with value
78
- fields: 'fields_example', # String | A list of fields to include in the response.
79
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
78
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
79
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
80
80
  }
81
81
 
82
82
  begin
@@ -43,8 +43,8 @@ opts = {
43
43
  viewset_name__icontains: 'viewset_name__icontains_example', # String | Filter results where viewset_name contains value
44
44
  viewset_name__in: ['viewset_name__in_example'], # Array<String> | Filter results where viewset_name is in a comma-separated list of values
45
45
  viewset_name__startswith: 'viewset_name__startswith_example', # String | Filter results where viewset_name starts with value
46
- fields: 'fields_example', # String | A list of fields to include in the response.
47
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
46
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
47
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
48
48
  }
49
49
 
50
50
  begin
@@ -70,8 +70,8 @@ Name | Type | Description | Notes
70
70
  **viewset_name__icontains** | **String**| Filter results where viewset_name contains value | [optional]
71
71
  **viewset_name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where viewset_name is in a comma-separated list of values | [optional]
72
72
  **viewset_name__startswith** | **String**| Filter results where viewset_name starts with value | [optional]
73
- **fields** | **String**| A list of fields to include in the response. | [optional]
74
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
73
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
74
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
75
75
 
76
76
  ### Return type
77
77
 
@@ -165,8 +165,8 @@ end
165
165
  api_instance = PulpcoreClient::AccessPoliciesApi.new
166
166
  access_policy_href = 'access_policy_href_example' # String |
167
167
  opts = {
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
@@ -184,8 +184,8 @@ end
184
184
  Name | Type | Description | Notes
185
185
  ------------- | ------------- | ------------- | -------------
186
186
  **access_policy_href** | **String**| |
187
- **fields** | **String**| A list of fields to include in the response. | [optional]
188
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
187
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
188
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
189
189
 
190
190
  ### Return type
191
191
 
data/docs/ArtifactsApi.md CHANGED
@@ -164,8 +164,8 @@ opts = {
164
164
  sha256: 'sha256_example', # String | Filter results where sha256 matches value
165
165
  sha384: 'sha384_example', # String | Filter results where sha384 matches value
166
166
  sha512: 'sha512_example', # String | Filter results where sha512 matches value
167
- fields: 'fields_example', # String | A list of fields to include in the response.
168
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
167
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
168
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
169
169
  }
170
170
 
171
171
  begin
@@ -192,8 +192,8 @@ Name | Type | Description | Notes
192
192
  **sha256** | **String**| Filter results where sha256 matches value | [optional]
193
193
  **sha384** | **String**| Filter results where sha384 matches value | [optional]
194
194
  **sha512** | **String**| Filter results where sha512 matches value | [optional]
195
- **fields** | **String**| A list of fields to include in the response. | [optional]
196
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
195
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
196
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
197
197
 
198
198
  ### Return type
199
199
 
@@ -232,8 +232,8 @@ end
232
232
  api_instance = PulpcoreClient::ArtifactsApi.new
233
233
  artifact_href = 'artifact_href_example' # String |
234
234
  opts = {
235
- fields: 'fields_example', # String | A list of fields to include in the response.
236
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
235
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
236
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
237
237
  }
238
238
 
239
239
  begin
@@ -251,8 +251,8 @@ end
251
251
  Name | Type | Description | Notes
252
252
  ------------- | ------------- | ------------- | -------------
253
253
  **artifact_href** | **String**| |
254
- **fields** | **String**| A list of fields to include in the response. | [optional]
255
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
254
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
255
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
256
256
 
257
257
  ### Return type
258
258
 
data/docs/ContentApi.md CHANGED
@@ -36,8 +36,8 @@ opts = {
36
36
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
37
37
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
38
38
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
39
- fields: 'fields_example', # String | A list of fields to include in the response.
40
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
39
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
40
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
41
41
  }
42
42
 
43
43
  begin
@@ -60,8 +60,8 @@ Name | Type | Description | Notes
60
60
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
61
61
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
62
62
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
63
- **fields** | **String**| A list of fields to include in the response. | [optional]
64
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
63
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
64
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
65
65
 
66
66
  ### Return type
67
67
 
@@ -38,8 +38,8 @@ opts = {
38
38
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
39
39
  offset: 56, # Integer | The initial index from which to return the results.
40
40
  ordering: ['ordering_example'], # Array<String> | Ordering
41
- fields: 'fields_example', # String | A list of fields to include in the response.
42
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
41
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
42
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
43
43
  }
44
44
 
45
45
  begin
@@ -64,8 +64,8 @@ Name | Type | Description | Notes
64
64
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
65
65
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
66
66
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
67
- **fields** | **String**| A list of fields to include in the response. | [optional]
68
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
67
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
68
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
69
69
 
70
70
  ### Return type
71
71
 
@@ -206,8 +206,8 @@ opts = {
206
206
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
207
207
  offset: 56, # Integer | The initial index from which to return the results.
208
208
  ordering: ['ordering_example'], # Array<String> | Ordering
209
- fields: 'fields_example', # String | A list of fields to include in the response.
210
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
209
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
210
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
211
211
  }
212
212
 
213
213
  begin
@@ -232,8 +232,8 @@ Name | Type | Description | Notes
232
232
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
233
233
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
234
234
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
235
- **fields** | **String**| A list of fields to include in the response. | [optional]
236
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
235
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
236
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
237
237
 
238
238
  ### Return type
239
239
 
@@ -272,8 +272,8 @@ end
272
272
  api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
273
273
  content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String |
274
274
  opts = {
275
- fields: 'fields_example', # String | A list of fields to include in the response.
276
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
275
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
276
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
277
277
  }
278
278
 
279
279
  begin
@@ -290,8 +290,8 @@ end
290
290
  Name | Type | Description | Notes
291
291
  ------------- | ------------- | ------------- | -------------
292
292
  **content_redirect_content_guard_href** | **String**| |
293
- **fields** | **String**| A list of fields to include in the response. | [optional]
294
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
293
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
294
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
295
295
 
296
296
  ### Return type
297
297
 
@@ -330,8 +330,8 @@ end
330
330
  api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
331
331
  content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String |
332
332
  opts = {
333
- fields: 'fields_example', # String | A list of fields to include in the response.
334
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
333
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
334
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
335
335
  }
336
336
 
337
337
  begin
@@ -348,8 +348,8 @@ end
348
348
  Name | Type | Description | Notes
349
349
  ------------- | ------------- | ------------- | -------------
350
350
  **content_redirect_content_guard_href** | **String**| |
351
- **fields** | **String**| A list of fields to include in the response. | [optional]
352
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
351
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
352
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
353
353
 
354
354
  ### Return type
355
355
 
@@ -443,8 +443,8 @@ end
443
443
  api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
444
444
  content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String |
445
445
  opts = {
446
- fields: 'fields_example', # String | A list of fields to include in the response.
447
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
446
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
447
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
448
448
  }
449
449
 
450
450
  begin
@@ -462,8 +462,8 @@ end
462
462
  Name | Type | Description | Notes
463
463
  ------------- | ------------- | ------------- | -------------
464
464
  **content_redirect_content_guard_href** | **String**| |
465
- **fields** | **String**| A list of fields to include in the response. | [optional]
466
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
465
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
466
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
467
467
 
468
468
  ### Return type
469
469
 
@@ -206,8 +206,8 @@ opts = {
206
206
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
207
207
  offset: 56, # Integer | The initial index from which to return the results.
208
208
  ordering: ['ordering_example'], # Array<String> | Ordering
209
- fields: 'fields_example', # String | A list of fields to include in the response.
210
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
209
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
210
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
211
211
  }
212
212
 
213
213
  begin
@@ -232,8 +232,8 @@ Name | Type | Description | Notes
232
232
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
233
233
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
234
234
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
235
- **fields** | **String**| A list of fields to include in the response. | [optional]
236
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
235
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
236
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
237
237
 
238
238
  ### Return type
239
239
 
@@ -272,8 +272,8 @@ end
272
272
  api_instance = PulpcoreClient::ContentguardsRbacApi.new
273
273
  r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
274
274
  opts = {
275
- fields: 'fields_example', # String | A list of fields to include in the response.
276
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
275
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
276
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
277
277
  }
278
278
 
279
279
  begin
@@ -290,8 +290,8 @@ end
290
290
  Name | Type | Description | Notes
291
291
  ------------- | ------------- | ------------- | -------------
292
292
  **r_b_a_c_content_guard_href** | **String**| |
293
- **fields** | **String**| A list of fields to include in the response. | [optional]
294
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
293
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
294
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
295
295
 
296
296
  ### Return type
297
297
 
@@ -330,8 +330,8 @@ end
330
330
  api_instance = PulpcoreClient::ContentguardsRbacApi.new
331
331
  r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
332
332
  opts = {
333
- fields: 'fields_example', # String | A list of fields to include in the response.
334
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
333
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
334
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
335
335
  }
336
336
 
337
337
  begin
@@ -348,8 +348,8 @@ end
348
348
  Name | Type | Description | Notes
349
349
  ------------- | ------------- | ------------- | -------------
350
350
  **r_b_a_c_content_guard_href** | **String**| |
351
- **fields** | **String**| A list of fields to include in the response. | [optional]
352
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
351
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
352
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
353
353
 
354
354
  ### Return type
355
355
 
@@ -443,8 +443,8 @@ end
443
443
  api_instance = PulpcoreClient::ContentguardsRbacApi.new
444
444
  r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
445
445
  opts = {
446
- fields: 'fields_example', # String | A list of fields to include in the response.
447
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
446
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
447
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
448
448
  }
449
449
 
450
450
  begin
@@ -462,8 +462,8 @@ end
462
462
  Name | Type | Description | Notes
463
463
  ------------- | ------------- | ------------- | -------------
464
464
  **r_b_a_c_content_guard_href** | **String**| |
465
- **fields** | **String**| A list of fields to include in the response. | [optional]
466
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
465
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
466
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
467
467
 
468
468
  ### Return type
469
469
 
@@ -44,8 +44,8 @@ opts = {
44
44
  ordering: ['ordering_example'], # Array<String> | Ordering
45
45
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
46
46
  with_content: 'with_content_example', # String | Filter distributions based on the content served by them
47
- fields: 'fields_example', # String | A list of fields to include in the response.
48
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
47
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
48
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
49
49
  }
50
50
 
51
51
  begin
@@ -76,8 +76,8 @@ Name | Type | Description | Notes
76
76
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
77
77
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
78
78
  **with_content** | **String**| Filter distributions based on the content served by them | [optional]
79
- **fields** | **String**| A list of fields to include in the response. | [optional]
80
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
79
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
80
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
81
81
 
82
82
  ### Return type
83
83
 
@@ -149,8 +149,8 @@ opts = {
149
149
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
150
150
  offset: 56, # Integer | The initial index from which to return the results.
151
151
  ordering: ['ordering_example'], # Array<String> | Ordering
152
- fields: 'fields_example', # String | A list of fields to include in the response.
153
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
152
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
153
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
154
154
  }
155
155
 
156
156
  begin
@@ -175,8 +175,8 @@ Name | Type | Description | Notes
175
175
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
176
176
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
177
177
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
178
- **fields** | **String**| A list of fields to include in the response. | [optional]
179
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
178
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
179
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
180
180
 
181
181
  ### Return type
182
182
 
@@ -270,8 +270,8 @@ end
270
270
  api_instance = PulpcoreClient::ExportersFilesystemApi.new
271
271
  filesystem_exporter_href = 'filesystem_exporter_href_example' # String |
272
272
  opts = {
273
- fields: 'fields_example', # String | A list of fields to include in the response.
274
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
273
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
274
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
275
275
  }
276
276
 
277
277
  begin
@@ -289,8 +289,8 @@ end
289
289
  Name | Type | Description | Notes
290
290
  ------------- | ------------- | ------------- | -------------
291
291
  **filesystem_exporter_href** | **String**| |
292
- **fields** | **String**| A list of fields to include in the response. | [optional]
293
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
292
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
293
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
294
294
 
295
295
  ### Return type
296
296
 
@@ -143,8 +143,8 @@ filesystem_exporter_href = 'filesystem_exporter_href_example' # String |
143
143
  opts = {
144
144
  limit: 56, # Integer | Number of results to return per page.
145
145
  offset: 56, # Integer | The initial index from which to return the results.
146
- fields: 'fields_example', # String | A list of fields to include in the response.
147
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
146
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
147
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
148
148
  }
149
149
 
150
150
  begin
@@ -164,8 +164,8 @@ Name | Type | Description | Notes
164
164
  **filesystem_exporter_href** | **String**| |
165
165
  **limit** | **Integer**| Number of results to return per page. | [optional]
166
166
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
167
- **fields** | **String**| A list of fields to include in the response. | [optional]
168
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
167
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
168
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
169
169
 
170
170
  ### Return type
171
171
 
@@ -204,8 +204,8 @@ end
204
204
  api_instance = PulpcoreClient::ExportersFilesystemExportsApi.new
205
205
  filesystem_filesystem_export_href = 'filesystem_filesystem_export_href_example' # String |
206
206
  opts = {
207
- fields: 'fields_example', # String | A list of fields to include in the response.
208
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
207
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
208
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
209
209
  }
210
210
 
211
211
  begin
@@ -223,8 +223,8 @@ end
223
223
  Name | Type | Description | Notes
224
224
  ------------- | ------------- | ------------- | -------------
225
225
  **filesystem_filesystem_export_href** | **String**| |
226
- **fields** | **String**| A list of fields to include in the response. | [optional]
227
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
226
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
227
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
228
228
 
229
229
  ### Return type
230
230
 
@@ -149,8 +149,8 @@ opts = {
149
149
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
150
150
  offset: 56, # Integer | The initial index from which to return the results.
151
151
  ordering: ['ordering_example'], # Array<String> | Ordering
152
- fields: 'fields_example', # String | A list of fields to include in the response.
153
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
152
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
153
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
154
154
  }
155
155
 
156
156
  begin
@@ -175,8 +175,8 @@ Name | Type | Description | Notes
175
175
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
176
176
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
177
177
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
178
- **fields** | **String**| A list of fields to include in the response. | [optional]
179
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
178
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
179
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
180
180
 
181
181
  ### Return type
182
182
 
@@ -270,8 +270,8 @@ end
270
270
  api_instance = PulpcoreClient::ExportersPulpApi.new
271
271
  pulp_exporter_href = 'pulp_exporter_href_example' # String |
272
272
  opts = {
273
- fields: 'fields_example', # String | A list of fields to include in the response.
274
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
273
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
274
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
275
275
  }
276
276
 
277
277
  begin
@@ -289,8 +289,8 @@ end
289
289
  Name | Type | Description | Notes
290
290
  ------------- | ------------- | ------------- | -------------
291
291
  **pulp_exporter_href** | **String**| |
292
- **fields** | **String**| A list of fields to include in the response. | [optional]
293
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
292
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
293
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
294
294
 
295
295
  ### Return type
296
296
 
@@ -143,8 +143,8 @@ pulp_exporter_href = 'pulp_exporter_href_example' # String |
143
143
  opts = {
144
144
  limit: 56, # Integer | Number of results to return per page.
145
145
  offset: 56, # Integer | The initial index from which to return the results.
146
- fields: 'fields_example', # String | A list of fields to include in the response.
147
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
146
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
147
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
148
148
  }
149
149
 
150
150
  begin
@@ -164,8 +164,8 @@ Name | Type | Description | Notes
164
164
  **pulp_exporter_href** | **String**| |
165
165
  **limit** | **Integer**| Number of results to return per page. | [optional]
166
166
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
167
- **fields** | **String**| A list of fields to include in the response. | [optional]
168
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
167
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
168
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
169
169
 
170
170
  ### Return type
171
171
 
@@ -204,8 +204,8 @@ end
204
204
  api_instance = PulpcoreClient::ExportersPulpExportsApi.new
205
205
  pulp_pulp_export_href = 'pulp_pulp_export_href_example' # String |
206
206
  opts = {
207
- fields: 'fields_example', # String | A list of fields to include in the response.
208
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
207
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
208
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
209
209
  }
210
210
 
211
211
  begin
@@ -223,8 +223,8 @@ end
223
223
  Name | Type | Description | Notes
224
224
  ------------- | ------------- | ------------- | -------------
225
225
  **pulp_pulp_export_href** | **String**| |
226
- **fields** | **String**| A list of fields to include in the response. | [optional]
227
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
226
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
227
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
228
228
 
229
229
  ### Return type
230
230