pulp_rpm_client 3.18.9 → 3.18.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/AcsRpmApi.md +10 -10
  4. data/docs/ContentAdvisoriesApi.md +8 -8
  5. data/docs/ContentDistributionTreesApi.md +8 -8
  6. data/docs/ContentModulemdDefaultsApi.md +8 -8
  7. data/docs/ContentModulemdObsoletesApi.md +8 -8
  8. data/docs/ContentModulemdsApi.md +8 -8
  9. data/docs/ContentPackagecategoriesApi.md +8 -8
  10. data/docs/ContentPackageenvironmentsApi.md +8 -8
  11. data/docs/ContentPackagegroupsApi.md +8 -8
  12. data/docs/ContentPackagelangpacksApi.md +8 -8
  13. data/docs/ContentPackagesApi.md +8 -8
  14. data/docs/ContentRepoMetadataFilesApi.md +8 -8
  15. data/docs/DistributionsRpmApi.md +12 -12
  16. data/docs/PatchedrpmRpmDistribution.md +1 -1
  17. data/docs/PatchedrpmRpmRemote.md +1 -1
  18. data/docs/PatchedrpmRpmRepository.md +1 -1
  19. data/docs/PatchedrpmUlnRemote.md +1 -1
  20. data/docs/PublicationsRpmApi.md +10 -10
  21. data/docs/RemotesRpmApi.md +12 -12
  22. data/docs/RemotesUlnApi.md +12 -12
  23. data/docs/RepositoriesRpmApi.md +11 -11
  24. data/docs/RepositoriesRpmVersionsApi.md +12 -12
  25. data/docs/RpmRpmDistribution.md +1 -1
  26. data/docs/RpmRpmDistributionResponse.md +1 -1
  27. data/docs/RpmRpmRemote.md +1 -1
  28. data/docs/RpmRpmRemoteResponse.md +3 -1
  29. data/docs/RpmRpmRemoteResponseHiddenFields.md +19 -0
  30. data/docs/RpmRpmRepository.md +1 -1
  31. data/docs/RpmRpmRepositoryResponse.md +1 -1
  32. data/docs/RpmUlnRemote.md +1 -1
  33. data/docs/RpmUlnRemoteResponse.md +3 -1
  34. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +15 -15
  35. data/lib/pulp_rpm_client/api/content_advisories_api.rb +13 -13
  36. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +12 -12
  37. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +13 -13
  38. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +12 -12
  39. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +13 -13
  40. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +12 -12
  41. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +12 -12
  42. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +12 -12
  43. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +12 -12
  44. data/lib/pulp_rpm_client/api/content_packages_api.rb +13 -13
  45. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +12 -12
  46. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +17 -17
  47. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +15 -15
  48. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +17 -17
  49. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +17 -17
  50. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +15 -15
  51. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +17 -17
  52. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +4 -2
  53. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +4 -2
  54. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +4 -2
  55. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +4 -2
  56. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +4 -2
  57. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +4 -2
  58. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +4 -2
  59. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +17 -3
  60. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb +215 -0
  61. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +4 -2
  62. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +4 -2
  63. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +4 -2
  64. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +17 -3
  65. data/lib/pulp_rpm_client/models/skip_types_enum.rb +1 -0
  66. data/lib/pulp_rpm_client/version.rb +1 -1
  67. data/lib/pulp_rpm_client.rb +1 -0
  68. data/spec/api/acs_rpm_api_spec.rb +5 -5
  69. data/spec/api/content_advisories_api_spec.rb +4 -4
  70. data/spec/api/content_distribution_trees_api_spec.rb +4 -4
  71. data/spec/api/content_modulemd_defaults_api_spec.rb +4 -4
  72. data/spec/api/content_modulemd_obsoletes_api_spec.rb +4 -4
  73. data/spec/api/content_modulemds_api_spec.rb +4 -4
  74. data/spec/api/content_packagecategories_api_spec.rb +4 -4
  75. data/spec/api/content_packageenvironments_api_spec.rb +4 -4
  76. data/spec/api/content_packagegroups_api_spec.rb +4 -4
  77. data/spec/api/content_packagelangpacks_api_spec.rb +4 -4
  78. data/spec/api/content_packages_api_spec.rb +4 -4
  79. data/spec/api/content_repo_metadata_files_api_spec.rb +4 -4
  80. data/spec/api/distributions_rpm_api_spec.rb +6 -6
  81. data/spec/api/publications_rpm_api_spec.rb +5 -5
  82. data/spec/api/remotes_rpm_api_spec.rb +6 -6
  83. data/spec/api/remotes_uln_api_spec.rb +6 -6
  84. data/spec/api/repositories_rpm_api_spec.rb +5 -5
  85. data/spec/api/repositories_rpm_versions_api_spec.rb +6 -6
  86. data/spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb +47 -0
  87. data/spec/models/rpm_rpm_remote_response_spec.rb +6 -0
  88. data/spec/models/rpm_uln_remote_response_spec.rb +6 -0
  89. metadata +81 -77
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 596448182e2bd77a7e614f83bd1b7c83134ff475a58fc37d25521f4064bbd5a6
4
- data.tar.gz: 6c740292b20aa43ec3b2246fb29b40e33054c1dfcdc74feb820237233363a109
3
+ metadata.gz: 01c931719bff3026cfc45bb96ffadfb2feda0e9ac9dc4cf2b804d4e0caed8101
4
+ data.tar.gz: a6a7e9635a7bae2e923a31116b1c4cab7451513d1f795346af7769f1759cf830
5
5
  SHA512:
