pulpcore_client 3.62.0 → 3.63.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (202) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/AccessPoliciesApi.md +2 -0
  4. data/docs/AccessPolicyResponse.md +2 -0
  5. data/docs/ArtifactDistributionResponse.md +12 -10
  6. data/docs/ArtifactResponse.md +2 -0
  7. data/docs/ArtifactsApi.md +4 -2
  8. data/docs/CompositeContentGuardResponse.md +2 -0
  9. data/docs/ContentApi.md +8 -6
  10. data/docs/ContentGuardResponse.md +2 -0
  11. data/docs/ContentRedirectContentGuardResponse.md +2 -0
  12. data/docs/ContentguardsApi.md +2 -0
  13. data/docs/ContentguardsCompositeApi.md +2 -0
  14. data/docs/ContentguardsContentRedirectApi.md +2 -0
  15. data/docs/ContentguardsHeaderApi.md +2 -0
  16. data/docs/ContentguardsRbacApi.md +2 -0
  17. data/docs/DistributionResponse.md +2 -0
  18. data/docs/DistributionsApi.md +2 -0
  19. data/docs/DistributionsArtifactsApi.md +2 -0
  20. data/docs/DomainResponse.md +2 -0
  21. data/docs/DomainsApi.md +2 -0
  22. data/docs/ExportersFilesystemApi.md +2 -0
  23. data/docs/ExportersPulpApi.md +2 -0
  24. data/docs/FilesystemExportResponse.md +2 -0
  25. data/docs/FilesystemExporterResponse.md +2 -0
  26. data/docs/GroupResponse.md +2 -0
  27. data/docs/GroupRoleResponse.md +2 -0
  28. data/docs/GroupUserResponse.md +3 -1
  29. data/docs/GroupsApi.md +2 -0
  30. data/docs/GroupsRolesApi.md +2 -0
  31. data/docs/HeaderContentGuardResponse.md +2 -0
  32. data/docs/ImportResponse.md +2 -0
  33. data/docs/ImportersPulpApi.md +2 -0
  34. data/docs/MinimalTaskResponse.md +2 -0
  35. data/docs/MultipleArtifactContentResponse.md +2 -0
  36. data/docs/PublicationResponse.md +2 -0
  37. data/docs/PublicationsApi.md +8 -6
  38. data/docs/PulpExportResponse.md +2 -0
  39. data/docs/PulpExporterResponse.md +2 -0
  40. data/docs/PulpImporterResponse.md +2 -0
  41. data/docs/RBACContentGuardResponse.md +2 -0
  42. data/docs/RemoteResponse.md +2 -0
  43. data/docs/RemotesApi.md +2 -0
  44. data/docs/RepositoriesApi.md +6 -4
  45. data/docs/RepositoryResponse.md +2 -0
  46. data/docs/RepositoryVersionResponse.md +2 -0
  47. data/docs/RepositoryVersionsApi.md +4 -2
  48. data/docs/RoleResponse.md +2 -0
  49. data/docs/RolesApi.md +2 -0
  50. data/docs/SigningServiceResponse.md +2 -0
  51. data/docs/SigningServicesApi.md +2 -0
  52. data/docs/TaskGroupResponse.md +2 -0
  53. data/docs/TaskResponse.md +2 -0
  54. data/docs/TaskScheduleResponse.md +2 -0
  55. data/docs/TaskSchedulesApi.md +2 -0
  56. data/docs/TasksApi.md +2 -0
  57. data/docs/UploadDetailResponse.md +2 -0
  58. data/docs/UploadResponse.md +2 -0
  59. data/docs/UploadsApi.md +2 -0
  60. data/docs/UpstreamPulpResponse.md +2 -0
  61. data/docs/UpstreamPulpsApi.md +2 -0
  62. data/docs/UserGroupResponse.md +3 -1
  63. data/docs/UserResponse.md +2 -0
  64. data/docs/UserRoleResponse.md +2 -0
  65. data/docs/UsersApi.md +2 -0
  66. data/docs/UsersRolesApi.md +2 -0
  67. data/docs/WorkerResponse.md +2 -0
  68. data/docs/WorkersApi.md +2 -0
  69. data/lib/pulpcore_client/api/access_policies_api.rb +3 -0
  70. data/lib/pulpcore_client/api/artifacts_api.rb +5 -2
  71. data/lib/pulpcore_client/api/content_api.rb +9 -6
  72. data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
  73. data/lib/pulpcore_client/api/contentguards_composite_api.rb +3 -0
  74. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +3 -0
  75. data/lib/pulpcore_client/api/contentguards_header_api.rb +3 -0
  76. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +3 -0
  77. data/lib/pulpcore_client/api/distributions_api.rb +3 -0
  78. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +3 -0
  79. data/lib/pulpcore_client/api/domains_api.rb +3 -0
  80. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +3 -0
  81. data/lib/pulpcore_client/api/exporters_pulp_api.rb +3 -0
  82. data/lib/pulpcore_client/api/groups_api.rb +3 -0
  83. data/lib/pulpcore_client/api/groups_roles_api.rb +3 -0
  84. data/lib/pulpcore_client/api/importers_pulp_api.rb +3 -0
  85. data/lib/pulpcore_client/api/publications_api.rb +9 -6
  86. data/lib/pulpcore_client/api/remotes_api.rb +3 -0
  87. data/lib/pulpcore_client/api/repositories_api.rb +7 -4
  88. data/lib/pulpcore_client/api/repository_versions_api.rb +5 -2
  89. data/lib/pulpcore_client/api/roles_api.rb +3 -0
  90. data/lib/pulpcore_client/api/signing_services_api.rb +3 -0
  91. data/lib/pulpcore_client/api/task_schedules_api.rb +3 -0
  92. data/lib/pulpcore_client/api/tasks_api.rb +3 -0
  93. data/lib/pulpcore_client/api/uploads_api.rb +3 -0
  94. data/lib/pulpcore_client/api/upstream_pulps_api.rb +3 -0
  95. data/lib/pulpcore_client/api/users_api.rb +3 -0
  96. data/lib/pulpcore_client/api/users_roles_api.rb +3 -0
  97. data/lib/pulpcore_client/api/workers_api.rb +3 -0
  98. data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
  99. data/lib/pulpcore_client/models/artifact_distribution_response.rb +53 -43
  100. data/lib/pulpcore_client/models/artifact_response.rb +11 -1
  101. data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
  102. data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
  103. data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
  104. data/lib/pulpcore_client/models/distribution_response.rb +11 -1
  105. data/lib/pulpcore_client/models/domain_response.rb +11 -1
  106. data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
  107. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
  108. data/lib/pulpcore_client/models/group_response.rb +10 -1
  109. data/lib/pulpcore_client/models/group_role_response.rb +11 -1
  110. data/lib/pulpcore_client/models/group_user_response.rb +13 -4
  111. data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
  112. data/lib/pulpcore_client/models/import_response.rb +11 -1
  113. data/lib/pulpcore_client/models/minimal_task_response.rb +11 -1
  114. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
  115. data/lib/pulpcore_client/models/publication_response.rb +11 -1
  116. data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
  117. data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
  118. data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
  119. data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
  120. data/lib/pulpcore_client/models/remote_response.rb +11 -1
  121. data/lib/pulpcore_client/models/repository_response.rb +11 -1
  122. data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
  123. data/lib/pulpcore_client/models/role_response.rb +11 -1
  124. data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
  125. data/lib/pulpcore_client/models/task_group_response.rb +11 -1
  126. data/lib/pulpcore_client/models/task_response.rb +11 -1
  127. data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
  128. data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
  129. data/lib/pulpcore_client/models/upload_response.rb +11 -1
  130. data/lib/pulpcore_client/models/upstream_pulp_response.rb +11 -1
  131. data/lib/pulpcore_client/models/user_group_response.rb +13 -4
  132. data/lib/pulpcore_client/models/user_response.rb +10 -1
  133. data/lib/pulpcore_client/models/user_role_response.rb +11 -1
  134. data/lib/pulpcore_client/models/worker_response.rb +11 -1
  135. data/lib/pulpcore_client/version.rb +1 -1
  136. data/spec/api/access_policies_api_spec.rb +1 -0
  137. data/spec/api/artifacts_api_spec.rb +2 -1
  138. data/spec/api/content_api_spec.rb +4 -3
  139. data/spec/api/contentguards_api_spec.rb +1 -0
  140. data/spec/api/contentguards_composite_api_spec.rb +1 -0
  141. data/spec/api/contentguards_content_redirect_api_spec.rb +1 -0
  142. data/spec/api/contentguards_header_api_spec.rb +1 -0
  143. data/spec/api/contentguards_rbac_api_spec.rb +1 -0
  144. data/spec/api/distributions_api_spec.rb +1 -0
  145. data/spec/api/distributions_artifacts_api_spec.rb +1 -0
  146. data/spec/api/domains_api_spec.rb +1 -0
  147. data/spec/api/exporters_filesystem_api_spec.rb +1 -0
  148. data/spec/api/exporters_pulp_api_spec.rb +1 -0
  149. data/spec/api/groups_api_spec.rb +1 -0
  150. data/spec/api/groups_roles_api_spec.rb +1 -0
  151. data/spec/api/importers_pulp_api_spec.rb +1 -0
  152. data/spec/api/publications_api_spec.rb +4 -3
  153. data/spec/api/remotes_api_spec.rb +1 -0
  154. data/spec/api/repositories_api_spec.rb +3 -2
  155. data/spec/api/repository_versions_api_spec.rb +2 -1
  156. data/spec/api/roles_api_spec.rb +1 -0
  157. data/spec/api/signing_services_api_spec.rb +1 -0
  158. data/spec/api/task_schedules_api_spec.rb +1 -0
  159. data/spec/api/tasks_api_spec.rb +1 -0
  160. data/spec/api/uploads_api_spec.rb +1 -0
  161. data/spec/api/upstream_pulps_api_spec.rb +1 -0
  162. data/spec/api/users_api_spec.rb +1 -0
  163. data/spec/api/users_roles_api_spec.rb +1 -0
  164. data/spec/api/workers_api_spec.rb +1 -0
  165. data/spec/models/access_policy_response_spec.rb +6 -0
  166. data/spec/models/artifact_distribution_response_spec.rb +11 -5
  167. data/spec/models/artifact_response_spec.rb +6 -0
  168. data/spec/models/composite_content_guard_response_spec.rb +6 -0
  169. data/spec/models/content_guard_response_spec.rb +6 -0
  170. data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
  171. data/spec/models/distribution_response_spec.rb +6 -0
  172. data/spec/models/domain_response_spec.rb +6 -0
  173. data/spec/models/filesystem_export_response_spec.rb +6 -0
  174. data/spec/models/filesystem_exporter_response_spec.rb +6 -0
  175. data/spec/models/group_response_spec.rb +6 -0
  176. data/spec/models/group_role_response_spec.rb +6 -0
  177. data/spec/models/group_user_response_spec.rb +6 -0
  178. data/spec/models/header_content_guard_response_spec.rb +6 -0
  179. data/spec/models/import_response_spec.rb +6 -0
  180. data/spec/models/minimal_task_response_spec.rb +6 -0
  181. data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
  182. data/spec/models/publication_response_spec.rb +6 -0
  183. data/spec/models/pulp_export_response_spec.rb +6 -0
  184. data/spec/models/pulp_exporter_response_spec.rb +6 -0
  185. data/spec/models/pulp_importer_response_spec.rb +6 -0
  186. data/spec/models/rbac_content_guard_response_spec.rb +6 -0
  187. data/spec/models/remote_response_spec.rb +6 -0
  188. data/spec/models/repository_response_spec.rb +6 -0
  189. data/spec/models/repository_version_response_spec.rb +6 -0
  190. data/spec/models/role_response_spec.rb +6 -0
  191. data/spec/models/signing_service_response_spec.rb +6 -0
  192. data/spec/models/task_group_response_spec.rb +6 -0
  193. data/spec/models/task_response_spec.rb +6 -0
  194. data/spec/models/task_schedule_response_spec.rb +6 -0
  195. data/spec/models/upload_detail_response_spec.rb +6 -0
  196. data/spec/models/upload_response_spec.rb +6 -0
  197. data/spec/models/upstream_pulp_response_spec.rb +6 -0
  198. data/spec/models/user_group_response_spec.rb +6 -0
  199. data/spec/models/user_response_spec.rb +6 -0
  200. data/spec/models/user_role_response_spec.rb +6 -0
  201. data/spec/models/worker_response_spec.rb +6 -0
  202. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88f5b31fa8396c471b8816972c252c8b711222e2615fe1ecc93a78b761cc0cec
