pulp_ansible_client 0.5.7 → 0.5.11

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 (226) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +21 -21
  4. data/docs/AnsibleCollectionRemote.md +0 -8
  5. data/docs/AnsibleCollectionRemoteResponse.md +0 -8
  6. data/docs/AnsibleCollectionVersionResponse.md +2 -2
  7. data/docs/AnsibleCollectionsApi.md +2 -2
  8. data/docs/AnsibleRoleRemote.md +1 -9
  9. data/docs/AnsibleRoleRemoteResponse.md +1 -9
  10. data/docs/AnsibleRoleResponse.md +2 -2
  11. data/docs/ApiCollectionsApi.md +2 -2
  12. data/docs/ApiRolesApi.md +2 -2
  13. data/docs/ContentCollectionVersionsApi.md +2 -2
  14. data/docs/ContentRolesApi.md +2 -2
  15. data/docs/DistributionsAnsibleApi.md +2 -2
  16. data/docs/{PaginatedansibleCollectionResponseList.md → InlineResponse200.md} +4 -4
  17. data/docs/{PaginatedansibleCollectionVersionResponseList.md → InlineResponse2001.md} +4 -4
  18. data/docs/{PaginatedGalaxyRoleVersionResponseList.md → InlineResponse20010.md} +4 -4
  19. data/docs/{PaginatedGalaxyCollectionResponseList.md → InlineResponse20011.md} +4 -4
  20. data/docs/{PaginatedGalaxyCollectionVersionResponseList.md → InlineResponse20012.md} +4 -4
  21. data/docs/InlineResponse20013.md +21 -0
  22. data/docs/{PaginatedCollectionResponseListLinks.md → InlineResponse20013Links.md} +2 -2
  23. data/docs/{PaginatedCollectionResponseListMeta.md → InlineResponse20013Meta.md} +2 -2
  24. data/docs/InlineResponse20014.md +21 -0
  25. data/docs/{PaginatedansibleRoleResponseList.md → InlineResponse2002.md} +4 -4
  26. data/docs/{PaginatedansibleAnsibleDistributionResponseList.md → InlineResponse2003.md} +4 -4
  27. data/docs/{PaginatedTagResponseList.md → InlineResponse2004.md} +4 -4
  28. data/docs/{PaginatedansibleCollectionRemoteResponseList.md → InlineResponse2005.md} +4 -4
  29. data/docs/{PaginatedansibleRoleRemoteResponseList.md → InlineResponse2006.md} +4 -4
  30. data/docs/{PaginatedansibleAnsibleRepositoryResponseList.md → InlineResponse2007.md} +4 -4
  31. data/docs/{PaginatedRepositoryVersionResponseList.md → InlineResponse2008.md} +4 -4
  32. data/docs/{PaginatedGalaxyRoleResponseList.md → InlineResponse2009.md} +4 -4
  33. data/docs/PatchedansibleCollectionRemote.md +0 -8
  34. data/docs/PatchedansibleRoleRemote.md +1 -9
  35. data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +2 -2
  36. data/docs/PulpAnsibleGalaxyApiV3VersionsApi.md +2 -2
  37. data/docs/PulpAnsibleTagsApi.md +2 -2
  38. data/docs/RemotesCollectionApi.md +2 -2
  39. data/docs/RemotesRoleApi.md +2 -2
  40. data/docs/RepositoriesAnsibleApi.md +2 -2
  41. data/docs/RepositoriesAnsibleVersionsApi.md +4 -4
  42. data/docs/RepositoryAddRemoveContent.md +2 -2
  43. data/docs/VersionsApi.md +4 -4
  44. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +4 -4
  45. data/lib/pulp_ansible_client/api/ansible_copy_api.rb +1 -1
  46. data/lib/pulp_ansible_client/api/api_collections_api.rb +4 -4
  47. data/lib/pulp_ansible_client/api/api_roles_api.rb +4 -4
  48. data/lib/pulp_ansible_client/api/collection_import_api.rb +1 -1
  49. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +4 -4
  50. data/lib/pulp_ansible_client/api/content_roles_api.rb +4 -4
  51. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +4 -4
  52. data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +1 -1
  53. data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +1 -1
  54. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +4 -4
  55. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v2_versions_api.rb +1 -1
  56. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +1 -1
  57. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api.rb +1 -1
  58. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_versions_api.rb +4 -4
  59. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +4 -4
  60. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +4 -4
  61. data/lib/pulp_ansible_client/api/remotes_role_api.rb +4 -4
  62. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +4 -4
  63. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +8 -8
  64. data/lib/pulp_ansible_client/api/versions_api.rb +7 -7
  65. data/lib/pulp_ansible_client/api_client.rb +12 -8
  66. data/lib/pulp_ansible_client/api_error.rb +1 -1
  67. data/lib/pulp_ansible_client/configuration.rb +8 -1
  68. data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +1 -1
  69. data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +1 -1
  70. data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +1 -1
  71. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +1 -1
  72. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +2 -106
  73. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +2 -106
  74. data/lib/pulp_ansible_client/models/ansible_collection_response.rb +1 -1
  75. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +16 -16
  76. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +27 -27
  77. data/lib/pulp_ansible_client/models/ansible_role.rb +1 -1
  78. data/lib/pulp_ansible_client/models/ansible_role_remote.rb +5 -109
  79. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +5 -109
  80. data/lib/pulp_ansible_client/models/ansible_role_response.rb +12 -12
  81. data/lib/pulp_ansible_client/models/ansible_tag_response.rb +1 -1
  82. data/lib/pulp_ansible_client/models/artifact_ref_response.rb +1 -1
  83. data/lib/pulp_ansible_client/models/async_operation_response.rb +1 -1
  84. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +1 -1
  85. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +1 -1
  86. data/lib/pulp_ansible_client/models/collection_namespace_response.rb +1 -1
  87. data/lib/pulp_ansible_client/models/collection_one_shot.rb +1 -1
  88. data/lib/pulp_ansible_client/models/collection_ref_response.rb +1 -1
  89. data/lib/pulp_ansible_client/models/collection_response.rb +1 -1
  90. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  91. data/lib/pulp_ansible_client/models/collection_version_response.rb +1 -1
  92. data/lib/pulp_ansible_client/models/content_summary.rb +1 -1
  93. data/lib/pulp_ansible_client/models/content_summary_response.rb +1 -1
  94. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  95. data/lib/pulp_ansible_client/models/galaxy_collection.rb +1 -1
  96. data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +1 -1
  97. data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +1 -1
  98. data/lib/pulp_ansible_client/models/galaxy_role_response.rb +1 -1
  99. data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +1 -1
  100. data/lib/pulp_ansible_client/models/{paginatedansible_collection_response_list.rb → inline_response200.rb} +4 -4
  101. data/lib/pulp_ansible_client/models/{paginatedansible_collection_version_response_list.rb → inline_response2001.rb} +4 -4
  102. data/lib/pulp_ansible_client/models/{paginated_galaxy_role_version_response_list.rb → inline_response20010.rb} +4 -4
  103. data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_response_list.rb → inline_response20011.rb} +4 -4
  104. data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_version_response_list.rb → inline_response20012.rb} +4 -4
  105. data/lib/pulp_ansible_client/models/{paginated_collection_response_list.rb → inline_response20013.rb} +6 -6
  106. data/lib/pulp_ansible_client/models/{paginated_collection_response_list_links.rb → inline_response20013_links.rb} +4 -4
  107. data/lib/pulp_ansible_client/models/{paginated_collection_response_list_meta.rb → inline_response20013_meta.rb} +4 -4
  108. data/lib/pulp_ansible_client/models/{paginated_collection_version_response_list.rb → inline_response20014.rb} +6 -6
  109. data/lib/pulp_ansible_client/models/{paginatedansible_role_response_list.rb → inline_response2002.rb} +4 -4
  110. data/lib/pulp_ansible_client/models/{paginatedansible_ansible_distribution_response_list.rb → inline_response2003.rb} +4 -4
  111. data/lib/pulp_ansible_client/models/{paginated_tag_response_list.rb → inline_response2004.rb} +4 -4
  112. data/lib/pulp_ansible_client/models/{paginatedansible_collection_remote_response_list.rb → inline_response2005.rb} +4 -4
  113. data/lib/pulp_ansible_client/models/{paginatedansible_role_remote_response_list.rb → inline_response2006.rb} +4 -4
  114. data/lib/pulp_ansible_client/models/{paginatedansible_ansible_repository_response_list.rb → inline_response2007.rb} +4 -4
  115. data/lib/pulp_ansible_client/models/{paginated_repository_version_response_list.rb → inline_response2008.rb} +4 -4
  116. data/lib/pulp_ansible_client/models/{paginated_galaxy_role_response_list.rb → inline_response2009.rb} +4 -4
  117. data/lib/pulp_ansible_client/models/patched_collection.rb +1 -1
  118. data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +1 -1
  119. data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +1 -1
  120. data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +2 -106
  121. data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +5 -109
  122. data/lib/pulp_ansible_client/models/policy_enum.rb +1 -1
  123. data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +3 -3
  124. data/lib/pulp_ansible_client/models/repository_sync_url.rb +1 -1
  125. data/lib/pulp_ansible_client/models/repository_version.rb +1 -1
  126. data/lib/pulp_ansible_client/models/repository_version_response.rb +1 -1
  127. data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
  128. data/lib/pulp_ansible_client/version.rb +2 -2
  129. data/lib/pulp_ansible_client.rb +18 -18
  130. data/pulp_ansible_client.gemspec +2 -2
  131. data/spec/api/ansible_collections_api_spec.rb +2 -2
  132. data/spec/api/ansible_copy_api_spec.rb +1 -1
  133. data/spec/api/api_collections_api_spec.rb +2 -2
  134. data/spec/api/api_roles_api_spec.rb +2 -2
  135. data/spec/api/collection_import_api_spec.rb +1 -1
  136. data/spec/api/content_collection_versions_api_spec.rb +2 -2
  137. data/spec/api/content_roles_api_spec.rb +2 -2
  138. data/spec/api/distributions_ansible_api_spec.rb +2 -2
  139. data/spec/api/galaxy_detail_api_spec.rb +1 -1
  140. data/spec/api/pulp_ansible_api_api_spec.rb +1 -1
  141. data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +2 -2
  142. data/spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb +1 -1
  143. data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +1 -1
  144. data/spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb +1 -1
  145. data/spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb +2 -2
  146. data/spec/api/pulp_ansible_tags_api_spec.rb +2 -2
  147. data/spec/api/remotes_collection_api_spec.rb +2 -2
  148. data/spec/api/remotes_role_api_spec.rb +2 -2
  149. data/spec/api/repositories_ansible_api_spec.rb +2 -2
  150. data/spec/api/repositories_ansible_versions_api_spec.rb +4 -4
  151. data/spec/api/versions_api_spec.rb +3 -3
  152. data/spec/api_client_spec.rb +2 -2
  153. data/spec/configuration_spec.rb +1 -1
  154. data/spec/models/ansible_ansible_distribution_response_spec.rb +1 -1
  155. data/spec/models/ansible_ansible_distribution_spec.rb +1 -1
  156. data/spec/models/ansible_ansible_repository_response_spec.rb +1 -1
  157. data/spec/models/ansible_ansible_repository_spec.rb +1 -1
  158. data/spec/models/ansible_collection_remote_response_spec.rb +1 -25
  159. data/spec/models/ansible_collection_remote_spec.rb +1 -25
  160. data/spec/models/ansible_collection_response_spec.rb +1 -1
  161. data/spec/models/ansible_collection_version_response_spec.rb +3 -3
  162. data/spec/models/ansible_collection_version_spec.rb +1 -1
  163. data/spec/models/ansible_role_remote_response_spec.rb +1 -25
  164. data/spec/models/ansible_role_remote_spec.rb +1 -25
  165. data/spec/models/ansible_role_response_spec.rb +3 -3
  166. data/spec/models/ansible_role_spec.rb +1 -1
  167. data/spec/models/ansible_tag_response_spec.rb +1 -1
  168. data/spec/models/artifact_ref_response_spec.rb +1 -1
  169. data/spec/models/async_operation_response_spec.rb +1 -1
  170. data/spec/models/collection_import_detail_response_spec.rb +1 -1
  171. data/spec/models/collection_metadata_response_spec.rb +1 -1
  172. data/spec/models/collection_namespace_response_spec.rb +1 -1
  173. data/spec/models/collection_one_shot_spec.rb +1 -1
  174. data/spec/models/collection_ref_response_spec.rb +1 -1
  175. data/spec/models/collection_response_spec.rb +1 -1
  176. data/spec/models/collection_version_docs_response_spec.rb +1 -1
  177. data/spec/models/collection_version_response_spec.rb +1 -1
  178. data/spec/models/content_summary_response_spec.rb +1 -1
  179. data/spec/models/content_summary_spec.rb +1 -1
  180. data/spec/models/copy_spec.rb +1 -1
  181. data/spec/models/galaxy_collection_response_spec.rb +1 -1
  182. data/spec/models/galaxy_collection_spec.rb +1 -1
  183. data/spec/models/galaxy_collection_version_response_spec.rb +1 -1
  184. data/spec/models/galaxy_role_response_spec.rb +1 -1
  185. data/spec/models/galaxy_role_version_response_spec.rb +1 -1
  186. data/spec/models/{paginated_tag_response_list_spec.rb → inline_response20010_spec.rb} +7 -7
  187. data/spec/models/{paginated_galaxy_role_response_list_spec.rb → inline_response20011_spec.rb} +7 -7
  188. data/spec/models/{paginatedansible_role_response_list_spec.rb → inline_response20012_spec.rb} +7 -7
  189. data/spec/models/{paginated_collection_response_list_links_spec.rb → inline_response20013_links_spec.rb} +7 -7
  190. data/spec/models/{paginated_collection_response_list_meta_spec.rb → inline_response20013_meta_spec.rb} +7 -7
  191. data/spec/models/{paginated_collection_response_list_spec.rb → inline_response20013_spec.rb} +7 -7
  192. data/spec/models/{paginated_collection_version_response_list_spec.rb → inline_response20014_spec.rb} +7 -7
  193. data/spec/models/{paginated_galaxy_collection_response_list_spec.rb → inline_response2001_spec.rb} +7 -7
  194. data/spec/models/inline_response2002_spec.rb +59 -0
  195. data/spec/models/inline_response2003_spec.rb +59 -0
  196. data/spec/models/inline_response2004_spec.rb +59 -0
  197. data/spec/models/inline_response2005_spec.rb +59 -0
  198. data/spec/models/inline_response2006_spec.rb +59 -0
  199. data/spec/models/inline_response2007_spec.rb +59 -0
  200. data/spec/models/inline_response2008_spec.rb +59 -0
  201. data/spec/models/inline_response2009_spec.rb +59 -0
  202. data/spec/models/inline_response200_spec.rb +59 -0
  203. data/spec/models/patched_collection_spec.rb +1 -1
  204. data/spec/models/patchedansible_ansible_distribution_spec.rb +1 -1
  205. data/spec/models/patchedansible_ansible_repository_spec.rb +1 -1
  206. data/spec/models/patchedansible_collection_remote_spec.rb +1 -25
  207. data/spec/models/patchedansible_role_remote_spec.rb +1 -25
  208. data/spec/models/policy_enum_spec.rb +1 -1
  209. data/spec/models/repository_add_remove_content_spec.rb +1 -1
  210. data/spec/models/repository_sync_url_spec.rb +1 -1
  211. data/spec/models/repository_version_response_spec.rb +1 -1
  212. data/spec/models/repository_version_spec.rb +1 -1
  213. data/spec/models/tag_response_spec.rb +1 -1
  214. data/spec/spec_helper.rb +1 -1
  215. metadata +126 -120
  216. data/docs/PaginatedCollectionResponseList.md +0 -21
  217. data/docs/PaginatedCollectionVersionResponseList.md +0 -21
  218. data/spec/models/paginated_galaxy_collection_version_response_list_spec.rb +0 -59
  219. data/spec/models/paginated_galaxy_role_version_response_list_spec.rb +0 -59
  220. data/spec/models/paginated_repository_version_response_list_spec.rb +0 -59
  221. data/spec/models/paginatedansible_ansible_distribution_response_list_spec.rb +0 -59
  222. data/spec/models/paginatedansible_ansible_repository_response_list_spec.rb +0 -59
  223. data/spec/models/paginatedansible_collection_remote_response_list_spec.rb +0 -59
  224. data/spec/models/paginatedansible_collection_response_list_spec.rb +0 -59
  225. data/spec/models/paginatedansible_collection_version_response_list_spec.rb +0 -59
  226. data/spec/models/paginatedansible_role_remote_response_list_spec.rb +0 -59
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67bb2ebfa2cac49a224c4dde601bb4819395e189c9982c4581a1564393598ca4
4
- data.tar.gz: 80a6d3e05186aa7fb13409183955b6a219774282f289139fb369cf0405c89176
3
+ metadata.gz: 791e1598fe2ed175f1edb2b9a9a27570cfb4a70289243e25e2612f9ec5944ee5
4
+ data.tar.gz: dcbe2443f4377d2b184170272181b89b7240fd4d5140430bfc664300aa5ece91
5
5
  SHA512:
