pulp_rpm_client 3.18.20 → 3.19.0.dev1662960501

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_rpm_client might be problematic. Click here for more details.

Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -5
  3. data/docs/AcsRpmApi.md +12 -16
  4. data/docs/ContentAdvisoriesApi.md +10 -14
  5. data/docs/ContentDistributionTreesApi.md +10 -14
  6. data/docs/ContentModulemdDefaultsApi.md +10 -14
  7. data/docs/ContentModulemdObsoletesApi.md +10 -14
  8. data/docs/ContentModulemdsApi.md +10 -14
  9. data/docs/ContentPackagecategoriesApi.md +10 -14
  10. data/docs/ContentPackageenvironmentsApi.md +10 -14
  11. data/docs/ContentPackagegroupsApi.md +10 -14
  12. data/docs/ContentPackagelangpacksApi.md +10 -14
  13. data/docs/ContentPackagesApi.md +12 -16
  14. data/docs/ContentRepoMetadataFilesApi.md +10 -14
  15. data/docs/DistributionsRpmApi.md +14 -22
  16. data/docs/PatchedrpmRpmDistribution.md +1 -1
  17. data/docs/PatchedrpmRpmRemote.md +2 -2
  18. data/docs/PatchedrpmRpmRepository.md +4 -4
  19. data/docs/PatchedrpmUlnRemote.md +2 -2
  20. data/docs/PublicationsRpmApi.md +12 -16
  21. data/docs/RemotesRpmApi.md +14 -18
  22. data/docs/RemotesUlnApi.md +14 -18
  23. data/docs/RepositoriesRpmApi.md +13 -33
  24. data/docs/RepositoriesRpmVersionsApi.md +14 -16
  25. data/docs/RepositoryAddRemoveContent.md +2 -2
  26. data/docs/RpmRepositorySyncURL.md +1 -1
  27. data/docs/RpmRpmDistribution.md +1 -1
  28. data/docs/RpmRpmDistributionResponse.md +1 -1
  29. data/docs/RpmRpmPublication.md +2 -2
  30. data/docs/RpmRpmPublicationResponse.md +2 -2
  31. data/docs/RpmRpmRemote.md +2 -2
  32. data/docs/RpmRpmRemoteResponse.md +2 -4
  33. data/docs/RpmRpmRepository.md +4 -4
  34. data/docs/RpmRpmRepositoryResponse.md +4 -4
  35. data/docs/RpmUlnRemote.md +2 -2
  36. data/docs/RpmUlnRemoteResponse.md +2 -4
  37. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +17 -23
  38. data/lib/pulp_rpm_client/api/content_advisories_api.rb +15 -21
  39. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +14 -20
  40. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +15 -21
  41. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +14 -20
  42. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +15 -21
  43. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +14 -20
  44. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +14 -20
  45. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +14 -20
  46. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +14 -20
  47. data/lib/pulp_rpm_client/api/content_packages_api.rb +17 -23
  48. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +14 -20
  49. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +19 -31
  50. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +17 -23
  51. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +19 -25
  52. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +19 -25
  53. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +17 -47
  54. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +19 -22
  55. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +2 -4
  56. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +3 -5
  57. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +5 -7
  58. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +3 -5
  59. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +2 -2
  60. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
  61. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +2 -4
  62. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +2 -4
  63. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -2
  64. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -2
  65. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +3 -5
  66. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +4 -18
  67. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +5 -7
  68. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +5 -7
  69. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +3 -5
  70. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +4 -18
  71. data/lib/pulp_rpm_client/models/skip_types_enum.rb +0 -1
  72. data/lib/pulp_rpm_client/version.rb +1 -1
  73. data/lib/pulp_rpm_client.rb +0 -1
  74. data/spec/api/acs_rpm_api_spec.rb +6 -8
  75. data/spec/api/content_advisories_api_spec.rb +5 -7
  76. data/spec/api/content_distribution_trees_api_spec.rb +5 -7
  77. data/spec/api/content_modulemd_defaults_api_spec.rb +5 -7
  78. data/spec/api/content_modulemd_obsoletes_api_spec.rb +5 -7
  79. data/spec/api/content_modulemds_api_spec.rb +5 -7
  80. data/spec/api/content_packagecategories_api_spec.rb +5 -7
  81. data/spec/api/content_packageenvironments_api_spec.rb +5 -7
  82. data/spec/api/content_packagegroups_api_spec.rb +5 -7
  83. data/spec/api/content_packagelangpacks_api_spec.rb +5 -7
  84. data/spec/api/content_packages_api_spec.rb +6 -8
  85. data/spec/api/content_repo_metadata_files_api_spec.rb +5 -7
  86. data/spec/api/distributions_rpm_api_spec.rb +7 -11
  87. data/spec/api/publications_rpm_api_spec.rb +6 -8
  88. data/spec/api/remotes_rpm_api_spec.rb +7 -9
  89. data/spec/api/remotes_uln_api_spec.rb +7 -9
  90. data/spec/api/repositories_rpm_api_spec.rb +6 -16
  91. data/spec/api/repositories_rpm_versions_api_spec.rb +7 -8
  92. data/spec/models/rpm_rpm_remote_response_spec.rb +0 -6
  93. data/spec/models/rpm_uln_remote_response_spec.rb +0 -6
  94. metadata +75 -79
  95. data/docs/RpmRpmRemoteResponseHiddenFields.md +0 -19
  96. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb +0 -215
  97. data/spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb +0 -47
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ac85c6df807def23dfdd42e608e0a718cf602e8dc2790f7dc3fe638c4132ca5
4
- data.tar.gz: 6820cbe9cae985e08affe005111b4ae79b39a48e05b973574455e52310cb8071
3
+ metadata.gz: b2feb86d99c33451b827730e5654cadde564967f8739c5fd726ec336beab300a
4
+ data.tar.gz: 92255c0205933b79d5521fa206dcc7443ad185daf7a8b836490c03f1aca086dd
5
5
  SHA512:
