pulp_rpm_client 3.11.4 → 3.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (236) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +30 -19
  4. data/docs/ContentAdvisoriesApi.md +30 -30
  5. data/docs/ContentDistributionTreesApi.md +8 -8
  6. data/docs/ContentModulemdDefaultsApi.md +18 -18
  7. data/docs/ContentModulemdsApi.md +22 -22
  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 +50 -50
  13. data/docs/ContentRepoMetadataFilesApi.md +8 -8
  14. data/docs/ContentSummary.md +3 -3
  15. data/docs/ContentSummaryResponse.md +3 -3
  16. data/docs/DistributionsRpmApi.md +22 -14
  17. data/docs/{InlineResponse20014.md → PaginatedRepositoryVersionResponseList.md} +4 -4
  18. data/docs/{InlineResponse2001.md → PaginatedrpmDistributionTreeResponseList.md} +4 -4
  19. data/docs/{InlineResponse2002.md → PaginatedrpmModulemdDefaultsResponseList.md} +4 -4
  20. data/docs/{InlineResponse2003.md → PaginatedrpmModulemdResponseList.md} +4 -4
  21. data/docs/{InlineResponse2004.md → PaginatedrpmPackageCategoryResponseList.md} +4 -4
  22. data/docs/{InlineResponse2005.md → PaginatedrpmPackageEnvironmentResponseList.md} +4 -4
  23. data/docs/{InlineResponse2006.md → PaginatedrpmPackageGroupResponseList.md} +4 -4
  24. data/docs/{InlineResponse2007.md → PaginatedrpmPackageLangpacksResponseList.md} +4 -4
  25. data/docs/{InlineResponse2008.md → PaginatedrpmPackageResponseList.md} +4 -4
  26. data/docs/{InlineResponse2009.md → PaginatedrpmRepoMetadataFileResponseList.md} +4 -4
  27. data/docs/{InlineResponse20010.md → PaginatedrpmRpmDistributionResponseList.md} +4 -4
  28. data/docs/{InlineResponse20011.md → PaginatedrpmRpmPublicationResponseList.md} +4 -4
  29. data/docs/{InlineResponse20012.md → PaginatedrpmRpmRemoteResponseList.md} +4 -4
  30. data/docs/{InlineResponse20013.md → PaginatedrpmRpmRepositoryResponseList.md} +4 -4
  31. data/docs/PaginatedrpmUlnRemoteResponseList.md +23 -0
  32. data/docs/{InlineResponse200.md → PaginatedrpmUpdateRecordResponseList.md} +4 -4
  33. data/docs/PatchedrpmRpmDistribution.md +4 -0
  34. data/docs/PatchedrpmRpmRemote.md +19 -1
  35. data/docs/PatchedrpmRpmRepository.md +18 -2
  36. data/docs/PatchedrpmUlnRemote.md +57 -0
  37. data/docs/PublicationsRpmApi.md +20 -16
  38. data/docs/RemotesRpmApi.md +26 -18
  39. data/docs/RemotesUlnApi.md +376 -0
  40. data/docs/RepositoriesRpmApi.md +14 -6
  41. data/docs/RepositoriesRpmVersionsApi.md +32 -32
  42. data/docs/RepositoryAddRemoveContent.md +2 -2
  43. data/docs/RepositoryVersionResponse.md +2 -0
  44. data/docs/RpmModulemd.md +1 -1
  45. data/docs/RpmModulemdResponse.md +1 -1
  46. data/docs/RpmRepositorySyncURL.md +1 -1
  47. data/docs/RpmRpmDistribution.md +4 -0
  48. data/docs/RpmRpmDistributionResponse.md +4 -0
  49. data/docs/RpmRpmRemote.md +19 -1
  50. data/docs/RpmRpmRemoteResponse.md +15 -7
  51. data/docs/RpmRpmRepository.md +18 -2
  52. data/docs/RpmRpmRepositoryResponse.md +17 -1
  53. data/docs/RpmUlnRemote.md +57 -0
  54. data/docs/RpmUlnRemoteResponse.md +57 -0
  55. data/docs/SkipTypesEnum.md +16 -0
  56. data/lib/pulp_rpm_client/api/content_advisories_api.rb +36 -36
  57. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +10 -10
  58. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +22 -22
  59. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +32 -28
  60. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +10 -10
  61. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +10 -10
  62. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +10 -10
  63. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +10 -10
  64. data/lib/pulp_rpm_client/api/content_packages_api.rb +60 -60
  65. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +10 -10
  66. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +30 -18
  67. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +25 -19
  68. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +34 -22
  69. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +463 -0
  70. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +21 -9
  71. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +38 -38
  72. data/lib/pulp_rpm_client/api/rpm_copy_api.rb +1 -1
  73. data/lib/pulp_rpm_client/api_client.rb +8 -12
  74. data/lib/pulp_rpm_client/api_error.rb +1 -1
  75. data/lib/pulp_rpm_client/configuration.rb +1 -8
  76. data/lib/pulp_rpm_client/models/addon_response.rb +1 -1
  77. data/lib/pulp_rpm_client/models/artifact_response.rb +1 -1
  78. data/lib/pulp_rpm_client/models/async_operation_response.rb +1 -1
  79. data/lib/pulp_rpm_client/models/checksum_response.rb +1 -1
  80. data/lib/pulp_rpm_client/models/content_summary.rb +13 -7
  81. data/lib/pulp_rpm_client/models/content_summary_response.rb +13 -7
  82. data/lib/pulp_rpm_client/models/copy.rb +1 -1
  83. data/lib/pulp_rpm_client/models/image_response.rb +1 -1
  84. data/lib/pulp_rpm_client/models/metadata_checksum_type_enum.rb +1 -1
  85. data/lib/pulp_rpm_client/models/package_checksum_type_enum.rb +1 -1
  86. data/lib/pulp_rpm_client/models/{inline_response20014.rb → paginated_repository_version_response_list.rb} +4 -4
  87. data/lib/pulp_rpm_client/models/{inline_response2001.rb → paginatedrpm_distribution_tree_response_list.rb} +4 -4
  88. data/lib/pulp_rpm_client/models/{inline_response2002.rb → paginatedrpm_modulemd_defaults_response_list.rb} +4 -4
  89. data/lib/pulp_rpm_client/models/{inline_response2003.rb → paginatedrpm_modulemd_response_list.rb} +4 -4
  90. data/lib/pulp_rpm_client/models/{inline_response2004.rb → paginatedrpm_package_category_response_list.rb} +4 -4
  91. data/lib/pulp_rpm_client/models/{inline_response2005.rb → paginatedrpm_package_environment_response_list.rb} +4 -4
  92. data/lib/pulp_rpm_client/models/{inline_response2006.rb → paginatedrpm_package_group_response_list.rb} +4 -4
  93. data/lib/pulp_rpm_client/models/{inline_response2007.rb → paginatedrpm_package_langpacks_response_list.rb} +4 -4
  94. data/lib/pulp_rpm_client/models/{inline_response2008.rb → paginatedrpm_package_response_list.rb} +4 -4
  95. data/lib/pulp_rpm_client/models/{inline_response2009.rb → paginatedrpm_repo_metadata_file_response_list.rb} +4 -4
  96. data/lib/pulp_rpm_client/models/{inline_response20010.rb → paginatedrpm_rpm_distribution_response_list.rb} +4 -4
  97. data/lib/pulp_rpm_client/models/{inline_response20011.rb → paginatedrpm_rpm_publication_response_list.rb} +4 -4
  98. data/lib/pulp_rpm_client/models/{inline_response20012.rb → paginatedrpm_rpm_remote_response_list.rb} +4 -4
  99. data/lib/pulp_rpm_client/models/{inline_response20013.rb → paginatedrpm_rpm_repository_response_list.rb} +4 -4
  100. data/lib/pulp_rpm_client/models/paginatedrpm_uln_remote_response_list.rb +237 -0
  101. data/lib/pulp_rpm_client/models/{inline_response200.rb → paginatedrpm_update_record_response_list.rb} +4 -4
  102. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +22 -2
  103. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +161 -3
  104. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +156 -5
  105. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +496 -0
  106. data/lib/pulp_rpm_client/models/policy_enum.rb +1 -1
  107. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +3 -3
  108. data/lib/pulp_rpm_client/models/repository_version.rb +1 -1
  109. data/lib/pulp_rpm_client/models/repository_version_response.rb +11 -2
  110. data/lib/pulp_rpm_client/models/rpm_distribution_tree_response.rb +1 -1
  111. data/lib/pulp_rpm_client/models/rpm_modulemd.rb +6 -1
  112. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -1
  113. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +1 -1
  114. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +6 -1
  115. data/lib/pulp_rpm_client/models/rpm_package.rb +1 -1
  116. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +1 -1
  117. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +1 -1
  118. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +1 -1
  119. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +1 -1
  120. data/lib/pulp_rpm_client/models/rpm_package_response.rb +1 -1
  121. data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +1 -1
  122. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +2 -2
  123. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +22 -2
  124. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +22 -2
  125. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
  126. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +1 -1
  127. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +161 -3
  128. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +136 -33
  129. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +156 -5
  130. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +156 -5
  131. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +516 -0
  132. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +512 -0
  133. data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
  134. data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
  135. data/lib/pulp_rpm_client/models/rpm_update_record.rb +1 -1
  136. data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +1 -1
  137. data/lib/pulp_rpm_client/models/skip_types_enum.rb +35 -0
  138. data/lib/pulp_rpm_client/models/variant_response.rb +1 -1
  139. data/lib/pulp_rpm_client/version.rb +2 -2
  140. data/lib/pulp_rpm_client.rb +22 -16
  141. data/pulp_rpm_client.gemspec +2 -2
  142. data/spec/api/content_advisories_api_spec.rb +16 -16
  143. data/spec/api/content_distribution_trees_api_spec.rb +5 -5
  144. data/spec/api/content_modulemd_defaults_api_spec.rb +10 -10
  145. data/spec/api/content_modulemds_api_spec.rb +11 -11
  146. data/spec/api/content_packagecategories_api_spec.rb +5 -5
  147. data/spec/api/content_packageenvironments_api_spec.rb +5 -5
  148. data/spec/api/content_packagegroups_api_spec.rb +5 -5
  149. data/spec/api/content_packagelangpacks_api_spec.rb +5 -5
  150. data/spec/api/content_packages_api_spec.rb +26 -26
  151. data/spec/api/content_repo_metadata_files_api_spec.rb +5 -5
  152. data/spec/api/distributions_rpm_api_spec.rb +12 -8
  153. data/spec/api/publications_rpm_api_spec.rb +11 -9
  154. data/spec/api/remotes_rpm_api_spec.rb +14 -10
  155. data/spec/api/remotes_uln_api_spec.rb +127 -0
  156. data/spec/api/repositories_rpm_api_spec.rb +8 -4
  157. data/spec/api/repositories_rpm_versions_api_spec.rb +18 -18
  158. data/spec/api/rpm_copy_api_spec.rb +1 -1
  159. data/spec/api_client_spec.rb +2 -2
  160. data/spec/configuration_spec.rb +1 -1
  161. data/spec/models/addon_response_spec.rb +1 -1
  162. data/spec/models/artifact_response_spec.rb +1 -1
  163. data/spec/models/async_operation_response_spec.rb +1 -1
  164. data/spec/models/checksum_response_spec.rb +1 -1
  165. data/spec/models/content_summary_response_spec.rb +1 -1
  166. data/spec/models/content_summary_spec.rb +1 -1
  167. data/spec/models/copy_spec.rb +1 -1
  168. data/spec/models/image_response_spec.rb +1 -1
  169. data/spec/models/metadata_checksum_type_enum_spec.rb +1 -1
  170. data/spec/models/package_checksum_type_enum_spec.rb +1 -1
  171. data/spec/models/paginated_repository_version_response_list_spec.rb +59 -0
  172. data/spec/models/paginatedrpm_distribution_tree_response_list_spec.rb +59 -0
  173. data/spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb +59 -0
  174. data/spec/models/{inline_response20011_spec.rb → paginatedrpm_modulemd_response_list_spec.rb} +7 -7
  175. data/spec/models/paginatedrpm_package_category_response_list_spec.rb +59 -0
  176. data/spec/models/paginatedrpm_package_environment_response_list_spec.rb +59 -0
  177. data/spec/models/paginatedrpm_package_group_response_list_spec.rb +59 -0
  178. data/spec/models/paginatedrpm_package_langpacks_response_list_spec.rb +59 -0
  179. data/spec/models/{inline_response20010_spec.rb → paginatedrpm_package_response_list_spec.rb} +7 -7
  180. data/spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb +59 -0
  181. data/spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb +59 -0
  182. data/spec/models/paginatedrpm_rpm_publication_response_list_spec.rb +59 -0
  183. data/spec/models/{inline_response20012_spec.rb → paginatedrpm_rpm_remote_response_list_spec.rb} +7 -7
  184. data/spec/models/paginatedrpm_rpm_repository_response_list_spec.rb +59 -0
  185. data/spec/models/{inline_response20013_spec.rb → paginatedrpm_uln_remote_response_list_spec.rb} +7 -7
  186. data/spec/models/paginatedrpm_update_record_response_list_spec.rb +59 -0
  187. data/spec/models/patchedrpm_rpm_distribution_spec.rb +13 -1
  188. data/spec/models/patchedrpm_rpm_remote_spec.rb +55 -1
  189. data/spec/models/patchedrpm_rpm_repository_spec.rb +49 -1
  190. data/spec/models/patchedrpm_uln_remote_spec.rb +161 -0
  191. data/spec/models/policy_enum_spec.rb +1 -1
  192. data/spec/models/repository_add_remove_content_spec.rb +1 -1
  193. data/spec/models/repository_version_response_spec.rb +7 -1
  194. data/spec/models/repository_version_spec.rb +1 -1
  195. data/spec/models/rpm_distribution_tree_response_spec.rb +1 -1
  196. data/spec/models/rpm_modulemd_defaults_response_spec.rb +1 -1
  197. data/spec/models/rpm_modulemd_defaults_spec.rb +1 -1
  198. data/spec/models/rpm_modulemd_response_spec.rb +1 -1
  199. data/spec/models/rpm_modulemd_spec.rb +1 -1
  200. data/spec/models/rpm_package_category_response_spec.rb +1 -1
  201. data/spec/models/rpm_package_environment_response_spec.rb +1 -1
  202. data/spec/models/rpm_package_group_response_spec.rb +1 -1
  203. data/spec/models/rpm_package_langpacks_response_spec.rb +1 -1
  204. data/spec/models/rpm_package_response_spec.rb +1 -1
  205. data/spec/models/rpm_package_spec.rb +1 -1
  206. data/spec/models/rpm_repo_metadata_file_response_spec.rb +1 -1
  207. data/spec/models/rpm_repository_sync_url_spec.rb +1 -1
  208. data/spec/models/rpm_rpm_distribution_response_spec.rb +13 -1
  209. data/spec/models/rpm_rpm_distribution_spec.rb +13 -1
  210. data/spec/models/rpm_rpm_publication_response_spec.rb +1 -1
  211. data/spec/models/rpm_rpm_publication_spec.rb +1 -1
  212. data/spec/models/rpm_rpm_remote_response_spec.rb +33 -9
  213. data/spec/models/rpm_rpm_remote_spec.rb +55 -1
  214. data/spec/models/rpm_rpm_repository_response_spec.rb +49 -1
  215. data/spec/models/rpm_rpm_repository_spec.rb +49 -1
  216. data/spec/models/rpm_uln_remote_response_spec.rb +161 -0
  217. data/spec/models/rpm_uln_remote_spec.rb +161 -0
  218. data/spec/models/rpm_update_collection_response_spec.rb +1 -1
  219. data/spec/models/rpm_update_collection_spec.rb +1 -1
  220. data/spec/models/rpm_update_record_response_spec.rb +1 -1
  221. data/spec/models/rpm_update_record_spec.rb +1 -1
  222. data/spec/models/skip_types_enum_spec.rb +35 -0
  223. data/spec/models/variant_response_spec.rb +1 -1
  224. data/spec/spec_helper.rb +1 -1
  225. metadata +133 -115
  226. data/spec/models/inline_response20014_spec.rb +0 -59
  227. data/spec/models/inline_response2001_spec.rb +0 -59
  228. data/spec/models/inline_response2002_spec.rb +0 -59
  229. data/spec/models/inline_response2003_spec.rb +0 -59
  230. data/spec/models/inline_response2004_spec.rb +0 -59
  231. data/spec/models/inline_response2005_spec.rb +0 -59
  232. data/spec/models/inline_response2006_spec.rb +0 -59
  233. data/spec/models/inline_response2007_spec.rb +0 -59
  234. data/spec/models/inline_response2008_spec.rb +0 -59
  235. data/spec/models/inline_response2009_spec.rb +0 -59
  236. data/spec/models/inline_response200_spec.rb +0 -59