4
- data.tar.gz: 83c35a338ced3e520923a593db523350e527498a444eede79e031d13182d5eed
3
+ metadata.gz: ffb7a614d2b00fa091b10e89dd9415cedc696f4bc12aaf2aeaec156b2159d568
4
+ data.tar.gz: 045f0e4706326df551a104743647ea4025e3b83db5baf452448d1b439d76f06a
5
5
  SHA512:
6
- metadata.gz: 7ee11f2846f243735860d2ff47f37cfd481bc2fd8c74651ecce75f2ed7aa6a3b7efb7302a8f43fc1336547037ed6aa84de53451d665379e3e9632fd7324f831c
7
- data.tar.gz: 84d0fdf6b6a3f3350940516ca8d193df220db15b5e94ec1dc1d038233f3079533c9e1da1a943cda41565f4d40670ac4e3b625ade252187e3d7509783da1914bc
6
+ metadata.gz: e0b4314b7b90a37646f55c41aeb9be95bb5437e0492a4b2a6aae14f9852cc1929abfafe009700990dc8a756ace1fb09e87f9be7e6f20586f6ff8eab745aa60b8
7
+ data.tar.gz: 7ee5ab31b710c2645770fd27f43d4ac7469148c9a2b7a1c4f6c4edcdeccd72db0e8a9bb5a82add5767fdb55e9c796b07c75f7dea3ca1c822b5bbaebd61086b4f
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.62.0
10
+ - Package version: 3.63.0
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 pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.62.0.gem
27
+ gem install ./pulpcore_client-3.63.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.62.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.63.0.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 'pulpcore_client', '~> 3.62.0'
36
+ gem 'pulpcore_client', '~> 3.63.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -70,6 +70,7 @@ opts = {
70
70
  limit: 56, # Integer | Number of results to return per page.
