pulp_rpm_client 3.17.16 → 3.17.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AcsRpmApi.md +8 -8
  4. data/docs/ContentAdvisoriesApi.md +8 -8
  5. data/docs/ContentDistributionTreesApi.md +8 -8
  6. data/docs/ContentModulemdDefaultsApi.md +8 -8
  7. data/docs/ContentModulemdsApi.md +8 -8
  8. data/docs/ContentPackagecategoriesApi.md +8 -8
  9. data/docs/ContentPackageenvironmentsApi.md +8 -8
  10. data/docs/ContentPackagegroupsApi.md +8 -8
  11. data/docs/ContentPackagelangpacksApi.md +8 -8
  12. data/docs/ContentPackagesApi.md +8 -8
  13. data/docs/ContentRepoMetadataFilesApi.md +8 -8
  14. data/docs/DistributionsRpmApi.md +8 -8
  15. data/docs/PublicationsRpmApi.md +8 -8
  16. data/docs/RemotesRpmApi.md +8 -8
  17. data/docs/RemotesUlnApi.md +8 -8
  18. data/docs/RepositoriesRpmApi.md +8 -8
  19. data/docs/RepositoriesRpmVersionsApi.md +8 -8
  20. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +12 -12
  21. data/lib/pulp_rpm_client/api/content_advisories_api.rb +12 -12
  22. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +12 -12
  23. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +12 -12
  24. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +12 -12
  25. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +12 -12
  26. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +12 -12
  27. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +12 -12
  28. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +12 -12
  29. data/lib/pulp_rpm_client/api/content_packages_api.rb +12 -12
  30. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +12 -12
  31. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +12 -12
  32. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +12 -12
  33. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +12 -12
  34. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +12 -12
  35. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +12 -12
  36. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +12 -12
  37. data/lib/pulp_rpm_client/version.rb +1 -1
  38. data/spec/api/acs_rpm_api_spec.rb +4 -4
  39. data/spec/api/content_advisories_api_spec.rb +4 -4
  40. data/spec/api/content_distribution_trees_api_spec.rb +4 -4
  41. data/spec/api/content_modulemd_defaults_api_spec.rb +4 -4
  42. data/spec/api/content_modulemds_api_spec.rb +4 -4
  43. data/spec/api/content_packagecategories_api_spec.rb +4 -4
  44. data/spec/api/content_packageenvironments_api_spec.rb +4 -4
  45. data/spec/api/content_packagegroups_api_spec.rb +4 -4
  46. data/spec/api/content_packagelangpacks_api_spec.rb +4 -4
  47. data/spec/api/content_packages_api_spec.rb +4 -4
  48. data/spec/api/content_repo_metadata_files_api_spec.rb +4 -4
  49. data/spec/api/distributions_rpm_api_spec.rb +4 -4
  50. data/spec/api/publications_rpm_api_spec.rb +4 -4
  51. data/spec/api/remotes_rpm_api_spec.rb +4 -4
  52. data/spec/api/remotes_uln_api_spec.rb +4 -4
  53. data/spec/api/repositories_rpm_api_spec.rb +4 -4
  54. data/spec/api/repositories_rpm_versions_api_spec.rb +4 -4
  55. metadata +70 -70
@@ -158,8 +158,8 @@ module PulpRpmClient
158
158
  # @option opts [Array<String>] :ordering Ordering
159
159
  # @option opts [String] :pulp_label_select Filter labels by search string
160
160
  # @option opts [String] :remote Foreign Key referenced by HREF
161
- # @option opts [String] :fields A list of fields to include in the response.
162
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
161
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
162
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
163
163
  # @return [PaginatedrpmRpmRepositoryResponseList]
164
164
  def list(opts = {})
165
165
  data, _status_code, _headers = list_with_http_info(opts)
@@ -179,8 +179,8 @@ module PulpRpmClient
179
179
  # @option opts [Array<String>] :ordering Ordering
180
180
  # @option opts [String] :pulp_label_select Filter labels by search string
181
181
  # @option opts [String] :remote Foreign Key referenced by HREF