@@ -73,7 +73,7 @@ Name | Type | Description | Notes
73
73
 
74
74
  ## list
75
75
 
76
- > InlineResponse2008 list(opts)
76
+ > PaginatedrpmPackageResponseList list(opts)
77
77
 
78
78
  List packages
79
79
 
@@ -93,33 +93,33 @@ end
93
93
 
94
94
  api_instance = PulpRpmClient::ContentPackagesApi.new
95
95
  opts = {
96
- arch: 'arch_example', # String | arch
97
- arch__in: 'arch__in_example', # String | arch__in
98
- arch__ne: 'arch__ne_example', # String | arch__ne
99
- checksum_type: 'checksum_type_example', # String | checksum_type
100
- checksum_type__in: 'checksum_type__in_example', # String | checksum_type__in
101
- checksum_type__ne: 'checksum_type__ne_example', # String | checksum_type__ne
102
- epoch: 'epoch_example', # String | epoch
103
- epoch__in: 'epoch__in_example', # String | epoch__in
104
- epoch__ne: 'epoch__ne_example', # String | epoch__ne
96
+ arch: 'arch_example', # String | Filter results where arch matches value
97
+ arch__in: ['arch__in_example'], # Array<String> | Filter results where arch is in a comma-separated list of values
98
+ arch__ne: 'arch__ne_example', # String | Filter results where arch not equal to value
99
+ checksum_type: 'checksum_type_example', # String | Filter results where checksum_type matches value
100
+ checksum_type__in: ['checksum_type__in_example'], # Array<String> | Filter results where checksum_type is in a comma-separated list of values
101
+ checksum_type__ne: 'checksum_type__ne_example', # String | Filter results where checksum_type not equal to value
102
+ epoch: 'epoch_example', # String | Filter results where epoch matches value
103
+ epoch__in: ['epoch__in_example'], # Array<String> | Filter results where epoch is in a comma-separated list of values
104
+ epoch__ne: 'epoch__ne_example', # String | Filter results where epoch not equal to value
105
105
  limit: 56, # Integer | Number of results to return per page.
106
- name: 'name_example', # String | name
107
- name__in: 'name__in_example', # String | name__in
108
- name__ne: 'name__ne_example', # String | name__ne
106
+ name: 'name_example', # String | Filter results where name matches value
107
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
108
+ name__ne: 'name__ne_example', # String | Filter results where name not equal to value
109
109
  offset: 56, # Integer | The initial index from which to return the results.
110
110
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
111
- pkg_id: 'pkg_id_example', # String | pkgId
112
- pkg_id__in: 'pkg_id__in_example', # String | pkgId__in
113
- release: 'release_example', # String | release
114
- release__in: 'release__in_example', # String | release__in
115
- release__ne: 'release__ne_example', # String | release__ne
116
- repository_version: 'repository_version_example', # String | repository_version
117
- repository_version_added: 'repository_version_added_example', # String | repository_version_added
118
- repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
119
- sha256: 'sha256_example', # String | sha256
120
- version: 'version_example', # String | version
121
- version__in: 'version__in_example', # String | version__in
122
- version__ne: 'version__ne_example', # String | version__ne
111
+ pkg_id: 'pkg_id_example', # String | Filter results where pkgId matches value
112
+ pkg_id__in: ['pkg_id__in_example'], # Array<String> | Filter results where pkgId is in a comma-separated list of values
113
+ release: 'release_example', # String | Filter results where release matches value
114
+ release__in: ['release__in_example'], # Array<String> | Filter results where release is in a comma-separated list of values
115
+ release__ne: 'release__ne_example', # String | Filter results where release not equal to value
116
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
117
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
118
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
119
+ sha256: 'sha256_example', # String |
120
+ version: 'version_example', # String | Filter results where version matches value
121
+ version__in: ['version__in_example'], # Array<String> | Filter results where version is in a comma-separated list of values
122
+ version__ne: 'version__ne_example', # String | Filter results where version not equal to value
123
123
  fields: 'fields_example', # String | A list of fields to include in the response.
124
124
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
125
125
  }