6
- metadata.gz: 00c553881759be5310a1924599dda0f64268a3e267c1fe8fa4066a1b5c3f210d891cb7f0a53bcd07f668c984b086e3c9bba8c7dcebab82502255b2412563395f
7
- data.tar.gz: 2f3b78ee442862bddc61cbfe585c776d42a6391ed4df619e2630410926578d1555314fa135a7191c49699b0856589930bd89395d2c5883baf9eee66fb8c6b3fc
6
+ metadata.gz: 4c85312eb883cd2b16d96bfca1199ce2bdc90d174df3e0d44336ad4d50e4374590cb971021f7e69165200fd922c68a87150505d42b9f075a46cf16965c556dd8
7
+ data.tar.gz: 33084c7bebf27ace5b236534dca2796ed2c3e801cf286ca455a50bd663f08776128bf88e5a45609f8f5154e3dd8575e775b4cf934606cb92aff0c71ff768d2eb
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.20
10
+ - Package version: 3.19.0.dev1662960501
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.20.gem
27
+ gem install ./pulp_rpm_client-3.19.0.dev1662960501.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_rpm_client-3.18.20.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_rpm_client-3.19.0.dev1662960501.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.20'
36
+ gem 'pulp_rpm_client', '~> 3.19.0.dev1662960501'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -217,7 +217,6 @@ 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)
221
220
  - [PulpRpmClient::RpmRpmRepository](docs/RpmRpmRepository.md)
222
221
  - [PulpRpmClient::RpmRpmRepositoryResponse](docs/RpmRpmRepositoryResponse.md)
223
222
  - [PulpRpmClient::RpmUlnRemote](docs/RpmUlnRemote.md)
data/docs/AcsRpmApi.md CHANGED
@@ -143,17 +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 | Filter results where name matches value
146
+ name: 'name_example', # String |
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
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
153
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
154
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
155
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
156
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
157
155
  }