6
- metadata.gz: 76762a146aa9a60ec3416cea92791a09569581485b9d05a9d49a431bab74bc6b2713ab4b64e8589193cb2ac2fb849ae0355276c0cfed4e9af0515fdebd3ba676
7
- data.tar.gz: d82a6a73f7f53f4daef89744a38f6fc90d5150bf6bc567620ec45ffefd0a4f891b39cfb0e0e82faf8a3d7e8a59cf25c05b3ff9f0462c773f3106e6152358fb8f
6
+ metadata.gz: a06ddd514067e122ed2b5f7337f9c498a4f5cdd00738e28e392fcf161c422bd4b8b2a1a4220233e5f7fe46823229eb2b9d7c5bb70332024c5c0627c4902f4566
7
+ data.tar.gz: 4844115aba198ab051162d3dd47defeea26274ed115e47b61546ea8b2c06530ff19b55ad35b29ecf4d0dfe976214eb38b96249be3f75e30d1f966a569d520aca
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
 
5
5
  group :development, :test do
6
- gem 'rake', '~> 12.0.0'
6
+ gem 'rake', '~> 13.0.1'
7
7
  gem 'pry-byebug'
8
8
  gem 'rubocop', '~> 0.66.0'
9
9
  end
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: 0.5.7
10
+ - Package version: 0.5.11
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_ansible_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_ansible_client-0.5.7.gem
27
+ gem install ./pulp_ansible_client-0.5.11.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.5.7.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.5.11.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_ansible_client', '~> 0.5.7'
36
+ gem 'pulp_ansible_client', '~> 0.5.11'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -183,23 +183,23 @@ Class | Method | HTTP request | Description
183
183
  - [PulpAnsibleClient::GalaxyCollectionVersionResponse](docs/GalaxyCollectionVersionResponse.md)
