pulpcore_client 3.49.3 → 3.50.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ArtifactDistributionResponse.md +11 -11
  4. data/docs/PaginatedAccessPolicyResponseList.md +2 -2
  5. data/docs/PaginatedArtifactDistributionResponseList.md +2 -2
  6. data/docs/PaginatedArtifactResponseList.md +2 -2
  7. data/docs/PaginatedCompositeContentGuardResponseList.md +2 -2
  8. data/docs/PaginatedContentGuardResponseList.md +2 -2
  9. data/docs/PaginatedContentRedirectContentGuardResponseList.md +2 -2
  10. data/docs/PaginatedDistributionResponseList.md +2 -2
  11. data/docs/PaginatedDomainResponseList.md +2 -2
  12. data/docs/PaginatedFilesystemExportResponseList.md +2 -2
  13. data/docs/PaginatedFilesystemExporterResponseList.md +2 -2
  14. data/docs/PaginatedGroupResponseList.md +2 -2
  15. data/docs/PaginatedGroupRoleResponseList.md +2 -2
  16. data/docs/PaginatedGroupUserResponseList.md +2 -2
  17. data/docs/PaginatedHeaderContentGuardResponseList.md +2 -2
  18. data/docs/PaginatedImportResponseList.md +2 -2
  19. data/docs/PaginatedMultipleArtifactContentResponseList.md +2 -2
  20. data/docs/PaginatedPublicationResponseList.md +2 -2
  21. data/docs/PaginatedPulpExportResponseList.md +2 -2
  22. data/docs/PaginatedPulpExporterResponseList.md +2 -2
  23. data/docs/PaginatedPulpImporterResponseList.md +2 -2
  24. data/docs/PaginatedRBACContentGuardResponseList.md +2 -2
  25. data/docs/PaginatedRemoteResponseList.md +2 -2
  26. data/docs/PaginatedRepositoryResponseList.md +2 -2
  27. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  28. data/docs/PaginatedRoleResponseList.md +2 -2
  29. data/docs/PaginatedSigningServiceResponseList.md +2 -2
  30. data/docs/PaginatedTaskGroupResponseList.md +2 -2
  31. data/docs/PaginatedTaskResponseList.md +2 -2
  32. data/docs/PaginatedTaskScheduleResponseList.md +2 -2
  33. data/docs/PaginatedUploadResponseList.md +2 -2
  34. data/docs/PaginatedUpstreamPulpResponseList.md +2 -2
  35. data/docs/PaginatedUserResponseList.md +2 -2
  36. data/docs/PaginatedUserRoleResponseList.md +2 -2
  37. data/docs/PaginatedWorkerResponseList.md +2 -2
  38. data/docs/TasksApi.md +2 -2
  39. data/lib/pulpcore_client/api/tasks_api.rb +2 -2
  40. data/lib/pulpcore_client/models/artifact_distribution_response.rb +50 -50
  41. data/lib/pulpcore_client/models/paginated_access_policy_response_list.rb +10 -0
  42. data/lib/pulpcore_client/models/paginated_artifact_distribution_response_list.rb +10 -0
  43. data/lib/pulpcore_client/models/paginated_artifact_response_list.rb +10 -0
  44. data/lib/pulpcore_client/models/paginated_composite_content_guard_response_list.rb +10 -0
  45. data/lib/pulpcore_client/models/paginated_content_guard_response_list.rb +10 -0
  46. data/lib/pulpcore_client/models/paginated_content_redirect_content_guard_response_list.rb +10 -0
  47. data/lib/pulpcore_client/models/paginated_distribution_response_list.rb +10 -0
  48. data/lib/pulpcore_client/models/paginated_domain_response_list.rb +10 -0
  49. data/lib/pulpcore_client/models/paginated_filesystem_export_response_list.rb +10 -0
  50. data/lib/pulpcore_client/models/paginated_filesystem_exporter_response_list.rb +10 -0
  51. data/lib/pulpcore_client/models/paginated_group_response_list.rb +10 -0
  52. data/lib/pulpcore_client/models/paginated_group_role_response_list.rb +10 -0
  53. data/lib/pulpcore_client/models/paginated_group_user_response_list.rb +10 -0
  54. data/lib/pulpcore_client/models/paginated_header_content_guard_response_list.rb +10 -0
  55. data/lib/pulpcore_client/models/paginated_import_response_list.rb +10 -0
  56. data/lib/pulpcore_client/models/paginated_multiple_artifact_content_response_list.rb +10 -0
  57. data/lib/pulpcore_client/models/paginated_publication_response_list.rb +10 -0
  58. data/lib/pulpcore_client/models/paginated_pulp_export_response_list.rb +10 -0
  59. data/lib/pulpcore_client/models/paginated_pulp_exporter_response_list.rb +10 -0
  60. data/lib/pulpcore_client/models/paginated_pulp_importer_response_list.rb +10 -0
  61. data/lib/pulpcore_client/models/paginated_rbac_content_guard_response_list.rb +10 -0
  62. data/lib/pulpcore_client/models/paginated_remote_response_list.rb +10 -0
  63. data/lib/pulpcore_client/models/paginated_repository_response_list.rb +10 -0
  64. data/lib/pulpcore_client/models/paginated_repository_version_response_list.rb +10 -0
  65. data/lib/pulpcore_client/models/paginated_role_response_list.rb +10 -0
  66. data/lib/pulpcore_client/models/paginated_signing_service_response_list.rb +10 -0
  67. data/lib/pulpcore_client/models/paginated_task_group_response_list.rb +10 -0
  68. data/lib/pulpcore_client/models/paginated_task_response_list.rb +10 -0
  69. data/lib/pulpcore_client/models/paginated_task_schedule_response_list.rb +10 -0
  70. data/lib/pulpcore_client/models/paginated_upload_response_list.rb +10 -0
  71. data/lib/pulpcore_client/models/paginated_upstream_pulp_response_list.rb +10 -0
  72. data/lib/pulpcore_client/models/paginated_user_response_list.rb +10 -0
  73. data/lib/pulpcore_client/models/paginated_user_role_response_list.rb +10 -0
  74. data/lib/pulpcore_client/models/paginated_worker_response_list.rb +10 -0
  75. data/lib/pulpcore_client/version.rb +1 -1
  76. data/spec/api/tasks_api_spec.rb +1 -1
  77. data/spec/models/artifact_distribution_response_spec.rb +9 -9
  78. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 412e523d5caf9209c1cc2ba43139c336c9c75a3bbb7810b1c6aeb4ecd76445f8