158
156
 
159
157
  begin
@@ -171,17 +169,15 @@ end
171
169
  Name | Type | Description | Notes
172
170
  ------------- | ------------- | ------------- | -------------
173
171
  **limit** | **Integer**| Number of results to return per page. | [optional]
174
- **name** | **String**| Filter results where name matches value | [optional]
172
+ **name** | **String**| | [optional]
175
173
  **name__contains** | **String**| Filter results where name contains value | [optional]
176
174
  **name__icontains** | **String**| Filter results where name contains value | [optional]
177
175
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
178
176
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
179
177
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
180
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
181
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
182
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
183
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
184
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
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]
185
181
 
186
182
  ### Return type
187
183
 
@@ -275,8 +271,8 @@ end
275
271
  api_instance = PulpRpmClient::AcsRpmApi.new
276
272
  rpm_rpm_alternate_content_source_href = 'rpm_rpm_alternate_content_source_href_example' # String |
277
273
  opts = {
278
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
279
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
280
276
  }
281
277
 
282
278
  begin
@@ -294,8 +290,8 @@ end
294
290
  Name | Type | Description | Notes
295
291
  ------------- | ------------- | ------------- | -------------
296
292
  **rpm_rpm_alternate_content_source_href** | **String**| |
297
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
298
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
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]
299
295
 
300
296
  ### Return type
301
297
 