184
184
  - [PulpAnsibleClient::GalaxyRoleResponse](docs/GalaxyRoleResponse.md)
185
185
  - [PulpAnsibleClient::GalaxyRoleVersionResponse](docs/GalaxyRoleVersionResponse.md)
186
- - [PulpAnsibleClient::PaginatedCollectionResponseList](docs/PaginatedCollectionResponseList.md)
187
- - [PulpAnsibleClient::PaginatedCollectionResponseListLinks](docs/PaginatedCollectionResponseListLinks.md)
188
- - [PulpAnsibleClient::PaginatedCollectionResponseListMeta](docs/PaginatedCollectionResponseListMeta.md)
189
- - [PulpAnsibleClient::PaginatedCollectionVersionResponseList](docs/PaginatedCollectionVersionResponseList.md)
190
- - [PulpAnsibleClient::PaginatedGalaxyCollectionResponseList](docs/PaginatedGalaxyCollectionResponseList.md)
191
- - [PulpAnsibleClient::PaginatedGalaxyCollectionVersionResponseList](docs/PaginatedGalaxyCollectionVersionResponseList.md)
192
- - [PulpAnsibleClient::PaginatedGalaxyRoleResponseList](docs/PaginatedGalaxyRoleResponseList.md)
193
- - [PulpAnsibleClient::PaginatedGalaxyRoleVersionResponseList](docs/PaginatedGalaxyRoleVersionResponseList.md)
194
- - [PulpAnsibleClient::PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
195
- - [PulpAnsibleClient::PaginatedTagResponseList](docs/PaginatedTagResponseList.md)
196
- - [PulpAnsibleClient::PaginatedansibleAnsibleDistributionResponseList](docs/PaginatedansibleAnsibleDistributionResponseList.md)
197
- - [PulpAnsibleClient::PaginatedansibleAnsibleRepositoryResponseList](docs/PaginatedansibleAnsibleRepositoryResponseList.md)
198
- - [PulpAnsibleClient::PaginatedansibleCollectionRemoteResponseList](docs/PaginatedansibleCollectionRemoteResponseList.md)
199
- - [PulpAnsibleClient::PaginatedansibleCollectionResponseList](docs/PaginatedansibleCollectionResponseList.md)
200
- - [PulpAnsibleClient::PaginatedansibleCollectionVersionResponseList](docs/PaginatedansibleCollectionVersionResponseList.md)
201
- - [PulpAnsibleClient::PaginatedansibleRoleRemoteResponseList](docs/PaginatedansibleRoleRemoteResponseList.md)
202
- - [PulpAnsibleClient::PaginatedansibleRoleResponseList](docs/PaginatedansibleRoleResponseList.md)
186
+ - [PulpAnsibleClient::InlineResponse200](docs/InlineResponse200.md)
187
+ - [PulpAnsibleClient::InlineResponse2001](docs/InlineResponse2001.md)
188
+ - [PulpAnsibleClient::InlineResponse20010](docs/InlineResponse20010.md)
189
+ - [PulpAnsibleClient::InlineResponse20011](docs/InlineResponse20011.md)
190
+ - [PulpAnsibleClient::InlineResponse20012](docs/InlineResponse20012.md)
191
+ - [PulpAnsibleClient::InlineResponse20013](docs/InlineResponse20013.md)
192
+ - [PulpAnsibleClient::InlineResponse20013Links](docs/InlineResponse20013Links.md)
193
+ - [PulpAnsibleClient::InlineResponse20013Meta](docs/InlineResponse20013Meta.md)
194
+ - [PulpAnsibleClient::InlineResponse20014](docs/InlineResponse20014.md)
195
+ - [PulpAnsibleClient::InlineResponse2002](docs/InlineResponse2002.md)
196
+ - [PulpAnsibleClient::InlineResponse2003](docs/InlineResponse2003.md)
197
+ - [PulpAnsibleClient::InlineResponse2004](docs/InlineResponse2004.md)
198
+ - [PulpAnsibleClient::InlineResponse2005](docs/InlineResponse2005.md)
199
+ - [PulpAnsibleClient::InlineResponse2006](docs/InlineResponse2006.md)
200
+ - [PulpAnsibleClient::InlineResponse2007](docs/InlineResponse2007.md)
201
+ - [PulpAnsibleClient::InlineResponse2008](docs/InlineResponse2008.md)
202
+ - [PulpAnsibleClient::InlineResponse2009](docs/InlineResponse2009.md)
203
203
  - [PulpAnsibleClient::PatchedCollection](docs/PatchedCollection.md)
204
204
  - [PulpAnsibleClient::PatchedansibleAnsibleDistribution](docs/PatchedansibleAnsibleDistribution.md)
205
205
  - [PulpAnsibleClient::PatchedansibleAnsibleRepository](docs/PatchedansibleAnsibleRepository.md)
@@ -15,10 +15,6 @@ Name | Type | Description | Notes
15
15
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
16
  **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
17
17
  **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
18
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
19
- **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
20
- **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
21
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
22
18
  **requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
23
19
  **auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
24
20
  **token** | **String** | The token key to use for authentication. See https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#configuring-the-ansible-galaxy-clientfor more details | [optional]
@@ -39,10 +35,6 @@ instance = PulpAnsibleClient::AnsibleCollectionRemote.new(name: null,
39
35
  password: null,
40
36
  download_concurrency: null,
41
37
  policy: null,
42
- total_timeout: null,
43
- connect_timeout: null,
44
- sock_connect_timeout: null,
45
- sock_read_timeout: null,
46
38
  requirements_file: null,
47
39
  auth_url: null,
48
40
  token: null)
@@ -18,10 +18,6 @@ Name | Type | Description | Notes
18
18
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
20
20
  **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
21
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
22
- **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
23
- **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
24
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
25
21
  **requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
26
22
  **auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
27
23
  **token** | **String** | The token key to use for authentication. See https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#configuring-the-ansible-galaxy-clientfor more details | [optional]
@@ -45,10 +41,6 @@ instance = PulpAnsibleClient::AnsibleCollectionRemoteResponse.new(pulp_href: nul
45
41
  pulp_last_updated: null,
46
42
  download_concurrency: null,
47
43
  policy: null,
48
- total_timeout: null,
49
- connect_timeout: null,
50
- sock_connect_timeout: null,
51
- sock_read_timeout: null,
52
44
  requirements_file: null,
53
45
  auth_url: null,
54
46
  token: null)
@@ -5,8 +5,8 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **artifact** | **String** | Artifact file representing the physical content |
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifact** | **String** | Artifact file representing the physical content |
10
10
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
11
11
  **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
12
12
  **sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
@@ -35,8 +35,8 @@ Name | Type | Description | Notes
35
35
  require 'PulpAnsibleClient'
36
36
 
37
37
  instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_href: null,
38
- artifact: null,
39
38
  pulp_created: null,
39
+ artifact: null,
40
40
  md5: null,
41
41
  sha1: null,
42
42
  sha224: null,
@@ -11,7 +11,7 @@ Method | HTTP request | Description
11
11
 
12
12
  ## list
13
13
 
14
- > PaginatedansibleCollectionResponseList list(opts)
14
+ > InlineResponse200 list(opts)
15
15
 
16
16
  List collections
17
17
 
@@ -64,7 +64,7 @@ Name | Type | Description | Notes
64
64
 
65
65
  ### Return type
66
66
 
67
- [**PaginatedansibleCollectionResponseList**](PaginatedansibleCollectionResponseList.md)
67
+ [**InlineResponse200**](InlineResponse200.md)
68
68
 
69
69
  ### Authorization
70
70
 
@@ -15,10 +15,6 @@ Name | Type | Description | Notes
15
15
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
16
  **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
17
17
  **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
18
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
19
- **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
20
- **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
21
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
22
18
 
23
19
  ## Code Sample
24
20
 
@@ -35,11 +31,7 @@ instance = PulpAnsibleClient::AnsibleRoleRemote.new(name: null,
35
31
  username: null,
36
32
  password: null,
37
33
  download_concurrency: null,
38
- policy: null,
39
- total_timeout: null,
40
- connect_timeout: null,
41
- sock_connect_timeout: null,
42
- sock_read_timeout: null)
34
+ policy: null)
43
35
  ```
44
36
 
45
37
 
@@ -18,10 +18,6 @@ Name | Type | Description | Notes
18
18
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
20
20
  **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
21
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
22
- **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
23
- **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
24
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
25
21
 
26
22
  ## Code Sample
27
23
 
@@ -41,11 +37,7 @@ instance = PulpAnsibleClient::AnsibleRoleRemoteResponse.new(pulp_href: null,
41
37
  password: null,
42
38
  pulp_last_updated: null,
43
39
  download_concurrency: null,
44
- policy: null,
45
- total_timeout: null,
46
- connect_timeout: null,
47
- sock_connect_timeout: null,
48
- sock_read_timeout: null)
40
+ policy: null)
49
41
  ```