71
71
  offset: 56, # Integer | The initial index from which to return the results.
72
72
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `creation_hooks` - Creation hooks * `-creation_hooks` - Creation hooks (descending) * `statements` - Statements * `-statements` - Statements (descending) * `viewset_name` - Viewset name * `-viewset_name` - Viewset name (descending) * `customized` - Customized * `-customized` - Customized (descending) * `queryset_scoping` - Queryset scoping * `-queryset_scoping` - Queryset scoping (descending) * `pk` - Pk * `-pk` - Pk (descending)
73
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
73
74
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
74
75
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
75
76
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -38,6 +38,7 @@ opts = {
38
38
  limit: 56, # Integer | Number of results to return per page.
39
39
  offset: 56, # Integer | The initial index from which to return the results.
40
40
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `creation_hooks` - Creation hooks * `-creation_hooks` - Creation hooks (descending) * `statements` - Statements * `-statements` - Statements (descending) * `viewset_name` - Viewset name * `-viewset_name` - Viewset name (descending) * `customized` - Customized * `-customized` - Customized (descending) * `queryset_scoping` - Queryset scoping * `-queryset_scoping` - Queryset scoping (descending) * `pk` - Pk * `-pk` - Pk (descending)
41
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
41
42
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
42
43
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
43
44
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -72,6 +73,7 @@ Name | Type | Description | Notes
72
73
  **limit** | **Integer**| Number of results to return per page. | [optional]
73
74
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
74
75
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;creation_hooks&#x60; - Creation hooks * &#x60;-creation_hooks&#x60; - Creation hooks (descending) * &#x60;statements&#x60; - Statements * &#x60;-statements&#x60; - Statements (descending) * &#x60;viewset_name&#x60; - Viewset name * &#x60;-viewset_name&#x60; - Viewset name (descending) * &#x60;customized&#x60; - Customized * &#x60;-customized&#x60; - Customized (descending) * &#x60;queryset_scoping&#x60; - Queryset scoping * &#x60;-queryset_scoping&#x60; - Queryset scoping (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
76
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
75
77
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
76
78
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
77
79
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **permissions_assignment** | **Array&lt;Object&gt;** | List of callables that define the new permissions to be created for new objects.This is deprecated. Use &#x60;creation_hooks&#x60; instead. | [optional]
@@ -20,6 +21,7 @@ Name | Type | Description | Notes
20
21
  require 'PulpcoreClient'
21
22
 
22
23
  instance = PulpcoreClient::AccessPolicyResponse.new(pulp_href: null,
24
+ prn: null,
23
25
  pulp_created: null,
24
26
  pulp_last_updated: null,
25
27
  permissions_assignment: null,
@@ -5,15 +5,16 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
- **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to &#x60;null&#x60;, no guarantee is provided about content changes. | [optional] [readonly]
9
- **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
10
- **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
11
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
8
  **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;) |
9
+ **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
10
+ **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
12
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
13
+ **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to &#x60;null&#x60;, no guarantee is provided about content changes. | [optional] [readonly]
13
14
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
14
15
  **pulp_href** | **String** | | [optional] [readonly]
15
16
  **content_guard** | **String** | An optional content-guard. | [optional]
16
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
17
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
17
18
 
18
19
  ## Code Sample
19
20
 
@@ -21,15 +22,16 @@ Name | Type | Description | Notes
21
22
  require 'PulpcoreClient'
22
23
 
23
24
  instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_labels: null,
24
- no_content_change_since: null,
25
- base_url: null,
26
- name: null,
27
- pulp_created: null,
28
25
  base_path: null,
26
+ name: null,
27
+ base_url: null,
28
+ hidden: null,
29
+ prn: null,
30
+ no_content_change_since: null,
29
31
  pulp_last_updated: null,
30
32
  pulp_href: null,
31
33
  content_guard: null,
32
- hidden: null)
34
+ pulp_created: null)
33
35
  ```
34
36
 
35
37
 
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **file** | **String** | The stored file. |
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
22
23
  require 'PulpcoreClient'
23
24
 
24
25
  instance = PulpcoreClient::ArtifactResponse.new(pulp_href: null,
26
+ prn: null,
25
27
  pulp_created: null,
26
28
  pulp_last_updated: null,
27
29
  file: null,
data/docs/ArtifactsApi.md CHANGED
@@ -159,10 +159,11 @@ opts = {
159
159
  offset: 56, # Integer | The initial index from which to return the results.
160
160
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `file` - File * `-file` - File (descending) * `size` - Size * `-size` - Size (descending) * `md5` - Md5 * `-md5` - Md5 (descending) * `sha1` - Sha1 * `-sha1` - Sha1 (descending) * `sha224` - Sha224 * `-sha224` - Sha224 (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `sha384` - Sha384 * `-sha384` - Sha384 (descending) * `sha512` - Sha512 * `-sha512` - Sha512 (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
161
161
  orphaned_for: 3.4, # Float | Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
162
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
162
163
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
163
164
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
164
165
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
165
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
166
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
166
167
  sha1: 'sha1_example', # String | Filter results where sha1 matches value
167
168
  sha224: 'sha224_example', # String | Filter results where sha224 matches value
168
169
  sha256: 'sha256_example', # String | Filter results where sha256 matches value
@@ -191,10 +192,11 @@ Name | Type | Description | Notes
191
192
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
192
193
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;file&#x60; - File * &#x60;-file&#x60; - File (descending) * &#x60;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;md5&#x60; - Md5 * &#x60;-md5&#x60; - Md5 (descending) * &#x60;sha1&#x60; - Sha1 * &#x60;-sha1&#x60; - Sha1 (descending) * &#x60;sha224&#x60; - Sha224 * &#x60;-sha224&#x60; - Sha224 (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;sha384&#x60; - Sha384 * &#x60;-sha384&#x60; - Sha384 (descending) * &#x60;sha512&#x60; - Sha512 * &#x60;-sha512&#x60; - Sha512 (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
193
194
  **orphaned_for** | **Float**| Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
195
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
194
196
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
195
197
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
196
198
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
197
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
199
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
198
200
  **sha1** | **String**| Filter results where sha1 matches value | [optional]
199
201
  **sha224** | **String**| Filter results where sha224 matches value | [optional]
200
202
  **sha256** | **String**| Filter results where sha256 matches value | [optional]
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **name** | **String** | The unique name. |
@@ -17,6 +18,7 @@ Name | Type | Description | Notes
17
18
  require 'PulpcoreClient'
18
19
 
19
20
  instance = PulpcoreClient::CompositeContentGuardResponse.new(pulp_href: null,
21
+ prn: null,
20
22
  pulp_created: null,
21
23
  pulp_last_updated: null,
22
24
  name: null,
data/docs/ContentApi.md CHANGED
@@ -34,14 +34,15 @@ opts = {
34
34
  offset: 56, # Integer | The initial index from which to return the results.
35
35
  ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
36
36
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
37
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
37
38
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
38
39
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
39
40
  pulp_type: 'pulp_type_example', # String | Pulp type * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
40
41
  pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
41
42
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
42
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
43
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
44
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
43
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
44
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
45
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
45
46
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
46
47
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
47
48
  }
@@ -64,14 +65,15 @@ Name | Type | Description | Notes
64
65
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
65
66
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
66
67
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
68
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
67
69
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
68
70
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
69
71
  **pulp_type** | **String**| Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file | [optional]
70
72
  **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file | [optional]
71
73
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
72
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
73
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
74
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
74
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
75
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
76
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
75
77
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
76
78
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
77
79
 
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **name** | **String** | The unique name. |
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpcoreClient'
17
18
 
18
19
  instance = PulpcoreClient::ContentGuardResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  name: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **name** | **String** | The unique name. |
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpcoreClient'
17
18
 
18
19
  instance = PulpcoreClient::ContentRedirectContentGuardResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  name: null,
@@ -42,6 +42,7 @@ opts = {
42
42
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
43
43
  offset: 56, # Integer | The initial index from which to return the results.
44
44
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
45
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
45
46
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
46
47
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
47
48
  pulp_type: 'pulp_type_example', # String | Pulp type * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `core.header` - core.header * `core.composite` - core.composite * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509
@@ -77,6 +78,7 @@ Name | Type | Description | Notes
77
78
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
78
79
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
79
80
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
81
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
80
82
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
81
83
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
82
84
  **pulp_type** | **String**| Pulp type * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;core.header&#x60; - core.header * &#x60;core.composite&#x60; - core.composite * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509 | [optional]
@@ -211,6 +211,7 @@ opts = {
211
211
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
212
212
  offset: 56, # Integer | The initial index from which to return the results.
213
213
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
214
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
214
215
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
215
216
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
216
217
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -244,6 +245,7 @@ Name | Type | Description | Notes
244
245
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
245
246
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
246
247
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
248
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
247
249
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
248
250
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
249
251
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -211,6 +211,7 @@ opts = {
211
211
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
212
212
  offset: 56, # Integer | The initial index from which to return the results.
213
213
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
214
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
214
215
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
215
216
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
216
217
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -244,6 +245,7 @@ Name | Type | Description | Notes
244
245
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
245
246
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
246
247
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
248
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
247
249
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
248
250
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
249
251
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -211,6 +211,7 @@ opts = {
211
211
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
212
212
  offset: 56, # Integer | The initial index from which to return the results.
213
213
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
214
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
214
215
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
215
216
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
216
217
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -244,6 +245,7 @@ Name | Type | Description | Notes
244
245
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
245
246
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
246
247
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
248
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
247
249
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
248
250
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
249
251
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -211,6 +211,7 @@ opts = {
211
211
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
212
212
  offset: 56, # Integer | The initial index from which to return the results.
213
213
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
214
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
214
215
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
215
216
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
216
217
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -244,6 +245,7 @@ Name | Type | Description | Notes
244
245
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
245
246
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
246
247
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
248
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
247
249
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
248
250
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
249
251
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **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;) |
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
22
23
  require 'PulpcoreClient'
23
24
 
24
25
  instance = PulpcoreClient::DistributionResponse.new(pulp_href: null,
26
+ prn: null,
25
27
  pulp_created: null,
26
28
  pulp_last_updated: null,
27
29
  base_path: null,
@@ -46,6 +46,7 @@ opts = {
46
46
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
47
47
  offset: 56, # Integer | The initial index from which to return the results.
48
48
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
49
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
49
50
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
50
51
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
51
52
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
@@ -89,6 +90,7 @@ Name | Type | Description | Notes
89
90
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
90
91
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
91
92
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
93
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
92
94
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
93
95
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
94
96
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
@@ -47,6 +47,7 @@ opts = {
47
47
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
48
48
  offset: 56, # Integer | The initial index from which to return the results.
49
49
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
50
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
50
51
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
51
52
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
52
53
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
@@ -88,6 +89,7 @@ Name | Type | Description | Notes
88
89
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
89
90
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
90
91
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
92
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
91
93
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
92
94
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
93
95
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **name** | **String** | A name for this domain. |
@@ -20,6 +21,7 @@ Name | Type | Description | Notes
20
21
  require 'PulpcoreClient'
21
22
 
22
23
  instance = PulpcoreClient::DomainResponse.new(pulp_href: null,
24
+ prn: null,
23
25
  pulp_created: null,
24
26
  pulp_last_updated: null,
25
27
  name: null,
data/docs/DomainsApi.md CHANGED
@@ -154,6 +154,7 @@ opts = {
154
154
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
155
155
  offset: 56, # Integer | The initial index from which to return the results.
156
156
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `storage_class` - Storage class * `-storage_class` - Storage class (descending) * `storage_settings` - Storage settings * `-storage_settings` - Storage settings (descending) * `redirect_to_object_storage` - Redirect to object storage * `-redirect_to_object_storage` - Redirect to object storage (descending) * `hide_guarded_distributions` - Hide guarded distributions * `-hide_guarded_distributions` - Hide guarded distributions (descending) * `pk` - Pk * `-pk` - Pk (descending)
157
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
157
158
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
158
159
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
159
160
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -187,6 +188,7 @@ Name | Type | Description | Notes
187
188
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
188
189
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
189
190
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;storage_class&#x60; - Storage class * &#x60;-storage_class&#x60; - Storage class (descending) * &#x60;storage_settings&#x60; - Storage settings * &#x60;-storage_settings&#x60; - Storage settings (descending) * &#x60;redirect_to_object_storage&#x60; - Redirect to object storage * &#x60;-redirect_to_object_storage&#x60; - Redirect to object storage (descending) * &#x60;hide_guarded_distributions&#x60; - Hide guarded distributions * &#x60;-hide_guarded_distributions&#x60; - Hide guarded distributions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
191
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
190
192
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
191
193
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
192
194
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -153,6 +153,7 @@ opts = {
153
153
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
154
154
  offset: 56, # Integer | The initial index from which to return the results.
155
155
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `path` - Path * `-path` - Path (descending) * `method` - Method * `-method` - Method (descending) * `pk` - Pk * `-pk` - Pk (descending)
156
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
156
157
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
157
158
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
158
159
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -186,6 +187,7 @@ Name | Type | Description | Notes
186
187
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
187
188
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
188
189
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;method&#x60; - Method * &#x60;-method&#x60; - Method (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
190
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
189
191
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
190
192
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
191
193
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -153,6 +153,7 @@ opts = {
153
153
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
154
154
  offset: 56, # Integer | The initial index from which to return the results.
155
155
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `path` - Path * `-path` - Path (descending) * `pk` - Pk * `-pk` - Pk (descending)
156
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
156
157
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
157
158
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
158
159
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -186,6 +187,7 @@ Name | Type | Description | Notes
186
187
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
187
188
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
188
189
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
190
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
189
191
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
190
192
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
191
193
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **task** | **String** | A URI of the task that ran the Export. | [optional]
@@ -17,6 +18,7 @@ Name | Type | Description | Notes
17
18
  require 'PulpcoreClient'
18
19
 
19
20
  instance = PulpcoreClient::FilesystemExportResponse.new(pulp_href: null,
21
+ prn: null,
20
22
  pulp_created: null,
21
23
  pulp_last_updated: null,
22
24
  task: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **name** | **String** | Unique name of the file system exporter. |
@@ -17,6 +18,7 @@ Name | Type | Description | Notes
17
18
  require 'PulpcoreClient'
18
19
 
19
20
  instance = PulpcoreClient::FilesystemExporterResponse.new(pulp_href: null,
21
+ prn: null,
20
22
  pulp_created: null,
21
23
  pulp_last_updated: null,
22
24
  name: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | Name |
8
8
  **pulp_href** | **String** | | [optional] [readonly]
9
+ **prn** | **String** | | [optional] [readonly]
9
10
  **id** | **Integer** | | [optional] [readonly]
10
11
 
11
12
  ## Code Sample
@@ -15,6 +16,7 @@ require 'PulpcoreClient'
15
16
 
16
17
  instance = PulpcoreClient::GroupResponse.new(name: null,
17
18
  pulp_href: null,
19
+ prn: null,
18
20
  id: null)
19
21
  ```