4
- data.tar.gz: ee06335d52a15b459df345a18e45d1da9bfa8bd23f40ac266f77a9276fcf3e07
3
+ metadata.gz: 1bf78a3433ee9299c0e939b686d9d4ca6463efc0e3c055e4faee42cd677c7e83
4
+ data.tar.gz: f3deb817aeda6d58209cb0afdb9ba6df64b484e63fc11e30633ae6425a96b895
5
5
  SHA512:
6
- metadata.gz: f1789017d84b053b707ec29b19f17405cf3f77d421e95365716ae9e52c99ff51ca5ec72570b1aed84f0862b0b66604307b9ebee2e429d1b5791e91338c177f5b
7
- data.tar.gz: 6a681bc5f8d53dd0bee51aa52024b73c4b2e1983b28b94bc94666de2bb6e0403a62f7ab17c48a1787770ba34d86cb7526d891c32e2304399421fbece58a5f91f
6
+ metadata.gz: 2d2e8d594fd4446e25f3dee256387d55819192f7a6fbf1794f6975c0467bf09919eefa0ed5c3677728ebf6f666c921cf05b299a119256606f48c4c532396f311
7
+ data.tar.gz: 3ddaf5e89d7491967e39b07a74e4154fb8256ce8c7dd16b96044f98062f22e1666f9c7d3a8e402121b78fd5d947e779049981936578d1f178cf7f365132062ba
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.49.3
10
+ - Package version: 3.50.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.49.3.gem
27
+ gem install ./pulpcore_client-3.50.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.49.3.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.50.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.49.3'
36
+ gem 'pulpcore_client', '~> 3.50.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,30 +4,30 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
7
+ **pulp_href** | **String** | | [optional] [readonly]
10
8
  **content_guard** | **String** | An optional content-guard. | [optional]
9
+ **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
10
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
12
13
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
14
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
15
  **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
- **pulp_href** | **String** | | [optional] [readonly]
15
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
16
16
 
17
17
  ## Code Sample