50
42
 
51
43
 
@@ -5,8 +5,8 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **artifact** | **String** | Artifact file representing the physical content |
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifact** | **String** | Artifact file representing the physical content |
10
10
  **version** | **String** | |
11
11
  **name** | **String** | |
12
12
  **namespace** | **String** | |
@@ -17,8 +17,8 @@ Name | Type | Description | Notes
17
17
  require 'PulpAnsibleClient'
18
18
 
19
19
  instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_href: null,
20
- artifact: null,
21
20
  pulp_created: null,
21
+ artifact: null,
22
22
  version: null,
23
23
  name: null,
24
24
  namespace: null)
@@ -11,7 +11,7 @@ Method | HTTP request | Description
11
11
 
12
12
  ## get
13
13
 
14
- > PaginatedGalaxyCollectionResponseList get(ansible_collection_href, opts)
14
+ > InlineResponse20011 get(ansible_collection_href, opts)
15
15
 
16
16
 
17
17
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**PaginatedGalaxyCollectionResponseList**](PaginatedGalaxyCollectionResponseList.md)
54
+ [**InlineResponse20011**](InlineResponse20011.md)
55
55
 
56
56
  ### Authorization
57
57
 
data/docs/ApiRolesApi.md CHANGED
@@ -10,7 +10,7 @@ Method | HTTP request | Description
10
10
 