20
22
 
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **role** | **String** | |
@@ -19,6 +20,7 @@ Name | Type | Description | Notes
19
20
  require 'PulpcoreClient'
20
21
 
21
22
  instance = PulpcoreClient::GroupRoleResponse.new(pulp_href: null,
23
+ prn: null,
22
24
  pulp_created: null,
23
25
  pulp_last_updated: null,
24
26
  role: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **username** | **String** | Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. |
8
8
  **pulp_href** | **String** | | [optional] [readonly]
9
+ **prn** | **String** | | [optional] [readonly]
9
10
 
10
11
  ## Code Sample
11
12
 
@@ -13,7 +14,8 @@ Name | Type | Description | Notes
13
14
  require 'PulpcoreClient'
14
15
 
15
16
  instance = PulpcoreClient::GroupUserResponse.new(username: null,
16
- pulp_href: null)
17
+ pulp_href: null,
18
+ prn: null)
17
19
  ```
18
20
 
19
21
 
data/docs/GroupsApi.md CHANGED
@@ -209,6 +209,7 @@ opts = {
209
209
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
210
210
  offset: 56, # Integer | The initial index from which to return the results.
211
211
  ordering: ['ordering_example'], # Array<String> | Ordering * `id` - Id * `-id` - Id (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
212
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
212
213
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
213
214
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
214
215
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -240,6 +241,7 @@ Name | Type | Description | Notes
240
241
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
241
242
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
242
243
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
244
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
243
245
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
244
246
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
245
247
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]