@@ -93,9 +93,7 @@ opts = {
93
93
  id__in: ['id__in_example'], # Array<String> | Filter results where id is in a comma-separated list of values
94
94
  limit: 56, # Integer | Number of results to return per page.
95
95
  offset: 56, # Integer | The initial index from which to return the results.
96
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `id` - Id * `-id` - Id (descending) * `updated_date` - Updated date * `-updated_date` - Updated date (descending) * `description` - Description * `-description` - Description (descending) * `issued_date` - Issued date * `-issued_date` - Issued date (descending) * `fromstr` - Fromstr * `-fromstr` - Fromstr (descending) * `status` - Status * `-status` - Status (descending) * `title` - Title * `-title` - Title (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `type` - Type * `-type` - Type (descending) * `severity` - Severity * `-severity` - Severity (descending) * `solution` - Solution * `-solution` - Solution (descending) * `release` - Release * `-release` - Release (descending) * `rights` - Rights * `-rights` - Rights (descending) * `reboot_suggested` - Reboot suggested * `-reboot_suggested` - Reboot suggested (descending) * `pushcount` - Pushcount * `-pushcount` - Pushcount (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
97
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
98
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
96
+ ordering: ['ordering_example'], # Array<String> | Ordering
99
97
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
100
98
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
101
99
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -108,8 +106,8 @@ opts = {
108
106
  type: 'type_example', # String | Filter results where type matches value
109
107
  type__in: ['type__in_example'], # Array<String> | Filter results where type is in a comma-separated list of values
110
108
  type__ne: 'type__ne_example', # String | Filter results where type not equal to value
111
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
112
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
113
111
  }
114
112
 
115
113
  begin
@@ -130,9 +128,7 @@ Name | Type | Description | Notes
130
128
  **id__in** | [**Array&lt;String&gt;**](String.md)| Filter results where id is in a comma-separated list of values | [optional]
131
129
  **limit** | **Integer**| Number of results to return per page. | [optional]
132
130
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
133
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;updated_date&#x60; - Updated date * &#x60;-updated_date&#x60; - Updated date (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;issued_date&#x60; - Issued date * &#x60;-issued_date&#x60; - Issued date (descending) * &#x60;fromstr&#x60; - Fromstr * &#x60;-fromstr&#x60; - Fromstr (descending) * &#x60;status&#x60; - Status * &#x60;-status&#x60; - Status (descending) * &#x60;title&#x60; - Title * &#x60;-title&#x60; - Title (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;severity&#x60; - Severity * &#x60;-severity&#x60; - Severity (descending) * &#x60;solution&#x60; - Solution * &#x60;-solution&#x60; - Solution (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;rights&#x60; - Rights * &#x60;-rights&#x60; - Rights (descending) * &#x60;reboot_suggested&#x60; - Reboot suggested * &#x60;-reboot_suggested&#x60; - Reboot suggested (descending) * &#x60;pushcount&#x60; - Pushcount * &#x60;-pushcount&#x60; - Pushcount (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
134
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
135
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
131
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
136
132
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
137
133
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
138
134
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -145,8 +141,8 @@ Name | Type | Description | Notes
145
141
  **type** | **String**| Filter results where type matches value | [optional]
146
142
  **type__in** | [**Array&lt;String&gt;**](String.md)| Filter results where type is in a comma-separated list of values | [optional]
147
143
  **type__ne** | **String**| Filter results where type not equal to value | [optional]
148
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
149
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [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]
150
146
 
151
147
  ### Return type
152
148
 
@@ -185,8 +181,8 @@ end
185
181
  api_instance = PulpRpmClient::ContentAdvisoriesApi.new
186
182
  rpm_update_record_href = 'rpm_update_record_href_example' # String |
187
183
  opts = {
188
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
189
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
190
186
  }
191
187
 
192
188
  begin
@@ -204,8 +200,8 @@ end
204
200
  Name | Type | Description | Notes
205
201
  ------------- | ------------- | ------------- | -------------
206
202
  **rpm_update_record_href** | **String**| |
207
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
208
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
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]
209
205
 
210
206
  ### Return type
211
207
 
@@ -33,14 +33,12 @@ api_instance = PulpRpmClient::ContentDistributionTreesApi.new
33
33
  opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
- ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
37
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
38
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
36
+ ordering: ['ordering_example'], # Array<String> | Ordering
39
37
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
40
38
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
41
39
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
42
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
43
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
44
42
  }
45
43
 
46
44
  begin
@@ -59,14 +57,12 @@ Name | Type | Description | Notes
59
57
  ------------- | ------------- | ------------- | -------------
60
58
  **limit** | **Integer**| Number of results to return per page. | [optional]
61
59
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
62
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
63
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
64
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
60
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
65
61
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
66
62
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
67
63
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
68
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
69
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [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]
70
66
 
71
67
  ### Return type
72
68
 
@@ -105,8 +101,8 @@ end
105
101
  api_instance = PulpRpmClient::ContentDistributionTreesApi.new
106
102
  rpm_distribution_tree_href = 'rpm_distribution_tree_href_example' # String |
107
103
  opts = {
108
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
109
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
110
106
  }
111
107
 
112
108
  begin
@@ -124,8 +120,8 @@ end
124
120
  Name | Type | Description | Notes
125
121
  ------------- | ------------- | ------------- | -------------
126
122
  **rpm_distribution_tree_href** | **String**| |
127
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
128
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
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]
129
125
 
130
126
  ### Return type
131
127
 