182
- # @option opts [String] :fields A list of fields to include in the response.
183
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
182
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
183
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
184
184
  # @return [Array<(PaginatedrpmRpmRepositoryResponseList, Integer, Hash)>] PaginatedrpmRpmRepositoryResponseList data, response status code and response headers
185
185
  def list_with_http_info(opts = {})
186
186
  if @api_client.config.debugging
@@ -205,8 +205,8 @@ module PulpRpmClient
205
205
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
206
206
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
207
207
  query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
208
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
209
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
208
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
209
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
210
210
 
211
211
  # header parameters
212
212
  header_params = opts[:header_params] || {}
@@ -385,8 +385,8 @@ module PulpRpmClient
385
385
  # A ViewSet for RpmRepository.
386
386
  # @param rpm_rpm_repository_href [String]
387
387
  # @param [Hash] opts the optional parameters
388
- # @option opts [String] :fields A list of fields to include in the response.
389
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
388
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
389
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
390
390
  # @return [RpmRpmRepositoryResponse]
391
391
  def read(rpm_rpm_repository_href, opts = {})
392
392
  data, _status_code, _headers = read_with_http_info(rpm_rpm_repository_href, opts)
@@ -397,8 +397,8 @@ module PulpRpmClient
397
397
  # A ViewSet for RpmRepository.
398
398
  # @param rpm_rpm_repository_href [String]
399
399
  # @param [Hash] opts the optional parameters
400
- # @option opts [String] :fields A list of fields to include in the response.
401
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
400
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
401
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
402
402
  # @return [Array<(RpmRpmRepositoryResponse, Integer, Hash)>] RpmRpmRepositoryResponse data, response status code and response headers
403
403
  def read_with_http_info(rpm_rpm_repository_href, opts = {})
404
404
  if @api_client.config.debugging
@@ -413,8 +413,8 @@ module PulpRpmClient
413
413
 
414
414
  # query parameters
415
415
  query_params = opts[:query_params] || {}
416
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
417
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
416
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
417
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
418
418
 
419
419
  # header parameters
420
420
  header_params = opts[:header_params] || {}
@@ -102,8 +102,8 @@ module PulpRpmClient
102
102
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
103
103
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
104
104
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
105
- # @option opts [String] :fields A list of fields to include in the response.
106
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
105
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
106
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
107
107
  # @return [PaginatedRepositoryVersionResponseList]
108
108
  def list(rpm_rpm_repository_href, opts = {})
109
109
  data, _status_code, _headers = list_with_http_info(rpm_rpm_repository_href, opts)
@@ -131,8 +131,8 @@ module PulpRpmClient
131
131
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
132
132
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
133
133
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
134
- # @option opts [String] :fields A list of fields to include in the response.
135
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
134
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
135
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
136
136
  # @return [Array<(PaginatedRepositoryVersionResponseList, Integer, Hash)>] PaginatedRepositoryVersionResponseList data, response status code and response headers
137
137
  def list_with_http_info(rpm_rpm_repository_href, opts = {})
138
138
  if @api_client.config.debugging
@@ -168,8 +168,8 @@ module PulpRpmClient
168
168
  query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
169
169
  query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
170
170
  query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
171
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
172
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
171
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
172
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
173
173
 
174
174
  # header parameters
175
175
  header_params = opts[:header_params] || {}
@@ -208,8 +208,8 @@ module PulpRpmClient
208
208
  # RpmRepositoryVersion represents a single rpm repository version.
209
209
  # @param rpm_rpm_repository_version_href [String]
210
210
  # @param [Hash] opts the optional parameters
211
- # @option opts [String] :fields A list of fields to include in the response.
212
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
211
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
212
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
213
213
  # @return [RepositoryVersionResponse]
214
214
  def read(rpm_rpm_repository_version_href, opts = {})
215
215
  data, _status_code, _headers = read_with_http_info(rpm_rpm_repository_version_href, opts)
@@ -220,8 +220,8 @@ module PulpRpmClient
220
220
  # RpmRepositoryVersion represents a single rpm repository version.