11
11
  ## get
12
12
 
13
- > PaginatedGalaxyRoleResponseList get(ansible_role_href, opts)
13
+ > InlineResponse2009 get(ansible_role_href, opts)
14
14
 
15
15
 
16
16
 
@@ -52,7 +52,7 @@ Name | Type | Description | Notes
52
52
 
53
53
  ### Return type
54
54
 
55
- [**PaginatedGalaxyRoleResponseList**](PaginatedGalaxyRoleResponseList.md)
55
+ [**InlineResponse2009**](InlineResponse2009.md)
56
56
 
57
57
  ### Authorization
58
58
 
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
65
65
 
66
66
  ## list
67
67
 
68
- > PaginatedansibleCollectionVersionResponseList list(opts)
68
+ > InlineResponse2001 list(opts)
69
69
 
70
70
  List collection versions
71
71
 
@@ -132,7 +132,7 @@ Name | Type | Description | Notes
132
132
 
133
133
  ### Return type
134
134
 
135
- [**PaginatedansibleCollectionVersionResponseList**](PaginatedansibleCollectionVersionResponseList.md)
135
+ [**InlineResponse2001**](InlineResponse2001.md)
136
136
 
137
137
  ### Authorization
138
138
 
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
65
65
 
66
66
  ## list
67
67
 