@@ -89,17 +89,15 @@ opts = {
89
89
  _module: '_module_example', # String | Filter results where module matches value
90
90
  module__in: ['module__in_example'], # Array<String> | Filter results where module is in a comma-separated list of values
91
91
  offset: 56, # Integer | The initial index from which to return the results.
92
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `module` - Module * `-module` - Module (descending) * `stream` - Stream * `-stream` - Stream (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
93
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
94
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
92
+ ordering: ['ordering_example'], # Array<String> | Ordering
95
93
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
96
94
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
97
95
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
98
96
  sha256: 'sha256_example', # String |
99
97
  stream: 'stream_example', # String | Filter results where stream matches value
100
98
  stream__in: ['stream__in_example'], # Array<String> | Filter results where stream is in a comma-separated list of values
101
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
102
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
103
101
  }
104
102
 
105
103
  begin
@@ -120,17 +118,15 @@ Name | Type | Description | Notes
120
118
  **_module** | **String**| Filter results where module matches value | [optional]
121
119
  **module__in** | [**Array&lt;String&gt;**](String.md)| Filter results where module is in a comma-separated list of values | [optional]
122
120
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
123
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;module&#x60; - Module * &#x60;-module&#x60; - Module (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
124
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
125
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
121
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
126
122
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
127
123
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
128
124
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
129
125
  **sha256** | **String**| | [optional]
130
126
  **stream** | **String**| Filter results where stream matches value | [optional]
131
127
  **stream__in** | [**Array&lt;String&gt;**](String.md)| Filter results where stream is in a comma-separated list of values | [optional]
132
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
133
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [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]
134
130
 
135
131
  ### Return type
136
132
 
@@ -169,8 +165,8 @@ end
169
165
  api_instance = PulpRpmClient::ContentModulemdDefaultsApi.new
170
166
  rpm_modulemd_defaults_href = 'rpm_modulemd_defaults_href_example' # String |
171
167
  opts = {
172
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
173
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
174
170
  }
175
171
 
176
172
  begin
@@ -188,8 +184,8 @@ end
188
184
  Name | Type | Description | Notes
189
185
  ------------- | ------------- | ------------- | -------------
190
186
  **rpm_modulemd_defaults_href** | **String**| |
191
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
192
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
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]
193
189
 
194
190
  ### Return type
195
191
 
@@ -87,14 +87,12 @@ api_instance = PulpRpmClient::ContentModulemdObsoletesApi.new
87
87
  opts = {
88
88
  limit: 56, # Integer | Number of results to return per page.
89
89
  offset: 56, # Integer | The initial index from which to return the results.
90
- ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
91
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
92
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
90
+ ordering: ['ordering_example'], # Array<String> | Ordering
93
91
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
92
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
95
93
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
96
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
97
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
98
96
  }
99
97
 
100
98
  begin
@@ -113,14 +111,12 @@ Name | Type | Description | Notes
113
111
  ------------- | ------------- | ------------- | -------------
114
112
  **limit** | **Integer**| Number of results to return per page. | [optional]
115
113
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
116
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
117
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
118
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
114
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
119
115
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
120
116
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
121
117
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
122
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
123
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [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]
124
120
 
125
121
  ### Return type
126
122
 
@@ -159,8 +155,8 @@ end
159
155
  api_instance = PulpRpmClient::ContentModulemdObsoletesApi.new
160
156
  rpm_modulemd_obsolete_href = 'rpm_modulemd_obsolete_href_example' # String |
161
157
  opts = {
162
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
163
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
164
160
  }
165
161
 
166
162
  begin
@@ -178,8 +174,8 @@ end
178
174
  Name | Type | Description | Notes
179
175
  ------------- | ------------- | ------------- | -------------
180
176
  **rpm_modulemd_obsolete_href** | **String**| |
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]
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]
183
179
 
184
180
  ### Return type
185
181
 