221
221
  # @param rpm_rpm_repository_version_href [String]
222
222
  # @param [Hash] opts the optional parameters
223
- # @option opts [String] :fields A list of fields to include in the response.
224
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
223
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
224
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
225
225
  # @return [Array<(RepositoryVersionResponse, Integer, Hash)>] RepositoryVersionResponse data, response status code and response headers
226
226
  def read_with_http_info(rpm_rpm_repository_version_href, opts = {})
227
227
  if @api_client.config.debugging
@@ -236,8 +236,8 @@ module PulpRpmClient
236
236
 
237
237
  # query parameters
238
238
  query_params = opts[:query_params] || {}
239
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
240
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
239
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
240
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
241
241
 
242
242
  # header parameters
243
243
  header_params = opts[:header_params] || {}
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpRpmClient
14
- VERSION = '3.17.16'
14
+ VERSION = '3.17.17'
15
15
  end
@@ -68,8 +68,8 @@ describe 'AcsRpmApi' do
68
68
  # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
70
  # @option opts [Array<String>] :ordering Ordering
71
- # @option opts [String] :fields A list of fields to include in the response.
72
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
71
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
72
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
73
73
  # @return [PaginatedrpmRpmAlternateContentSourceResponseList]
74
74
  describe 'list test' do
75
75
  it 'should work' do
@@ -95,8 +95,8 @@ describe 'AcsRpmApi' do
95
95
  # ViewSet for ACS.
96
96
  # @param rpm_rpm_alternate_content_source_href
97
97
  # @param [Hash] opts the optional parameters
98
- # @option opts [String] :fields A list of fields to include in the response.
99
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
98
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
99
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
100
100
  # @return [RpmRpmAlternateContentSourceResponse]
101
101
  describe 'read test' do
102
102
  it 'should work' do
@@ -66,8 +66,8 @@ describe 'ContentAdvisoriesApi' do
66
66
  # @option opts [String] :type Filter results where type matches value
67
67
  # @option opts [Array<String>] :type__in Filter results where type is in a comma-separated list of values
68
68
  # @option opts [String] :type__ne Filter results where type not equal to value
69
- # @option opts [String] :fields A list of fields to include in the response.
70
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
69
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
70
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
71
71
  # @return [PaginatedrpmUpdateRecordResponseList]
72
72
  describe 'list test' do
73
73
  it 'should work' do
@@ -80,8 +80,8 @@ describe 'ContentAdvisoriesApi' do
80
80
  # A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
81
81
  # @param rpm_update_record_href
82
82
  # @param [Hash] opts the optional parameters
83
- # @option opts [String] :fields A list of fields to include in the response.
84
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
83
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
84
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
85
85
  # @return [RpmUpdateRecordResponse]
86
86
  describe 'read test' do
87
87
  it 'should work' do
@@ -42,8 +42,8 @@ describe 'ContentDistributionTreesApi' do
42
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
43
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
44
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
45
- # @option opts [String] :fields A list of fields to include in the response.
46
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
45
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
46
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
47
47
  # @return [PaginatedrpmDistributionTreeResponseList]
48
48
  describe 'list test' do
49
49
  it 'should work' do
@@ -56,8 +56,8 @@ describe 'ContentDistributionTreesApi' do
56
56
  # Distribution Tree Viewset.
57
57
  # @param rpm_distribution_tree_href
58
58
  # @param [Hash] opts the optional parameters
59
- # @option opts [String] :fields A list of fields to include in the response.
60
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
59
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
60
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
61
61
  # @return [RpmDistributionTreeResponse]
62
62
  describe 'read test' do
63
63
  it 'should work' do
@@ -66,8 +66,8 @@ describe 'ContentModulemdDefaultsApi' do
66
66
  # @option opts [String] :sha256
67
67
  # @option opts [String] :stream Filter results where stream matches value
68
68
  # @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
69
- # @option opts [String] :fields A list of fields to include in the response.
70
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
69
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
70
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
71
71
  # @return [PaginatedrpmModulemdDefaultsResponseList]