@@ -138,39 +138,39 @@ end
138
138
 
139
139
  Name | Type | Description | Notes
140
140
  ------------- | ------------- | ------------- | -------------
141
- **arch** | **String**| arch | [optional]
142
- **arch__in** | **String**| arch__in | [optional]
143
- **arch__ne** | **String**| arch__ne | [optional]
144
- **checksum_type** | **String**| checksum_type | [optional]
145
- **checksum_type__in** | **String**| checksum_type__in | [optional]
146
- **checksum_type__ne** | **String**| checksum_type__ne | [optional]
147
- **epoch** | **String**| epoch | [optional]
148
- **epoch__in** | **String**| epoch__in | [optional]
149
- **epoch__ne** | **String**| epoch__ne | [optional]
141
+ **arch** | **String**| Filter results where arch matches value | [optional]
142
+ **arch__in** | [**Array&lt;String&gt;**](String.md)| Filter results where arch is in a comma-separated list of values | [optional]
143
+ **arch__ne** | **String**| Filter results where arch not equal to value | [optional]
144
+ **checksum_type** | **String**| Filter results where checksum_type matches value | [optional]
145
+ **checksum_type__in** | [**Array&lt;String&gt;**](String.md)| Filter results where checksum_type is in a comma-separated list of values | [optional]
146
+ **checksum_type__ne** | **String**| Filter results where checksum_type not equal to value | [optional]
147
+ **epoch** | **String**| Filter results where epoch matches value | [optional]
148
+ **epoch__in** | [**Array&lt;String&gt;**](String.md)| Filter results where epoch is in a comma-separated list of values | [optional]
149
+ **epoch__ne** | **String**| Filter results where epoch not equal to value | [optional]
150
150
  **limit** | **Integer**| Number of results to return per page. | [optional]