18
18
 
19
19
  ```ruby
20
20
  require 'PulpcoreClient'
21
21
 
22
- instance = PulpcoreClient::ArtifactDistributionResponse.new(base_url: null,
23
- pulp_created: null,
24
- name: null,
22
+ instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_href: null,
25
23
  content_guard: null,
24
+ base_url: null,
26
25
  pulp_labels: null,
26
+ name: null,
27
+ hidden: null,
27
28
  base_path: null,
28
- pulp_last_updated: null,
29
- pulp_href: null,
30
- hidden: null)
29
+ pulp_created: null,
30
+ pulp_last_updated: null)
31
31
  ```
32
32
 
33
33
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AccessPolicyResponse>**](AccessPolicyResponse.md) | | [optional]
10
+ **results** | [**Array<AccessPolicyResponse>**](AccessPolicyResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<ArtifactDistributionResponse>**](ArtifactDistributionResponse.md) | | [optional]
10
+ **results** | [**Array<ArtifactDistributionResponse>**](ArtifactDistributionResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<ArtifactResponse>**](ArtifactResponse.md) | | [optional]
10
+ **results** | [**Array<ArtifactResponse>**](ArtifactResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<CompositeContentGuardResponse>**](CompositeContentGuardResponse.md) | | [optional]
10
+ **results** | [**Array<CompositeContentGuardResponse>**](CompositeContentGuardResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<ContentGuardResponse>**](ContentGuardResponse.md) | | [optional]
10
+ **results** | [**Array<ContentGuardResponse>**](ContentGuardResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<ContentRedirectContentGuardResponse>**](ContentRedirectContentGuardResponse.md) | | [optional]
10
+ **results** | [**Array<ContentRedirectContentGuardResponse>**](ContentRedirectContentGuardResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DistributionResponse>**](DistributionResponse.md) | | [optional]
10
+ **results** | [**Array<DistributionResponse>**](DistributionResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DomainResponse>**](DomainResponse.md) | | [optional]
10
+ **results** | [**Array<DomainResponse>**](DomainResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<FilesystemExportResponse>**](FilesystemExportResponse.md) | | [optional]
10
+ **results** | [**Array<FilesystemExportResponse>**](FilesystemExportResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<FilesystemExporterResponse>**](FilesystemExporterResponse.md) | | [optional]
10
+ **results** | [**Array<FilesystemExporterResponse>**](FilesystemExporterResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GroupResponse>**](GroupResponse.md) | | [optional]
10
+ **results** | [**Array<GroupResponse>**](GroupResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GroupRoleResponse>**](GroupRoleResponse.md) | | [optional]
10
+ **results** | [**Array<GroupRoleResponse>**](GroupRoleResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GroupUserResponse>**](GroupUserResponse.md) | | [optional]
10
+ **results** | [**Array<GroupUserResponse>**](GroupUserResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<HeaderContentGuardResponse>**](HeaderContentGuardResponse.md) | | [optional]
10
+ **results** | [**Array<HeaderContentGuardResponse>**](HeaderContentGuardResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<ImportResponse>**](ImportResponse.md) | | [optional]
10
+ **results** | [**Array<ImportResponse>**](ImportResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<MultipleArtifactContentResponse>**](MultipleArtifactContentResponse.md) | | [optional]
10
+ **results** | [**Array<MultipleArtifactContentResponse>**](MultipleArtifactContentResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<PublicationResponse>**](PublicationResponse.md) | | [optional]
10
+ **results** | [**Array<PublicationResponse>**](PublicationResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<PulpExportResponse>**](PulpExportResponse.md) | | [optional]
10
+ **results** | [**Array<PulpExportResponse>**](PulpExportResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<PulpExporterResponse>**](PulpExporterResponse.md) | | [optional]
10
+ **results** | [**Array<PulpExporterResponse>**](PulpExporterResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<PulpImporterResponse>**](PulpImporterResponse.md) | | [optional]
10
+ **results** | [**Array<PulpImporterResponse>**](PulpImporterResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RBACContentGuardResponse>**](RBACContentGuardResponse.md) | | [optional]
10
+ **results** | [**Array<RBACContentGuardResponse>**](RBACContentGuardResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RemoteResponse>**](RemoteResponse.md) | | [optional]
10
+ **results** | [**Array<RemoteResponse>**](RemoteResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RepositoryResponse>**](RepositoryResponse.md) | | [optional]
10
+ **results** | [**Array<RepositoryResponse>**](RepositoryResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | | [optional]
10
+ **results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RoleResponse>**](RoleResponse.md) | | [optional]
10
+ **results** | [**Array<RoleResponse>**](RoleResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<SigningServiceResponse>**](SigningServiceResponse.md) | | [optional]
10
+ **results** | [**Array<SigningServiceResponse>**](SigningServiceResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<TaskGroupResponse>**](TaskGroupResponse.md) | | [optional]
10
+ **results** | [**Array<TaskGroupResponse>**](TaskGroupResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<TaskResponse>**](TaskResponse.md) | | [optional]
10
+ **results** | [**Array<TaskResponse>**](TaskResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<TaskScheduleResponse>**](TaskScheduleResponse.md) | | [optional]
10
+ **results** | [**Array<TaskScheduleResponse>**](TaskScheduleResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<UploadResponse>**](UploadResponse.md) | | [optional]
10
+ **results** | [**Array<UploadResponse>**](UploadResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<UpstreamPulpResponse>**](UpstreamPulpResponse.md) | | [optional]
10
+ **results** | [**Array<UpstreamPulpResponse>**](UpstreamPulpResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<UserResponse>**](UserResponse.md) | | [optional]
10
+ **results** | [**Array<UserResponse>**](UserResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<UserRoleResponse>**](UserRoleResponse.md) | | [optional]
10
+ **results** | [**Array<UserRoleResponse>**](UserRoleResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<WorkerResponse>**](WorkerResponse.md) | | [optional]
10
+ **results** | [**Array<WorkerResponse>**](WorkerResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
data/docs/TasksApi.md CHANGED
@@ -170,7 +170,7 @@ opts = {
170
170
  q: 'q_example', # String |
171
171
  reserved_resources: 'reserved_resources_example', # String |
172
172
  reserved_resources__in: ['reserved_resources__in_example'], # Array<String> | Multiple values may be separated by commas.
173
- reserved_resources_record: ['reserved_resources_record_example'], # Array<String> |
173
+ reserved_resources_record: ['reserved_resources_record_example'], # Array<String> | Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead.
174
174
  shared_resources: 'shared_resources_example', # String |
175
175
  shared_resources__in: ['shared_resources__in_example'], # Array<String> | Multiple values may be separated by commas.
176
176
  started_at: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where started_at matches value
@@ -229,7 +229,7 @@ Name | Type | Description | Notes
229
229
  **q** | **String**| | [optional]
230
230
  **reserved_resources** | **String**| | [optional]
231
231
  **reserved_resources__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
232
- **reserved_resources_record** | [**Array&lt;String&gt;**](String.md)| | [optional]
232
+ **reserved_resources_record** | [**Array&lt;String&gt;**](String.md)| Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead. | [optional]
233
233
  **shared_resources** | **String**| | [optional]
234
234
  **shared_resources__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
235
235
  **started_at** | **DateTime**| Filter results where started_at matches value | [optional]
@@ -177,7 +177,7 @@ module PulpcoreClient
177
177
  # @option opts [String] :q
178
178
  # @option opts [String] :reserved_resources
179
179
  # @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
180
- # @option opts [Array<String>] :reserved_resources_record
180
+ # @option opts [Array<String>] :reserved_resources_record Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead.
181
181
  # @option opts [String] :shared_resources
182
182
  # @option opts [Array<String>] :shared_resources__in Multiple values may be separated by commas.
183
183
  # @option opts [DateTime] :started_at Filter results where started_at matches value
@@ -229,7 +229,7 @@ module PulpcoreClient
229
229
  # @option opts [String] :q
230
230
  # @option opts [String] :reserved_resources
231
231
  # @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
232
- # @option opts [Array<String>] :reserved_resources_record
232
+ # @option opts [Array<String>] :reserved_resources_record Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead.
233
233
  # @option opts [String] :shared_resources
234
234
  # @option opts [Array<String>] :shared_resources__in Multiple values may be separated by commas.
235
235
  # @option opts [DateTime] :started_at Filter results where started_at matches value