72
72
  describe 'list test' do
73
73
  it 'should work' do
@@ -80,8 +80,8 @@ describe 'ContentModulemdDefaultsApi' do
80
80
  # ViewSet for Modulemd.
81
81
  # @param rpm_modulemd_defaults_href
82
82
  # @param [Hash] opts the optional parameters
83
- # @option opts [String] :fields A list of fields to include in the response.
84
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
83
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
84
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
85
85
  # @return [RpmModulemdDefaultsResponse]
86
86
  describe 'read test' do
87
87
  it 'should work' do
@@ -72,8 +72,8 @@ describe 'ContentModulemdsApi' do
72
72
  # @option opts [String] :sha256
73
73
  # @option opts [String] :stream Filter results where stream matches value
74
74
  # @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
75
- # @option opts [String] :fields A list of fields to include in the response.
76
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
75
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
76
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
77
77
  # @return [PaginatedrpmModulemdResponseList]
78
78
  describe 'list test' do
79
79
  it 'should work' do
@@ -86,8 +86,8 @@ describe 'ContentModulemdsApi' do
86
86
  # ViewSet for Modulemd.
87
87
  # @param rpm_modulemd_href
88
88
  # @param [Hash] opts the optional parameters
89
- # @option opts [String] :fields A list of fields to include in the response.
90
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
89
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
90
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
91
91
  # @return [RpmModulemdResponse]
92
92
  describe 'read test' do
93
93
  it 'should work' do
@@ -42,8 +42,8 @@ describe 'ContentPackagecategoriesApi' do
42
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
43
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
44
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
45
- # @option opts [String] :fields A list of fields to include in the response.
46
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
45
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
46
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
47
47
  # @return [PaginatedrpmPackageCategoryResponseList]
48
48
  describe 'list test' do
49
49
  it 'should work' do
@@ -56,8 +56,8 @@ describe 'ContentPackagecategoriesApi' do
56
56
  # PackageCategory ViewSet.
57
57
  # @param rpm_package_category_href
58
58
  # @param [Hash] opts the optional parameters
59
- # @option opts [String] :fields A list of fields to include in the response.
60
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
59
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
60
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
61
61
  # @return [RpmPackageCategoryResponse]
62
62
  describe 'read test' do
63
63
  it 'should work' do
@@ -42,8 +42,8 @@ describe 'ContentPackageenvironmentsApi' do
42
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
43
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
44
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
45
- # @option opts [String] :fields A list of fields to include in the response.
46
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
45
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
46
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
47
47
  # @return [PaginatedrpmPackageEnvironmentResponseList]
48
48
  describe 'list test' do
49
49
  it 'should work' do
@@ -56,8 +56,8 @@ describe 'ContentPackageenvironmentsApi' do
56
56
  # PackageEnvironment ViewSet.
57
57
  # @param rpm_package_environment_href
58
58
  # @param [Hash] opts the optional parameters
59
- # @option opts [String] :fields A list of fields to include in the response.
60
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
59
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
60
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
61
61
  # @return [RpmPackageEnvironmentResponse]
62
62
  describe 'read test' do
63
63
  it 'should work' do
@@ -42,8 +42,8 @@ describe 'ContentPackagegroupsApi' do
42
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
43
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
44
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
45
- # @option opts [String] :fields A list of fields to include in the response.
46
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
45
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
46
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
47
47
  # @return [PaginatedrpmPackageGroupResponseList]
48
48
  describe 'list test' do
49
49
  it 'should work' do
@@ -56,8 +56,8 @@ describe 'ContentPackagegroupsApi' do
56
56
  # PackageGroup ViewSet.
57
57
  # @param rpm_package_group_href
58
58
  # @param [Hash] opts the optional parameters
59
- # @option opts [String] :fields A list of fields to include in the response.
60
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
59
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
60
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
61
61
  # @return [RpmPackageGroupResponse]
62
62
  describe 'read test' do
63
63
  it 'should work' do