68
- > PaginatedansibleRoleResponseList list(opts)
68
+ > InlineResponse2002 list(opts)
69
69
 
70
70
  List roles
71
71
 
@@ -126,7 +126,7 @@ Name | Type | Description | Notes
126
126
 
127
127
  ### Return type
128
128
 
129
- [**PaginatedansibleRoleResponseList**](PaginatedansibleRoleResponseList.md)
129
+ [**InlineResponse2002**](InlineResponse2002.md)
130
130
 
131
131
  ### Authorization
132
132
 
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
121
121
 
122
122
  ## list
123
123
 
124
- > PaginatedansibleAnsibleDistributionResponseList list(opts)
124
+ > InlineResponse2003 list(opts)
125
125
 
126
126
  List ansible distributions
127
127
 
@@ -182,7 +182,7 @@ Name | Type | Description | Notes
182
182
 
183
183
  ### Return type
184
184
 
185
- [**PaginatedansibleAnsibleDistributionResponseList**](PaginatedansibleAnsibleDistributionResponseList.md)
185
+ [**InlineResponse2003**](InlineResponse2003.md)
186
186
 
187
187
  ### Authorization
188
188
 
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::PaginatedansibleCollectionResponseList
1
+ # PulpAnsibleClient::InlineResponse200
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpAnsibleClient'
16
16
 