151
- **name** | **String**| name | [optional]
152
- **name__in** | **String**| name__in | [optional]
153
- **name__ne** | **String**| name__ne | [optional]
151
+ **name** | **String**| Filter results where name matches value | [optional]
152
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
153
+ **name__ne** | **String**| Filter results where name not equal to value | [optional]
154
154
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
155
155
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
156
- **pkg_id** | **String**| pkgId | [optional]
157
- **pkg_id__in** | **String**| pkgId__in | [optional]
158
- **release** | **String**| release | [optional]
159
- **release__in** | **String**| release__in | [optional]
160
- **release__ne** | **String**| release__ne | [optional]
161
- **repository_version** | **String**| repository_version | [optional]
162
- **repository_version_added** | **String**| repository_version_added | [optional]
163
- **repository_version_removed** | **String**| repository_version_removed | [optional]
164
- **sha256** | **String**| sha256 | [optional]
165
- **version** | **String**| version | [optional]
166
- **version__in** | **String**| version__in | [optional]
167
- **version__ne** | **String**| version__ne | [optional]
156
+ **pkg_id** | **String**| Filter results where pkgId matches value | [optional]
157
+ **pkg_id__in** | [**Array&lt;String&gt;**](String.md)| Filter results where pkgId is in a comma-separated list of values | [optional]
158
+ **release** | **String**| Filter results where release matches value | [optional]
159
+ **release__in** | [**Array&lt;String&gt;**](String.md)| Filter results where release is in a comma-separated list of values | [optional]
160
+ **release__ne** | **String**| Filter results where release not equal to value | [optional]
161
+ **repository_version** | **String**| Repository Version referenced by HREF | [optional]
162
+ **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
163
+ **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
164
+ **sha256** | **String**| | [optional]
165
+ **version** | **String**| Filter results where version matches value | [optional]
166
+ **version__in** | [**Array&lt;String&gt;**](String.md)| Filter results where version is in a comma-separated list of values | [optional]
167
+ **version__ne** | **String**| Filter results where version not equal to value | [optional]
168
168
  **fields** | **String**| A list of fields to include in the response. | [optional]