@@ -42,8 +42,8 @@ describe 'ContentPackagelangpacksApi' do
42
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
43
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
44
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
45
- # @option opts [String] :fields A list of fields to include in the response.
46
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
45
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
46
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
47
47
  # @return [PaginatedrpmPackageLangpacksResponseList]
48
48
  describe 'list test' do
49
49
  it 'should work' do
@@ -56,8 +56,8 @@ describe 'ContentPackagelangpacksApi' do
56
56
  # PackageLangpacks ViewSet.
57
57
  # @param rpm_package_langpacks_href
58
58
  # @param [Hash] opts the optional parameters
59
- # @option opts [String] :fields A list of fields to include in the response.
60
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
59
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
60
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
61
61
  # @return [RpmPackageLangpacksResponse]
62
62
  describe 'read test' do
63
63
  it 'should work' do
@@ -79,8 +79,8 @@ describe 'ContentPackagesApi' do
79
79
  # @option opts [String] :version Filter results where version matches value
80
80
  # @option opts [Array<String>] :version__in Filter results where version is in a comma-separated list of values
81
81
  # @option opts [String] :version__ne Filter results where version not equal to value
82
- # @option opts [String] :fields A list of fields to include in the response.
83
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
82
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
83
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
84
84
  # @return [PaginatedrpmPackageResponseList]
85
85
  describe 'list test' do
86
86
  it 'should work' do
@@ -93,8 +93,8 @@ describe 'ContentPackagesApi' do
93
93
  # A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
94
94
  # @param rpm_package_href
95
95
  # @param [Hash] opts the optional parameters
96
- # @option opts [String] :fields A list of fields to include in the response.
97
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
96
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
97
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
98
98
  # @return [RpmPackageResponse]
99
99
  describe 'read test' do
100
100
  it 'should work' do
@@ -42,8 +42,8 @@ describe 'ContentRepoMetadataFilesApi' do
42
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
43
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
44
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
45
- # @option opts [String] :fields A list of fields to include in the response.
46
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
45
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
46
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
47
47
  # @return [PaginatedrpmRepoMetadataFileResponseList]
48
48
  describe 'list test' do
49
49
  it 'should work' do
@@ -56,8 +56,8 @@ describe 'ContentRepoMetadataFilesApi' do
56
56
  # RepoMetadataFile Viewset.
57
57
  # @param rpm_repo_metadata_file_href
58
58
  # @param [Hash] opts the optional parameters
59
- # @option opts [String] :fields A list of fields to include in the response.
60
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
59
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
60
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
61
61
  # @return [RpmRepoMetadataFileResponse]
62
62
  describe 'read test' do
63
63
  it 'should work' do
@@ -74,8 +74,8 @@ describe 'DistributionsRpmApi' do
74
74
  # @option opts [Array<String>] :ordering Ordering
75
75
  # @option opts [String] :pulp_label_select Filter labels by search string
76
76
  # @option opts [String] :with_content Filter distributions based on the content served by them
77
- # @option opts [String] :fields A list of fields to include in the response.
78
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
77
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
78
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
79
79
  # @return [PaginatedrpmRpmDistributionResponseList]
80
80
  describe 'list test' do
81
81
  it 'should work' do
@@ -101,8 +101,8 @@ describe 'DistributionsRpmApi' do
101
101
  # ViewSet for RPM Distributions.
102
102
  # @param rpm_rpm_distribution_href
103
103
  # @param [Hash] opts the optional parameters
104
- # @option opts [String] :fields A list of fields to include in the response.
105
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
104
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
105
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
106
106
  # @return [RpmRpmDistributionResponse]
107
107
  describe 'read test' do
108
108
  it 'should work' do
@@ -73,8 +73,8 @@ describe 'PublicationsRpmApi' do
73
73
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
74
74
  # @option opts [String] :repository Repository referenced by HREF
75
75
  # @option opts [String] :repository_version Repository Version referenced by HREF
76
- # @option opts [String] :fields A list of fields to include in the response.
77
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
76
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
77
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
78
78
  # @return [PaginatedrpmRpmPublicationResponseList]
79
79
  describe 'list test' do