6
- metadata.gz: 15b385f715faaa2d3714e2c18d5f747265b6b8228910d5dedb54d45d5fce38f8664f12811c45e9b2834b6806c7885464369039ca417398f2c04e3c3495457426
7
- data.tar.gz: e7e465a6731c1cfb5a03d754be47b4c10a7ea2234dc2e5a4adac840ef0834f9a83467acdce2d177b951e7184ca2f0a65367176b0648097cd5d7d0714c582b912
6
+ metadata.gz: 76531c1dac6482aceae41952c618dac4d140c590f007a9bbee9372b0efbdbc143ebf8be481388ea267c0eb77efec44d57919fae04dfa6d76e3d3cccc79aa4dcb
7
+ data.tar.gz: e7bc069129999aa34a567f67af73223228f40f2bbf07692d2a2a0e66f7a7e97404c0ec253d8d77ab8be173a4fa525d56ca407005e0851f91827cceb049928a04
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.18.9
10
+ - Package version: 3.18.10
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 pulp_rpm_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_rpm_client-3.18.9.gem
27
+ gem install ./pulp_rpm_client-3.18.10.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_rpm_client-3.18.9.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_rpm_client-3.18.10.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 'pulp_rpm_client', '~> 3.18.9'
36
+ gem 'pulp_rpm_client', '~> 3.18.10'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -217,6 +217,7 @@ Class | Method | HTTP request | Description
217
217
  - [PulpRpmClient::RpmRpmPublicationResponse](docs/RpmRpmPublicationResponse.md)
218
218
  - [PulpRpmClient::RpmRpmRemote](docs/RpmRpmRemote.md)
219
219
  - [PulpRpmClient::RpmRpmRemoteResponse](docs/RpmRpmRemoteResponse.md)
220
+ - [PulpRpmClient::RpmRpmRemoteResponseHiddenFields](docs/RpmRpmRemoteResponseHiddenFields.md)
220
221
  - [PulpRpmClient::RpmRpmRepository](docs/RpmRpmRepository.md)
221
222
  - [PulpRpmClient::RpmRpmRepositoryResponse](docs/RpmRpmRepositoryResponse.md)
222
223
  - [PulpRpmClient::RpmUlnRemote](docs/RpmUlnRemote.md)
data/docs/AcsRpmApi.md CHANGED
@@ -143,15 +143,15 @@ end
143
143
  api_instance = PulpRpmClient::AcsRpmApi.new