169
169
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
170
170
 
171
171
  ### Return type
172
172
 
173
- [**InlineResponse2008**](InlineResponse2008.md)
173
+ [**PaginatedrpmPackageResponseList**](PaginatedrpmPackageResponseList.md)
174
174
 
175
175
  ### Authorization
176
176
 
@@ -11,7 +11,7 @@ Method | HTTP request | Description
11
11
 
12
12
  ## list
13
13
 
14
- > InlineResponse2009 list(opts)
14
+ > PaginatedrpmRepoMetadataFileResponseList list(opts)
15
15
 
16
16
  List repo metadata files
17
17
 
@@ -34,9 +34,9 @@ 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
36
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
37
- repository_version: 'repository_version_example', # String | repository_version
38
- repository_version_added: 'repository_version_added_example', # String | repository_version_added
39
- repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
37
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
40
40
  fields: 'fields_example', # String | A list of fields to include in the response.
41
41
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
42
42
  }
@@ -58,15 +58,15 @@ Name | Type | Description | Notes
58
58
  **limit** | **Integer**| Number of results to return per page. | [optional]
59
59
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
60
60
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
61
- **repository_version** | **String**| repository_version | [optional]
62
- **repository_version_added** | **String**| repository_version_added | [optional]
63
- **repository_version_removed** | **String**| repository_version_removed | [optional]
61
+ **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
+ **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
+ **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
64
64
  **fields** | **String**| A list of fields to include in the response. | [optional]