@@ -89,17 +89,15 @@ opts = {
89
89
  name: 'name_example', # String | Filter results where name matches value
90
90
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
91
91
  offset: 56, # Integer | The initial index from which to return the results.
92
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `stream` - Stream * `-stream` - Stream (descending) * `version` - Version * `-version` - Version (descending) * `context` - Context * `-context` - Context (descending) * `arch` - Arch * `-arch` - Arch (descending) * `static_context` - Static context * `-static_context` - Static context (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `artifacts` - Artifacts * `-artifacts` - Artifacts (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `description` - Description * `-description` - Description (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
93
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
94
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
92
+ ordering: ['ordering_example'], # Array<String> | Ordering
95
93
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
96
94
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
97
95
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
98
96
  sha256: 'sha256_example', # String |
99
97
  stream: 'stream_example', # String | Filter results where stream matches value
100
98
  stream__in: ['stream__in_example'], # Array<String> | Filter results where stream is in a comma-separated list of values
101
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
102
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
103
101
  }
104
102
 
105
103
  begin
@@ -120,17 +118,15 @@ Name | Type | Description | Notes
120
118
  **name** | **String**| Filter results where name matches value | [optional]
121
119
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
122
120
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
123
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
124
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
125
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
121
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
126
122
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
127
123
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
128
124
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
129
125
  **sha256** | **String**| | [optional]
130
126
  **stream** | **String**| Filter results where stream matches value | [optional]
131
127
  **stream__in** | [**Array&lt;String&gt;**](String.md)| Filter results where stream is in a comma-separated list of values | [optional]
132
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
133
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [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]
134
130
 
135
131
  ### Return type
136
132
 
@@ -169,8 +165,8 @@ end
169
165
  api_instance = PulpRpmClient::ContentModulemdsApi.new
170
166
  rpm_modulemd_href = 'rpm_modulemd_href_example' # String |
171
167
  opts = {
172
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
173
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
174
170
  }
175
171
 
176
172
  begin
@@ -188,8 +184,8 @@ end
188
184
  Name | Type | Description | Notes
189
185
  ------------- | ------------- | ------------- | -------------
190
186
  **rpm_modulemd_href** | **String**| |
191
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
192
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
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]
193
189
 
194
190
  ### Return type
195
191
 
@@ -33,14 +33,12 @@ api_instance = PulpRpmClient::ContentPackagecategoriesApi.new
33
33
  opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
- ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
37
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
38
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
36
+ ordering: ['ordering_example'], # Array<String> | Ordering
39
37
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
40
38
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
41
39
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
42
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
43
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
44
42
  }
45
43
 
46
44
  begin
@@ -59,14 +57,12 @@ Name | Type | Description | Notes
59
57
  ------------- | ------------- | ------------- | -------------
60
58
  **limit** | **Integer**| Number of results to return per page. | [optional]
61
59
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
62
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
63
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
64
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
60
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
65
61
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
66
62
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
67
63
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
68
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
69
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [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]
70
66
 
71
67
  ### Return type
72
68
 
@@ -105,8 +101,8 @@ end
105
101
  api_instance = PulpRpmClient::ContentPackagecategoriesApi.new
106
102
  rpm_package_category_href = 'rpm_package_category_href_example' # String |
107
103
  opts = {
108
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
109
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
110
106
  }
111
107
 
112
108
  begin
@@ -124,8 +120,8 @@ end
124
120
  Name | Type | Description | Notes
125
121
  ------------- | ------------- | ------------- | -------------
126
122
  **rpm_package_category_href** | **String**| |
127
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
128
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
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]
129
125
 
130
126
  ### Return type
131
127
 
@@ -33,14 +33,12 @@ api_instance = PulpRpmClient::ContentPackageenvironmentsApi.new
33
33
  opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
- ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
37
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
38
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
36
+ ordering: ['ordering_example'], # Array<String> | Ordering
39
37
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
40
38
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
41
39
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
42
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
43
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
44
42
  }
45
43
 
46
44
  begin
@@ -59,14 +57,12 @@ Name | Type | Description | Notes
59
57
  ------------- | ------------- | ------------- | -------------
60
58
  **limit** | **Integer**| Number of results to return per page. | [optional]
61
59
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
62
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
63
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
64
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
60
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
65
61
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
66
62
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
67
63
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
68
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
69
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [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]
70
66
 
71
67
  ### Return type
72
68
 
@@ -105,8 +101,8 @@ end
105
101
  api_instance = PulpRpmClient::ContentPackageenvironmentsApi.new
106
102
  rpm_package_environment_href = 'rpm_package_environment_href_example' # String |
107
103
  opts = {
108
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
109
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
110
106
  }
111
107
 
112
108
  begin
@@ -124,8 +120,8 @@ end
124
120
  Name | Type | Description | Notes
125
121
  ------------- | ------------- | ------------- | -------------
126
122
  **rpm_package_environment_href** | **String**| |
127
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
128
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
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]
129
125
 
130
126
  ### Return type
131
127