144
144
  opts = {
145
145
  limit: 56, # Integer | Number of results to return per page.
146
- name: 'name_example', # String |
146
+ name: 'name_example', # String | Filter results where name matches value
147
147
  name__contains: 'name__contains_example', # String | Filter results where name contains value
148
148
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
149
149
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
150
150
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
151
151
  offset: 56, # Integer | The initial index from which to return the results.
152
152
  ordering: ['ordering_example'], # Array<String> | Ordering
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
@@ -169,15 +169,15 @@ end
169
169
  Name | Type | Description | Notes
170
170
  ------------- | ------------- | ------------- | -------------
171
171
  **limit** | **Integer**| Number of results to return per page. | [optional]
172
- **name** | **String**| | [optional]
172
+ **name** | **String**| Filter results where name matches value | [optional]
173
173
  **name__contains** | **String**| Filter results where name contains value | [optional]
174
174
  **name__icontains** | **String**| Filter results where name contains value | [optional]
175
175
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
176
176
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
177
177
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
178
178
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
179
- **fields** | **String**| A list of fields to include in the response. | [optional]
180
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
179
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
180
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
181
181
 
182
182
  ### Return type
183
183
 
@@ -271,8 +271,8 @@ end
271
271
  api_instance = PulpRpmClient::AcsRpmApi.new
272
272
  rpm_rpm_alternate_content_source_href = 'rpm_rpm_alternate_content_source_href_example' # String |
273
273
  opts = {
274
- fields: 'fields_example', # String | A list of fields to include in the response.
275
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
274
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
275
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
276
276
  }
277
277
 
278
278
  begin
@@ -290,8 +290,8 @@ end
290
290
  Name | Type | Description | Notes
291
291
  ------------- | ------------- | ------------- | -------------
292
292
  **rpm_rpm_alternate_content_source_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
 
@@ -106,8 +106,8 @@ opts = {
106
106
  type: 'type_example', # String | Filter results where type matches value
107
107
  type__in: ['type__in_example'], # Array<String> | Filter results where type is in a comma-separated list of values
108
108
  type__ne: 'type__ne_example', # String | Filter results where type not equal to value
109
- fields: 'fields_example', # String | A list of fields to include in the response.
110
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
109
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
110
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
111
111
  }
112
112
 
113
113
  begin
@@ -141,8 +141,8 @@ Name | Type | Description | Notes
141
141
  **type** | **String**| Filter results where type matches value | [optional]
142
142
  **type__in** | [**Array&lt;String&gt;**](String.md)| Filter results where type is in a comma-separated list of values | [optional]
143
143
  **type__ne** | **String**| Filter results where type not equal to value | [optional]
144
- **fields** | **String**| A list of fields to include in the response. | [optional]
145
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
144
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
145
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
146
146
 
147
147
  ### Return type
148
148
 
@@ -181,8 +181,8 @@ end
181
181
  api_instance = PulpRpmClient::ContentAdvisoriesApi.new
182
182
  rpm_update_record_href = 'rpm_update_record_href_example' # String |
183
183
  opts = {
184
- fields: 'fields_example', # String | A list of fields to include in the response.
185
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
184
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
185
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
186
186
  }
187
187
 
188
188
  begin
@@ -200,8 +200,8 @@ end
200
200
  Name | Type | Description | Notes
201
201
  ------------- | ------------- | ------------- | -------------
202
202
  **rpm_update_record_href** | **String**| |
203
- **fields** | **String**| A list of fields to include in the response. | [optional]
204
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
203
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
204
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
205
205
 
206
206
  ### Return type
207
207
 
@@ -37,8 +37,8 @@ opts = {
37
37
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
38
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
39
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
40
- fields: 'fields_example', # String | A list of fields to include in the response.
41
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
40
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
41
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
42
42
  }
43
43
 
44
44
  begin
@@ -61,8 +61,8 @@ Name | Type | Description | Notes
61
61
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
62
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
63
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
64
- **fields** | **String**| A list of fields to include in the response. | [optional]
65
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
64
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
65
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
66
66
 
67
67
  ### Return type
68
68
 
@@ -101,8 +101,8 @@ end
101
101
  api_instance = PulpRpmClient::ContentDistributionTreesApi.new
102
102
  rpm_distribution_tree_href = 'rpm_distribution_tree_href_example' # String |
103
103
  opts = {
104
- fields: 'fields_example', # String | A list of fields to include in the response.
105
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
104
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
105
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
106
106
  }
107
107
 
108
108
  begin
@@ -120,8 +120,8 @@ end
120
120
  Name | Type | Description | Notes
121
121
  ------------- | ------------- | ------------- | -------------
122
122
  **rpm_distribution_tree_href** | **String**| |
123
- **fields** | **String**| A list of fields to include in the response. | [optional]
124
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
123
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
124
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
125
125
 
126
126
  ### Return type
127
127
 
@@ -96,8 +96,8 @@ opts = {
96
96
  sha256: 'sha256_example', # String |
97
97
  stream: 'stream_example', # String | Filter results where stream matches value
98
98
  stream__in: ['stream__in_example'], # Array<String> | Filter results where stream is in a comma-separated list of values
99
- fields: 'fields_example', # String | A list of fields to include in the response.
100
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
99
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
100
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
101
101
  }
102
102
 
103
103
  begin
@@ -125,8 +125,8 @@ Name | Type | Description | Notes
125
125
  **sha256** | **String**| | [optional]
126
126
  **stream** | **String**| Filter results where stream matches value | [optional]
127
127
  **stream__in** | [**Array&lt;String&gt;**](String.md)| Filter results where stream is in a comma-separated list of values | [optional]
128
- **fields** | **String**| A list of fields to include in the response. | [optional]
129
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
128
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
129
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
130
130
 
131
131
  ### Return type
132
132
 
@@ -165,8 +165,8 @@ end
165
165
  api_instance = PulpRpmClient::ContentModulemdDefaultsApi.new
166
166
  rpm_modulemd_defaults_href = 'rpm_modulemd_defaults_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
  **rpm_modulemd_defaults_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
 
@@ -91,8 +91,8 @@ opts = {
91
91
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
92
92
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
93
93
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
94
- fields: 'fields_example', # String | A list of fields to include in the response.
95
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
94
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
95
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
96
96
  }
97
97
 
98
98
  begin
@@ -115,8 +115,8 @@ Name | Type | Description | Notes
115
115
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
116
116
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
117
117
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
118
- **fields** | **String**| A list of fields to include in the response. | [optional]
119
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
118
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
119
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
120
120
 
121
121
  ### Return type
122
122
 
@@ -155,8 +155,8 @@ end
155
155
  api_instance = PulpRpmClient::ContentModulemdObsoletesApi.new
156
156
  rpm_modulemd_obsolete_href = 'rpm_modulemd_obsolete_href_example' # String |
157
157
  opts = {
158
- fields: 'fields_example', # String | A list of fields to include in the response.
159
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
158
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
159
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
160
160
  }
161
161
 
162
162
  begin
@@ -174,8 +174,8 @@ end
174
174
  Name | Type | Description | Notes
175
175
  ------------- | ------------- | ------------- | -------------
176
176
  **rpm_modulemd_obsolete_href** | **String**| |
177
- **fields** | **String**| A list of fields to include in the response. | [optional]
178
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
177
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
178
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
179
179
 
180
180
  ### Return type
181
181
 
@@ -96,8 +96,8 @@ opts = {
96
96
  sha256: 'sha256_example', # String |
97
97
  stream: 'stream_example', # String | Filter results where stream matches value
98
98
  stream__in: ['stream__in_example'], # Array<String> | Filter results where stream is in a comma-separated list of values
99
- fields: 'fields_example', # String | A list of fields to include in the response.
100
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
99
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
100
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
101
101
  }
102
102
 
103
103
  begin
@@ -125,8 +125,8 @@ Name | Type | Description | Notes
125
125
  **sha256** | **String**| | [optional]
126
126
  **stream** | **String**| Filter results where stream matches value | [optional]
127
127
  **stream__in** | [**Array&lt;String&gt;**](String.md)| Filter results where stream is in a comma-separated list of values | [optional]
128
- **fields** | **String**| A list of fields to include in the response. | [optional]
129
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
128
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
129
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
130
130
 
131
131
  ### Return type
132
132
 
@@ -165,8 +165,8 @@ end
165
165
  api_instance = PulpRpmClient::ContentModulemdsApi.new
166
166
  rpm_modulemd_href = 'rpm_modulemd_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
  **rpm_modulemd_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
 
@@ -37,8 +37,8 @@ opts = {
37
37
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
38
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
39
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
40
- fields: 'fields_example', # String | A list of fields to include in the response.
41
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
40
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
41
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
42
42
  }
43
43
 
44
44
  begin
@@ -61,8 +61,8 @@ Name | Type | Description | Notes
61
61
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
62
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
63
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
64
- **fields** | **String**| A list of fields to include in the response. | [optional]
65
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
64
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
65
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
66
66
 
67
67
  ### Return type
68
68
 
@@ -101,8 +101,8 @@ end
101
101
  api_instance = PulpRpmClient::ContentPackagecategoriesApi.new
102
102
  rpm_package_category_href = 'rpm_package_category_href_example' # String |
103
103
  opts = {
104
- fields: 'fields_example', # String | A list of fields to include in the response.
105
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
104
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
105
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
106
106
  }
107
107
 
108
108
  begin
@@ -120,8 +120,8 @@ end
120
120
  Name | Type | Description | Notes
121
121
  ------------- | ------------- | ------------- | -------------
122
122
  **rpm_package_category_href** | **String**| |
123
- **fields** | **String**| A list of fields to include in the response. | [optional]
124
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
123
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
124
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
125
125
 
126
126
  ### Return type
127
127
 
@@ -37,8 +37,8 @@ opts = {
37
37
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
38
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
39
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
40
- fields: 'fields_example', # String | A list of fields to include in the response.
41
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
40
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
41
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
42
42
  }
43
43
 
44
44
  begin
@@ -61,8 +61,8 @@ Name | Type | Description | Notes
61
61
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
62
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
63
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
64
- **fields** | **String**| A list of fields to include in the response. | [optional]
65
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
64
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
65
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
66
66
 
67
67
  ### Return type
68
68
 
@@ -101,8 +101,8 @@ end
101
101
  api_instance = PulpRpmClient::ContentPackageenvironmentsApi.new
102
102
  rpm_package_environment_href = 'rpm_package_environment_href_example' # String |
103
103
  opts = {
104
- fields: 'fields_example', # String | A list of fields to include in the response.
105
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
104
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
105
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
106
106
  }
107
107
 
108
108
  begin
@@ -120,8 +120,8 @@ end
120
120
  Name | Type | Description | Notes
121
121
  ------------- | ------------- | ------------- | -------------
122
122
  **rpm_package_environment_href** | **String**| |
123
- **fields** | **String**| A list of fields to include in the response. | [optional]
124
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
123
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
124
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
125
125
 
126
126
  ### Return type
127
127
 
@@ -37,8 +37,8 @@ opts = {
37
37
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
38
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
39
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
40
- fields: 'fields_example', # String | A list of fields to include in the response.
41
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
40
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
41
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
42
42
  }
43
43
 
44
44
  begin
@@ -61,8 +61,8 @@ Name | Type | Description | Notes
61
61
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
62
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
63
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
64
- **fields** | **String**| A list of fields to include in the response. | [optional]
65
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
64
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
65
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
66
66
 
67
67
  ### Return type
68
68
 
@@ -101,8 +101,8 @@ end
101
101
  api_instance = PulpRpmClient::ContentPackagegroupsApi.new
102
102
  rpm_package_group_href = 'rpm_package_group_href_example' # String |
103
103
  opts = {
104
- fields: 'fields_example', # String | A list of fields to include in the response.
105
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
104
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
105
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
106
106
  }
107
107
 
108
108
  begin
@@ -120,8 +120,8 @@ end
120
120
  Name | Type | Description | Notes
121
121
  ------------- | ------------- | ------------- | -------------
122
122
  **rpm_package_group_href** | **String**| |
123
- **fields** | **String**| A list of fields to include in the response. | [optional]
124
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
123
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
124
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
125
125
 
126
126
  ### Return type
127
127
 
@@ -37,8 +37,8 @@ opts = {
37
37
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
38
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
39
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
40
- fields: 'fields_example', # String | A list of fields to include in the response.
41
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
40
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
41
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
42
42
  }
43
43
 
44
44
  begin
@@ -61,8 +61,8 @@ Name | Type | Description | Notes
61
61
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
62
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
63
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
64
- **fields** | **String**| A list of fields to include in the response. | [optional]
65
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
64
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
65
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
66
66
 
67
67
  ### Return type
68
68
 
@@ -101,8 +101,8 @@ end
101
101
  api_instance = PulpRpmClient::ContentPackagelangpacksApi.new
102
102
  rpm_package_langpacks_href = 'rpm_package_langpacks_href_example' # String |
103
103
  opts = {
104
- fields: 'fields_example', # String | A list of fields to include in the response.
105
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
104
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
105
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
106
106
  }
107
107
 
108
108
  begin
@@ -120,8 +120,8 @@ end
120
120
  Name | Type | Description | Notes
121
121
  ------------- | ------------- | ------------- | -------------
122
122
  **rpm_package_langpacks_href** | **String**| |
123
- **fields** | **String**| A list of fields to include in the response. | [optional]
124
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
123
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
124
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
125
125
 
126
126
  ### Return type
127
127
 
@@ -122,8 +122,8 @@ opts = {
122
122
  version: 'version_example', # String | Filter results where version matches value
123
123
  version__in: ['version__in_example'], # Array<String> | Filter results where version is in a comma-separated list of values
124
124
  version__ne: 'version__ne_example', # String | Filter results where version not equal to value
125
- fields: 'fields_example', # String | A list of fields to include in the response.
126
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
125
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
126
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
127
127
  }
128
128
 
129
129
  begin
@@ -167,8 +167,8 @@ Name | Type | Description | Notes
167
167
  **version** | **String**| Filter results where version matches value | [optional]
168
168
  **version__in** | [**Array&lt;String&gt;**](String.md)| Filter results where version is in a comma-separated list of values | [optional]
169
169
  **version__ne** | **String**| Filter results where version not equal to value | [optional]
170
- **fields** | **String**| A list of fields to include in the response. | [optional]
171
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
170
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
171
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
172
172
 
173
173
  ### Return type
174
174
 
@@ -207,8 +207,8 @@ end
207
207
  api_instance = PulpRpmClient::ContentPackagesApi.new
208
208
  rpm_package_href = 'rpm_package_href_example' # String |
209
209
  opts = {
210
- fields: 'fields_example', # String | A list of fields to include in the response.
211
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
210
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
211
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
212
212
  }
213
213
 
214
214
  begin
@@ -226,8 +226,8 @@ end
226
226
  Name | Type | Description | Notes
227
227
  ------------- | ------------- | ------------- | -------------
228
228
  **rpm_package_href** | **String**| |
229
- **fields** | **String**| A list of fields to include in the response. | [optional]
230
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
229
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
230
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
231
231
 
232
232
  ### Return type
233
233
 
@@ -37,8 +37,8 @@ opts = {
37
37
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
38
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
39
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
40
- fields: 'fields_example', # String | A list of fields to include in the response.
41
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
40
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
41
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
42
42
  }
43
43
 
44
44
  begin
@@ -61,8 +61,8 @@ Name | Type | Description | Notes
61
61
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
62
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
63
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
64
- **fields** | **String**| A list of fields to include in the response. | [optional]
65
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
64
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
65
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
66
66
 
67
67
  ### Return type
68
68
 
@@ -101,8 +101,8 @@ end
101
101
  api_instance = PulpRpmClient::ContentRepoMetadataFilesApi.new
102
102
  rpm_repo_metadata_file_href = 'rpm_repo_metadata_file_href_example' # String |
103
103
  opts = {
104
- fields: 'fields_example', # String | A list of fields to include in the response.
105
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
104
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
105
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
106
106
  }
107
107
 
108
108
  begin
@@ -120,8 +120,8 @@ end
120
120
  Name | Type | Description | Notes
121
121
  ------------- | ------------- | ------------- | -------------
122
122
  **rpm_repo_metadata_file_href** | **String**| |
123
- **fields** | **String**| A list of fields to include in the response. | [optional]
124
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
123
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
124
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
125
125
 
126
126
  ### Return type
127
127