80
80
  it 'should work' do
@@ -87,8 +87,8 @@ describe 'PublicationsRpmApi' do
87
87
  # ViewSet for Rpm Publications.
88
88
  # @param rpm_rpm_publication_href
89
89
  # @param [Hash] opts the optional parameters
90
- # @option opts [String] :fields A list of fields to include in the response.
91
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
90
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
91
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
92
92
  # @return [RpmRpmPublicationResponse]
93
93
  describe 'read test' do
94
94
  it 'should work' do
@@ -75,8 +75,8 @@ describe 'RemotesRpmApi' do
75
75
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
76
76
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
77
77
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
78
- # @option opts [String] :fields A list of fields to include in the response.
79
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
78
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
79
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
80
80
  # @return [PaginatedrpmRpmRemoteResponseList]
81
81
  describe 'list test' do
82
82
  it 'should work' do
@@ -102,8 +102,8 @@ describe 'RemotesRpmApi' do
102
102
  # A ViewSet for RpmRemote.
103
103
  # @param rpm_rpm_remote_href
104
104
  # @param [Hash] opts the optional parameters
105
- # @option opts [String] :fields A list of fields to include in the response.
106
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
105
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
106
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
107
107
  # @return [RpmRpmRemoteResponse]
108
108
  describe 'read test' do
109
109
  it 'should work' do
@@ -75,8 +75,8 @@ describe 'RemotesUlnApi' do
75
75
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
76
76
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
77
77
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
78
- # @option opts [String] :fields A list of fields to include in the response.
79
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
78
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
79
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
80
80
  # @return [PaginatedrpmUlnRemoteResponseList]
81
81
  describe 'list test' do
82
82
  it 'should work' do
@@ -102,8 +102,8 @@ describe 'RemotesUlnApi' do
102
102
  # A ViewSet for UlnRemote.
103
103
  # @param rpm_uln_remote_href
104
104
  # @param [Hash] opts the optional parameters
105
- # @option opts [String] :fields A list of fields to include in the response.
106
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
105
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
106
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
107
107
  # @return [RpmUlnRemoteResponse]
108
108
  describe 'read test' do
109
109
  it 'should work' do
@@ -70,8 +70,8 @@ describe 'RepositoriesRpmApi' do
70
70
  # @option opts [Array<String>] :ordering Ordering
71
71
  # @option opts [String] :pulp_label_select Filter labels by search string
72
72
  # @option opts [String] :remote Foreign Key referenced by HREF
73
- # @option opts [String] :fields A list of fields to include in the response.
74
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
73
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
74
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
75
75
  # @return [PaginatedrpmRpmRepositoryResponseList]
76
76
  describe 'list test' do
77
77
  it 'should work' do
@@ -110,8 +110,8 @@ describe 'RepositoriesRpmApi' do
110
110
  # A ViewSet for RpmRepository.
111
111
  # @param rpm_rpm_repository_href
112
112
  # @param [Hash] opts the optional parameters
113
- # @option opts [String] :fields A list of fields to include in the response.
114
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
113
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
114
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
115
115
  # @return [RpmRpmRepositoryResponse]
116
116
  describe 'read test' do
117
117
  it 'should work' do
@@ -66,8 +66,8 @@ describe 'RepositoriesRpmVersionsApi' do
66
66
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
67
67
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
68
68
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
69
- # @option opts [String] :fields A list of fields to include in the response.
70
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
69
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
70
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
71
71
  # @return [PaginatedRepositoryVersionResponseList]
72
72
  describe 'list test' do
73
73
  it 'should work' do
@@ -80,8 +80,8 @@ describe 'RepositoriesRpmVersionsApi' do
80
80
  # RpmRepositoryVersion represents a single rpm repository version.
81
81
  # @param rpm_rpm_repository_version_href
82
82
  # @param [Hash] opts the optional parameters
83
- # @option opts [String] :fields A list of fields to include in the response.
84
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
83
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
84
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
85
85
  # @return [RepositoryVersionResponse]
86
86
  describe 'read test' do
87
87
  it 'should work' do