65
65
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
66
66
 
67
67
  ### Return type
68
68
 
69
- [**InlineResponse2009**](InlineResponse2009.md)
69
+ [**PaginatedrpmRepoMetadataFileResponseList**](PaginatedrpmRepoMetadataFileResponseList.md)
70
70
 
71
71
  ### Authorization
72
72
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **added** | [**Object**](.md) | |
8
- **removed** | [**Object**](.md) | |
9
- **present** | [**Object**](.md) | |
7
+ **added** | **Hash&lt;String, Object&gt;** | |
8
+ **removed** | **Hash&lt;String, Object&gt;** | |
9
+ **present** | **Hash&lt;String, Object&gt;** | |
10
10
 
11
11
  ## Code Sample
12
12
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **added** | [**Object**](.md) | |
8
- **removed** | [**Object**](.md) | |
9
- **present** | [**Object**](.md) | |
7
+ **added** | **Hash&lt;String, Object&gt;** | |
8
+ **removed** | **Hash&lt;String, Object&gt;** | |
9
+ **present** | **Hash&lt;String, Object&gt;** | |
10
10
 
11
11
  ## Code Sample
12
12
 
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
121
121
 
122
122
  ## list
123
123
 
124
- > InlineResponse20010 list(opts)
124
+ > PaginatedrpmRpmDistributionResponseList list(opts)
125
125
 