17
- instance = PulpAnsibleClient::PaginatedansibleCollectionResponseList.new(count: 123,
18
- _next: http://api.example.org/accounts/?offset=400&limit=100,
19
- previous: http://api.example.org/accounts/?offset=200&limit=100,
17
+ instance = PulpAnsibleClient::InlineResponse200.new(count: 123,
18
+ _next: null,
19
+ previous: null,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::PaginatedansibleCollectionVersionResponseList
1
+ # PulpAnsibleClient::InlineResponse2001
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpAnsibleClient'
16
16
 
17
- instance = PulpAnsibleClient::PaginatedansibleCollectionVersionResponseList.new(count: 123,
18
- _next: http://api.example.org/accounts/?offset=400&limit=100,
19
- previous: http://api.example.org/accounts/?offset=200&limit=100,
17
+ instance = PulpAnsibleClient::InlineResponse2001.new(count: 123,
18
+ _next: null,
19
+ previous: null,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::PaginatedGalaxyRoleVersionResponseList
1
+ # PulpAnsibleClient::InlineResponse20010
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpAnsibleClient'
16
16
 
17
- instance = PulpAnsibleClient::PaginatedGalaxyRoleVersionResponseList.new(count: 123,
18
- _next: http://api.example.org/accounts/?offset=400&limit=100,
19
- previous: http://api.example.org/accounts/?offset=200&limit=100,
17
+ instance = PulpAnsibleClient::InlineResponse20010.new(count: 123,
18
+ _next: null,
19
+ previous: null,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::PaginatedGalaxyCollectionResponseList
1
+ # PulpAnsibleClient::InlineResponse20011
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpAnsibleClient'
16
16
 
17
- instance = PulpAnsibleClient::PaginatedGalaxyCollectionResponseList.new(count: 123,
18
- _next: http://api.example.org/accounts/?page=4,
19
- previous: http://api.example.org/accounts/?page=2,
17
+ instance = PulpAnsibleClient::InlineResponse20011.new(count: 123,
18
+ _next: null,
19
+ previous: null,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::PaginatedGalaxyCollectionVersionResponseList
1
+ # PulpAnsibleClient::InlineResponse20012
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpAnsibleClient'
16
16
 
17
- instance = PulpAnsibleClient::PaginatedGalaxyCollectionVersionResponseList.new(count: 123,
18
- _next: http://api.example.org/accounts/?page=4,
19
- previous: http://api.example.org/accounts/?page=2,
17
+ instance = PulpAnsibleClient::InlineResponse20012.new(count: 123,
18
+ _next: null,
19
+ previous: null,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -0,0 +1,21 @@
1
+ # PulpAnsibleClient::InlineResponse20013
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **meta** | [**InlineResponse20013Meta**](InlineResponse20013Meta.md) | | [optional]
8
+ **links** | [**InlineResponse20013Links**](InlineResponse20013Links.md) | | [optional]
9
+ **data** | [**Array<CollectionResponse>**](CollectionResponse.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'PulpAnsibleClient'
15
+
16
+ instance = PulpAnsibleClient::InlineResponse20013.new(meta: null,
17
+ links: null,
18
+ data: null)
19
+ ```
20
+
21
+
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::PaginatedCollectionResponseListLinks
1
+ # PulpAnsibleClient::InlineResponse20013Links
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpAnsibleClient'
16
16
 
17
- instance = PulpAnsibleClient::PaginatedCollectionResponseListLinks.new(first: null,
17
+ instance = PulpAnsibleClient::InlineResponse20013Links.new(first: null,
18
18
  previous: null,
19
19
  _next: null,
20
20
  last: null)
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::PaginatedCollectionResponseListMeta
1
+ # PulpAnsibleClient::InlineResponse20013Meta
2
2
 
3
3
  ## Properties
4
4
 
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  ```ruby
12
12
  require 'PulpAnsibleClient'
13
13
 
14
- instance = PulpAnsibleClient::PaginatedCollectionResponseListMeta.new(count: 123)
14
+ instance = PulpAnsibleClient::InlineResponse20013Meta.new(count: 123)
15
15
  ```
16
16
 
17
17
 
@@ -0,0 +1,21 @@
1
+ # PulpAnsibleClient::InlineResponse20014
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **meta** | [**InlineResponse20013Meta**](InlineResponse20013Meta.md) | | [optional]
8
+ **links** | [**InlineResponse20013Links**](InlineResponse20013Links.md) | | [optional]
9
+ **data** | [**Array<CollectionVersionResponse>**](CollectionVersionResponse.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'PulpAnsibleClient'
15
+
16
+ instance = PulpAnsibleClient::InlineResponse20014.new(meta: null,
17
+ links: null,
18
+ data: null)
19
+ ```
20
+
21
+
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::PaginatedansibleRoleResponseList
1
+ # PulpAnsibleClient::InlineResponse2002
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpAnsibleClient'
16
16
 
17
- instance = PulpAnsibleClient::PaginatedansibleRoleResponseList.new(count: 123,
18
- _next: http://api.example.org/accounts/?offset=400&limit=100,
19
- previous: http://api.example.org/accounts/?offset=200&limit=100,
17
+ instance = PulpAnsibleClient::InlineResponse2002.new(count: 123,
18
+ _next: null,
19
+ previous: null,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::PaginatedansibleAnsibleDistributionResponseList
1
+ # PulpAnsibleClient::InlineResponse2003
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpAnsibleClient'
16
16
 
17
- instance = PulpAnsibleClient::PaginatedansibleAnsibleDistributionResponseList.new(count: 123,
18
- _next: http://api.example.org/accounts/?offset=400&limit=100,
19
- previous: http://api.example.org/accounts/?offset=200&limit=100,
17
+ instance = PulpAnsibleClient::InlineResponse2003.new(count: 123,
18
+ _next: null,
19
+ previous: null,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::PaginatedTagResponseList
1
+ # PulpAnsibleClient::InlineResponse2004
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpAnsibleClient'
16
16
 
17
- instance = PulpAnsibleClient::PaginatedTagResponseList.new(count: 123,
18
- _next: http://api.example.org/accounts/?offset=400&limit=100,
19
- previous: http://api.example.org/accounts/?offset=200&limit=100,
17
+ instance = PulpAnsibleClient::InlineResponse2004.new(count: 123,
18
+ _next: null,
19
+ previous: null,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::PaginatedansibleCollectionRemoteResponseList
1
+ # PulpAnsibleClient::InlineResponse2005
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpAnsibleClient'
16
16
 
17
- instance = PulpAnsibleClient::PaginatedansibleCollectionRemoteResponseList.new(count: 123,
18
- _next: http://api.example.org/accounts/?offset=400&limit=100,
19
- previous: http://api.example.org/accounts/?offset=200&limit=100,
17
+ instance = PulpAnsibleClient::InlineResponse2005.new(count: 123,
18
+ _next: null,
19
+ previous: null,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::PaginatedansibleRoleRemoteResponseList
1
+ # PulpAnsibleClient::InlineResponse2006
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpAnsibleClient'
16
16
 
17
- instance = PulpAnsibleClient::PaginatedansibleRoleRemoteResponseList.new(count: 123,
18
- _next: http://api.example.org/accounts/?offset=400&limit=100,
19
- previous: http://api.example.org/accounts/?offset=200&limit=100,
17
+ instance = PulpAnsibleClient::InlineResponse2006.new(count: 123,
18
+ _next: null,
19
+ previous: null,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::PaginatedansibleAnsibleRepositoryResponseList
1
+ # PulpAnsibleClient::InlineResponse2007
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpAnsibleClient'
16
16
 
17
- instance = PulpAnsibleClient::PaginatedansibleAnsibleRepositoryResponseList.new(count: 123,
18
- _next: http://api.example.org/accounts/?offset=400&limit=100,
19
- previous: http://api.example.org/accounts/?offset=200&limit=100,
17
+ instance = PulpAnsibleClient::InlineResponse2007.new(count: 123,
18
+ _next: null,
19
+ previous: null,
20
20
  results: null)
21
21
  ```
22
22