126
126
  List rpm distributions
127
127
 
@@ -141,15 +141,19 @@ end
141
141
 
142
142
  api_instance = PulpRpmClient::DistributionsRpmApi.new
143
143
  opts = {
144
- base_path: 'base_path_example', # String | base_path
145
- base_path__contains: 'base_path__contains_example', # String | base_path__contains
146
- base_path__icontains: 'base_path__icontains_example', # String | base_path__icontains
147
- base_path__in: 'base_path__in_example', # String | base_path__in
144
+ base_path: 'base_path_example', # String |
145
+ base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
146
+ base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
147
+ base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
148
148
  limit: 56, # Integer | Number of results to return per page.
149
- name: 'name_example', # String | name
150
- name__in: 'name__in_example', # String | name__in
149
+ name: 'name_example', # String |
150
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
151
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
152
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
153
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
151
154
  offset: 56, # Integer | The initial index from which to return the results.
152
155
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
156
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
153
157
  fields: 'fields_example', # String | A list of fields to include in the response.
154
158
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
155
159
  }
@@ -168,21 +172,25 @@ end
168
172
 
169
173
  Name | Type | Description | Notes
170
174
  ------------- | ------------- | ------------- | -------------
171
- **base_path** | **String**| base_path | [optional]
172
- **base_path__contains** | **String**| base_path__contains | [optional]
173
- **base_path__icontains** | **String**| base_path__icontains | [optional]
174
- **base_path__in** | **String**| base_path__in | [optional]
175
+ **base_path** | **String**| | [optional]
176
+ **base_path__contains** | **String**| Filter results where base_path contains value | [optional]
177
+ **base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
178
+ **base_path__in** | [**Array&lt;String&gt;**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
175
179
  **limit** | **Integer**| Number of results to return per page. | [optional]
176
- **name** | **String**| name | [optional]
177
- **name__in** | **String**| name__in | [optional]
180
+ **name** | **String**| | [optional]
181
+ **name__contains** | **String**| Filter results where name contains value | [optional]
182
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
183
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
184
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
178
185
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
179
186
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
187
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
180
188
  **fields** | **String**| A list of fields to include in the response. | [optional]
181
189
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
182
190
 
183
191
  ### Return type
184
192
 
185
- [**InlineResponse20010**](InlineResponse20010.md)
193
+ [**PaginatedrpmRpmDistributionResponseList**](PaginatedrpmRpmDistributionResponseList.md)
186
194
 
187
195
  ### Authorization
188
196
 
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse20014
1
+ # PulpRpmClient::PaginatedRepositoryVersionResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse20014.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedRepositoryVersionResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse2001
1
+ # PulpRpmClient::PaginatedrpmDistributionTreeResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse2001.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedrpmDistributionTreeResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse2002
1
+ # PulpRpmClient::PaginatedrpmModulemdDefaultsResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse2002.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedrpmModulemdDefaultsResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse2003
1
+ # PulpRpmClient::PaginatedrpmModulemdResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse2003.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedrpmModulemdResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse2004
1
+ # PulpRpmClient::PaginatedrpmPackageCategoryResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse2004.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedrpmPackageCategoryResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse2005
1
+ # PulpRpmClient::PaginatedrpmPackageEnvironmentResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse2005.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedrpmPackageEnvironmentResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse2006
1
+ # PulpRpmClient::PaginatedrpmPackageGroupResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse2006.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedrpmPackageGroupResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse2007
1
+ # PulpRpmClient::PaginatedrpmPackageLangpacksResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse2007.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedrpmPackageLangpacksResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse2008
1
+ # PulpRpmClient::PaginatedrpmPackageResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse2008.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedrpmPackageResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse2009
1
+ # PulpRpmClient::PaginatedrpmRepoMetadataFileResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse2009.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedrpmRepoMetadataFileResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse20010
1
+ # PulpRpmClient::PaginatedrpmRpmDistributionResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse20010.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedrpmRpmDistributionResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse20011
1
+ # PulpRpmClient::PaginatedrpmRpmPublicationResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse20011.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedrpmRpmPublicationResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse20012
1
+ # PulpRpmClient::PaginatedrpmRpmRemoteResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse20012.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedrpmRpmRemoteResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse20013
1
+ # PulpRpmClient::PaginatedrpmRpmRepositoryResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse20013.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedrpmRpmRepositoryResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -0,0 +1,23 @@
1
+ # PulpRpmClient::PaginatedrpmUlnRemoteResponseList
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | | [optional]
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array&lt;RpmUlnRemoteResponse&gt;**](RpmUlnRemoteResponse.md) | | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpRpmClient'
16
+
17
+ instance = PulpRpmClient::PaginatedrpmUlnRemoteResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::InlineResponse200
1
+ # PulpRpmClient::PaginatedrpmUpdateRecordResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpRpmClient'
16
16
 
17
- instance = PulpRpmClient::InlineResponse200.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpRpmClient::PaginatedrpmUpdateRecordResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -6,7 +6,9 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional]
8
8
  **content_guard** | **String** | An optional content-guard. | [optional]
9
+ **pulp_labels** | [**Object**](.md) | | [optional]
9
10
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
11
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
12
  **publication** | **String** | Publication to be served | [optional]
11
13
 
12
14
  ## Code Sample
@@ -16,7 +18,9 @@ require 'PulpRpmClient'
16
18
 
17
19
  instance = PulpRpmClient::PatchedrpmRpmDistribution.new(base_path: null,
18
20
  content_guard: null,
21
+ pulp_labels: null,
19
22
  name: null,
23
+ repository: null,
20
24
  publication: null)
21
25
  ```
22
26