pulp_deb_client 3.5.0 → 3.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +37 -9
- data/docs/AptRepositorySyncURL.md +12 -11
- data/docs/AsyncOperationResponse.md +8 -7
- data/docs/ContentGenericContentsApi.md +264 -64
- data/docs/ContentInstallerFileIndicesApi.md +259 -61
- data/docs/ContentInstallerPackagesApi.md +280 -80
- data/docs/ContentPackageIndicesApi.md +259 -61
- data/docs/ContentPackageReleaseComponentsApi.md +259 -61
- data/docs/ContentPackagesApi.md +294 -94
- data/docs/ContentReleaseArchitecturesApi.md +257 -59
- data/docs/ContentReleaseComponentsApi.md +258 -60
- data/docs/ContentReleaseFilesApi.md +259 -61
- data/docs/ContentReleasesApi.md +262 -64
- data/docs/ContentSourceIndicesApi.md +258 -60
- data/docs/ContentSourcePackagesApi.md +285 -87
- data/docs/ContentSourceReleaseComponentsApi.md +259 -61
- data/docs/ContentSummaryResponse.md +12 -11
- data/docs/Copy.md +12 -11
- data/docs/DebAptDistribution.md +20 -19
- data/docs/DebAptDistributionResponse.md +32 -31
- data/docs/DebAptPublication.md +18 -17
- data/docs/DebAptPublicationResponse.md +26 -25
- data/docs/DebAptRemote.md +64 -63
- data/docs/DebAptRemoteResponse.md +64 -63
- data/docs/DebAptRemoteResponseHiddenFieldsInner.md +20 -0
- data/docs/DebAptRepository.md +22 -21
- data/docs/DebAptRepositoryResponse.md +34 -33
- data/docs/DebCopyApi.md +30 -14
- data/docs/DebGenericContentResponse.md +32 -29
- data/docs/DebInstallerFileIndex.md +18 -15
- data/docs/DebInstallerFileIndexResponse.md +24 -21
- data/docs/DebInstallerPackageResponse.md +90 -87
- data/docs/DebPackageIndex.md +18 -15
- data/docs/DebPackageIndexResponse.md +24 -21
- data/docs/DebPackageReleaseComponent.md +14 -11
- data/docs/DebPackageReleaseComponentResponse.md +20 -17
- data/docs/DebPackageResponse.md +94 -91
- data/docs/DebRelease.md +28 -25
- data/docs/DebReleaseArchitecture.md +14 -11
- data/docs/DebReleaseArchitectureResponse.md +20 -17
- data/docs/DebReleaseComponent.md +14 -11
- data/docs/DebReleaseComponentResponse.md +22 -19
- data/docs/DebReleaseFile.md +20 -17
- data/docs/DebReleaseFileResponse.md +26 -23
- data/docs/DebReleaseResponse.md +34 -31
- data/docs/DebSourceIndex.md +18 -15
- data/docs/DebSourceIndexResponse.md +24 -21
- data/docs/DebSourcePackage.md +14 -11
- data/docs/DebSourcePackageReleaseComponent.md +14 -11
- data/docs/DebSourcePackageReleaseComponentResponse.md +20 -17
- data/docs/DebSourcePackageResponse.md +76 -73
- data/docs/DebVerbatimPublication.md +10 -9
- data/docs/DebVerbatimPublicationResponse.md +18 -17
- data/docs/DistributionsAptApi.md +387 -182
- data/docs/MyPermissionsResponse.md +8 -7
- data/docs/NestedRole.md +12 -11
- data/docs/NestedRoleResponse.md +12 -11
- data/docs/ObjectRolesResponse.md +8 -7
- data/docs/PaginatedRepositoryVersionResponseList.md +14 -13
- data/docs/PaginateddebAptDistributionResponseList.md +14 -13
- data/docs/PaginateddebAptPublicationResponseList.md +14 -13
- data/docs/PaginateddebAptRemoteResponseList.md +14 -13
- data/docs/PaginateddebAptRepositoryResponseList.md +14 -13
- data/docs/PaginateddebGenericContentResponseList.md +14 -13
- data/docs/PaginateddebInstallerFileIndexResponseList.md +14 -13
- data/docs/PaginateddebInstallerPackageResponseList.md +14 -13
- data/docs/PaginateddebPackageIndexResponseList.md +14 -13
- data/docs/PaginateddebPackageReleaseComponentResponseList.md +14 -13
- data/docs/PaginateddebPackageResponseList.md +14 -13
- data/docs/PaginateddebReleaseArchitectureResponseList.md +14 -13
- data/docs/PaginateddebReleaseComponentResponseList.md +14 -13
- data/docs/PaginateddebReleaseFileResponseList.md +14 -13
- data/docs/PaginateddebReleaseResponseList.md +14 -13
- data/docs/PaginateddebSourceIndexResponseList.md +14 -13
- data/docs/PaginateddebSourcePackageReleaseComponentResponseList.md +14 -13
- data/docs/PaginateddebSourcePackageResponseList.md +14 -13
- data/docs/PaginateddebVerbatimPublicationResponseList.md +14 -13
- data/docs/PatcheddebAptDistribution.md +20 -19
- data/docs/PatcheddebAptRemote.md +64 -63
- data/docs/PatcheddebAptRepository.md +22 -21
- data/docs/PolicyEnum.md +4 -5
- data/docs/PublicationsAptApi.md +269 -130
- data/docs/PublicationsVerbatimApi.md +269 -130
- data/docs/RemotesAptApi.md +389 -184
- data/docs/Repair.md +8 -7
- data/docs/RepositoriesAptApi.md +444 -207
- data/docs/RepositoriesAptVersionsApi.md +152 -82
- data/docs/RepositoryAddRemoveContent.md +12 -11
- data/docs/RepositoryVersionResponse.md +22 -21
- data/docs/SetLabel.md +10 -9
- data/docs/SetLabelResponse.md +10 -9
- data/docs/UnsetLabel.md +8 -7
- data/docs/UnsetLabelResponse.md +10 -9
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +177 -17
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +177 -25
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_packages_api.rb +177 -25
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_release_components_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_release_files_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_releases_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_source_indices_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_source_packages_api.rb +174 -17
- data/lib/pulp_deb_client/api/content_source_release_components_api.rb +174 -17
- data/lib/pulp_deb_client/api/deb_copy_api.rb +10 -6
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +95 -59
- data/lib/pulp_deb_client/api/publications_apt_api.rb +73 -50
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +73 -50
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +104 -68
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +107 -66
- data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +40 -30
- data/lib/pulp_deb_client/api_client.rb +137 -102
- data/lib/pulp_deb_client/api_error.rb +2 -1
- data/lib/pulp_deb_client/configuration.rb +162 -21
- data/lib/pulp_deb_client/models/apt_repository_sync_url.rb +30 -22
- data/lib/pulp_deb_client/models/async_operation_response.rb +32 -22
- data/lib/pulp_deb_client/models/content_summary_response.rb +36 -22
- data/lib/pulp_deb_client/models/copy.rb +34 -28
- data/lib/pulp_deb_client/models/deb_apt_distribution.rb +34 -22
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +36 -24
- data/lib/pulp_deb_client/models/deb_apt_publication.rb +30 -22
- data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +32 -24
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +58 -22
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +61 -25
- data/lib/pulp_deb_client/models/{deb_apt_remote_response_hidden_fields.rb → deb_apt_remote_response_hidden_fields_inner.rb} +37 -25
- data/lib/pulp_deb_client/models/deb_apt_repository.rb +32 -22
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +34 -24
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +47 -25
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +54 -24
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +51 -25
- data/lib/pulp_deb_client/models/deb_installer_package_response.rb +45 -25
- data/lib/pulp_deb_client/models/deb_package_index.rb +60 -26
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +47 -25
- data/lib/pulp_deb_client/models/deb_package_release_component.rb +47 -23
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +49 -25
- data/lib/pulp_deb_client/models/deb_package_response.rb +45 -25
- data/lib/pulp_deb_client/models/deb_release.rb +49 -23
- data/lib/pulp_deb_client/models/deb_release_architecture.rb +47 -23
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +49 -25
- data/lib/pulp_deb_client/models/deb_release_component.rb +47 -23
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +49 -25
- data/lib/pulp_deb_client/models/deb_release_file.rb +62 -26
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +49 -25
- data/lib/pulp_deb_client/models/deb_release_response.rb +51 -25
- data/lib/pulp_deb_client/models/deb_source_index.rb +54 -24
- data/lib/pulp_deb_client/models/deb_source_index_response.rb +51 -25
- data/lib/pulp_deb_client/models/deb_source_package.rb +50 -24
- data/lib/pulp_deb_client/models/deb_source_package_release_component.rb +47 -23
- data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +49 -25
- data/lib/pulp_deb_client/models/deb_source_package_response.rb +47 -25
- data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +30 -22
- data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +32 -24
- data/lib/pulp_deb_client/models/my_permissions_response.rb +32 -22
- data/lib/pulp_deb_client/models/nested_role.rb +32 -22
- data/lib/pulp_deb_client/models/nested_role_response.rb +32 -22
- data/lib/pulp_deb_client/models/object_roles_response.rb +32 -22
- data/lib/pulp_deb_client/models/paginated_repository_version_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_apt_distribution_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_apt_publication_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_apt_remote_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_apt_repository_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_generic_content_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_installer_file_index_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_installer_package_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_package_index_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_package_release_component_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_package_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_release_architecture_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_release_component_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_release_file_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_release_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_source_index_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_source_package_release_component_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_source_package_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/paginateddeb_verbatim_publication_response_list.rb +34 -22
- data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +40 -24
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +67 -25
- data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +35 -23
- data/lib/pulp_deb_client/models/policy_enum.rb +8 -4
- data/lib/pulp_deb_client/models/repair.rb +30 -22
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +30 -22
- data/lib/pulp_deb_client/models/repository_version_response.rb +32 -24
- data/lib/pulp_deb_client/models/set_label.rb +34 -22
- data/lib/pulp_deb_client/models/set_label_response.rb +34 -22
- data/lib/pulp_deb_client/models/unset_label.rb +33 -23
- data/lib/pulp_deb_client/models/unset_label_response.rb +33 -23
- data/lib/pulp_deb_client/version.rb +2 -2
- data/lib/pulp_deb_client.rb +2 -5
- data/pulp_deb_client.gemspec +7 -5
- data/spec/api/content_generic_contents_api_spec.rb +33 -5
- data/spec/api/content_installer_file_indices_api_spec.rb +32 -5
- data/spec/api/content_installer_packages_api_spec.rb +33 -5
- data/spec/api/content_package_indices_api_spec.rb +32 -5
- data/spec/api/content_package_release_components_api_spec.rb +32 -5
- data/spec/api/content_packages_api_spec.rb +33 -5
- data/spec/api/content_release_architectures_api_spec.rb +32 -5
- data/spec/api/content_release_components_api_spec.rb +32 -5
- data/spec/api/content_release_files_api_spec.rb +32 -5
- data/spec/api/content_releases_api_spec.rb +32 -5
- data/spec/api/content_source_indices_api_spec.rb +32 -5
- data/spec/api/content_source_packages_api_spec.rb +32 -5
- data/spec/api/content_source_release_components_api_spec.rb +32 -5
- data/spec/api/deb_copy_api_spec.rb +2 -2
- data/spec/api/distributions_apt_api_spec.rb +15 -14
- data/spec/api/publications_apt_api_spec.rb +18 -16
- data/spec/api/publications_verbatim_api_spec.rb +18 -16
- data/spec/api/remotes_apt_api_spec.rb +20 -19
- data/spec/api/repositories_apt_api_spec.rb +15 -15
- data/spec/api/repositories_apt_versions_api_spec.rb +12 -11
- data/spec/models/apt_repository_sync_url_spec.rb +9 -14
- data/spec/models/async_operation_response_spec.rb +7 -12
- data/spec/models/content_summary_response_spec.rb +9 -14
- data/spec/models/copy_spec.rb +9 -14
- data/spec/models/deb_apt_distribution_response_spec.rb +19 -24
- data/spec/models/deb_apt_distribution_spec.rb +13 -18
- data/spec/models/deb_apt_publication_response_spec.rb +16 -21
- data/spec/models/deb_apt_publication_spec.rb +12 -17
- data/spec/models/{deb_apt_remote_response_hidden_fields_spec.rb → deb_apt_remote_response_hidden_fields_inner_spec.rb} +11 -16
- data/spec/models/deb_apt_remote_response_spec.rb +35 -40
- data/spec/models/deb_apt_remote_spec.rb +35 -40
- data/spec/models/deb_apt_repository_response_spec.rb +20 -25
- data/spec/models/deb_apt_repository_spec.rb +14 -19
- data/spec/models/deb_generic_content_response_spec.rb +24 -23
- data/spec/models/deb_installer_file_index_response_spec.rb +20 -19
- data/spec/models/deb_installer_file_index_spec.rb +17 -16
- data/spec/models/deb_installer_package_response_spec.rb +53 -52
- data/spec/models/deb_package_index_response_spec.rb +20 -19
- data/spec/models/deb_package_index_spec.rb +17 -16
- data/spec/models/deb_package_release_component_response_spec.rb +18 -17
- data/spec/models/deb_package_release_component_spec.rb +15 -14
- data/spec/models/deb_package_response_spec.rb +55 -54
- data/spec/models/deb_release_architecture_response_spec.rb +18 -17
- data/spec/models/deb_release_architecture_spec.rb +15 -14
- data/spec/models/deb_release_component_response_spec.rb +19 -18
- data/spec/models/deb_release_component_spec.rb +15 -14
- data/spec/models/deb_release_file_response_spec.rb +21 -20
- data/spec/models/deb_release_file_spec.rb +18 -17
- data/spec/models/deb_release_response_spec.rb +25 -24
- data/spec/models/deb_release_spec.rb +22 -21
- data/spec/models/deb_source_index_response_spec.rb +20 -19
- data/spec/models/deb_source_index_spec.rb +17 -16
- data/spec/models/deb_source_package_release_component_response_spec.rb +18 -17
- data/spec/models/deb_source_package_release_component_spec.rb +15 -14
- data/spec/models/deb_source_package_response_spec.rb +46 -45
- data/spec/models/deb_source_package_spec.rb +15 -14
- data/spec/models/deb_verbatim_publication_response_spec.rb +12 -17
- data/spec/models/deb_verbatim_publication_spec.rb +8 -13
- data/spec/models/my_permissions_response_spec.rb +7 -12
- data/spec/models/nested_role_response_spec.rb +9 -14
- data/spec/models/nested_role_spec.rb +9 -14
- data/spec/models/object_roles_response_spec.rb +7 -12
- data/spec/models/paginated_repository_version_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_apt_distribution_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_apt_publication_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_apt_remote_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_apt_repository_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_generic_content_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_installer_file_index_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_installer_package_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_package_index_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_package_release_component_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_package_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_release_architecture_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_release_component_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_release_file_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_release_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_source_index_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_source_package_release_component_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_source_package_response_list_spec.rb +10 -15
- data/spec/models/paginateddeb_verbatim_publication_response_list_spec.rb +10 -15
- data/spec/models/patcheddeb_apt_distribution_spec.rb +13 -18
- data/spec/models/patcheddeb_apt_remote_spec.rb +35 -40
- data/spec/models/patcheddeb_apt_repository_spec.rb +14 -19
- data/spec/models/policy_enum_spec.rb +6 -11
- data/spec/models/repair_spec.rb +7 -12
- data/spec/models/repository_add_remove_content_spec.rb +9 -14
- data/spec/models/repository_version_response_spec.rb +14 -19
- data/spec/models/set_label_response_spec.rb +8 -13
- data/spec/models/set_label_spec.rb +8 -13
- data/spec/models/unset_label_response_spec.rb +8 -13
- data/spec/models/unset_label_spec.rb +7 -12
- data/spec/spec_helper.rb +1 -1
- metadata +92 -100
- data/docs/DebAptRemoteResponseHiddenFields.md +0 -19
- data/docs/DebGenericContent.md +0 -27
- data/docs/DebInstallerPackage.md +0 -27
- data/docs/DebPackage.md +0 -31
- data/lib/pulp_deb_client/models/deb_generic_content.rb +0 -297
- data/lib/pulp_deb_client/models/deb_installer_package.rb +0 -288
- data/lib/pulp_deb_client/models/deb_package.rb +0 -338
- data/spec/api_client_spec.rb +0 -188
- data/spec/configuration_spec.rb +0 -42
- data/spec/models/deb_generic_content_spec.rb +0 -71
- data/spec/models/deb_installer_package_spec.rb +0 -71
- data/spec/models/deb_package_spec.rb +0 -83
data/docs/DebCopyApi.md
CHANGED
@@ -2,24 +2,23 @@
|
|
2
2
|
|
3
3
|
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
|
-
Method | HTTP request | Description
|
6
|
-
|
7
|
-
[**copy_content**](DebCopyApi.md#copy_content) | **POST** /pulp/api/v3/deb/copy/ | Copy content
|
8
|
-
|
5
|
+
| Method | HTTP request | Description |
|
6
|
+
| ------ | ------------ | ----------- |
|
7
|
+
| [**copy_content**](DebCopyApi.md#copy_content) | **POST** /pulp/api/v3/deb/copy/ | Copy content |
|
9
8
|
|
10
9
|
|
11
10
|
## copy_content
|
12
11
|
|
13
|
-
> AsyncOperationResponse copy_content(copy)
|
12
|
+
> <AsyncOperationResponse> copy_content(copy)
|
14
13
|
|
15
14
|
Copy content
|
16
15
|
|
17
16
|
Trigger an asynchronous task to copy APT contentfrom one repository into another, creating a newrepository version.
|
18
17
|
|
19
|
-
###
|
18
|
+
### Examples
|
20
19
|
|
21
20
|
```ruby
|
22
|
-
|
21
|
+
require 'time'
|
23
22
|
require 'pulp_deb_client'
|
24
23
|
# setup authorization
|
25
24
|
PulpDebClient.configure do |config|
|
@@ -29,23 +28,40 @@ PulpDebClient.configure do |config|
|
|
29
28
|
end
|
30
29
|
|
31
30
|
api_instance = PulpDebClient::DebCopyApi.new
|
32
|
-
copy = PulpDebClient::Copy.new # Copy |
|
31
|
+
copy = PulpDebClient::Copy.new({config: 3.56}) # Copy |
|
33
32
|
|
34
33
|
begin
|
35
|
-
#Copy content
|
34
|
+
# Copy content
|
36
35
|
result = api_instance.copy_content(copy)
|
37
36
|
p result
|
38
37
|
rescue PulpDebClient::ApiError => e
|
39
|
-
puts "
|
38
|
+
puts "Error when calling DebCopyApi->copy_content: #{e}"
|
40
39
|
end
|
41
40
|
```
|
42
41
|
|
43
|
-
|
42
|
+
#### Using the copy_content_with_http_info variant
|
43
|
+
|
44
|
+
This returns an Array which contains the response data, status code and headers.
|
44
45
|
|
46
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> copy_content_with_http_info(copy)
|
47
|
+
|
48
|
+
```ruby
|
49
|
+
begin
|
50
|
+
# Copy content
|
51
|
+
data, status_code, headers = api_instance.copy_content_with_http_info(copy)
|
52
|
+
p status_code # => 2xx
|
53
|
+
p headers # => { ... }
|
54
|
+
p data # => <AsyncOperationResponse>
|
55
|
+
rescue PulpDebClient::ApiError => e
|
56
|
+
puts "Error when calling DebCopyApi->copy_content_with_http_info: #{e}"
|
57
|
+
end
|
58
|
+
```
|
59
|
+
|
60
|
+
### Parameters
|
45
61
|
|
46
|
-
Name | Type | Description
|
47
|
-
|
48
|
-
**copy** | [**Copy**](Copy.md)| |
|
62
|
+
| Name | Type | Description | Notes |
|
63
|
+
| ---- | ---- | ----------- | ----- |
|
64
|
+
| **copy** | [**Copy**](Copy.md) | | |
|
49
65
|
|
50
66
|
### Return type
|
51
67
|
|
@@ -2,38 +2,41 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**pulp_href** | **String** | | [optional]
|
8
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional]
|
9
|
-
**pulp_created** | **
|
10
|
-
**pulp_last_updated** | **
|
11
|
-
**
|
12
|
-
**
|
13
|
-
**
|
14
|
-
**
|
15
|
-
**
|
16
|
-
**
|
17
|
-
**
|
18
|
-
**
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
|
+
| **pulp_last_updated** | **Time** | 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] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
13
|
+
| **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | |
|
14
|
+
| **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
|
15
|
+
| **sha1** | **String** | The SHA-1 checksum if available. | [optional][readonly] |
|
16
|
+
| **sha224** | **String** | The SHA-224 checksum if available. | [optional][readonly] |
|
17
|
+
| **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
|
18
|
+
| **sha384** | **String** | The SHA-384 checksum if available. | [optional][readonly] |
|
19
|
+
| **sha512** | **String** | The SHA-512 checksum if available. | [optional][readonly] |
|
19
20
|
|
20
|
-
##
|
21
|
+
## Example
|
21
22
|
|
22
23
|
```ruby
|
23
|
-
require '
|
24
|
+
require 'pulp_deb_client'
|
24
25
|
|
25
|
-
instance = PulpDebClient::DebGenericContentResponse.new(
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
26
|
+
instance = PulpDebClient::DebGenericContentResponse.new(
|
27
|
+
pulp_href: null,
|
28
|
+
prn: null,
|
29
|
+
pulp_created: null,
|
30
|
+
pulp_last_updated: null,
|
31
|
+
pulp_labels: null,
|
32
|
+
artifact: null,
|
33
|
+
relative_path: null,
|
34
|
+
md5: null,
|
35
|
+
sha1: null,
|
36
|
+
sha224: null,
|
37
|
+
sha256: null,
|
38
|
+
sha384: null,
|
39
|
+
sha512: null
|
40
|
+
)
|
37
41
|
```
|
38
42
|
|
39
|
-
|
@@ -2,24 +2,27 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
8
|
-
**
|
9
|
-
**
|
10
|
-
**
|
11
|
-
**
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
9
|
+
| **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | |
|
10
|
+
| **component** | **String** | Component of the component - architecture combination. | |
|
11
|
+
| **architecture** | **String** | Architecture of the component - architecture combination. | |
|
12
|
+
| **relative_path** | **String** | Path of directory containing MD5SUMS and SHA256SUMS relative to url. | [optional] |
|
12
13
|
|
13
|
-
##
|
14
|
+
## Example
|
14
15
|
|
15
16
|
```ruby
|
16
|
-
require '
|
17
|
+
require 'pulp_deb_client'
|
17
18
|
|
18
|
-
instance = PulpDebClient::DebInstallerFileIndex.new(
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
19
|
+
instance = PulpDebClient::DebInstallerFileIndex.new(
|
20
|
+
repository: null,
|
21
|
+
pulp_labels: null,
|
22
|
+
artifacts: null,
|
23
|
+
component: null,
|
24
|
+
architecture: null,
|
25
|
+
relative_path: null
|
26
|
+
)
|
23
27
|
```
|
24
28
|
|
25
|
-
|
@@ -2,30 +2,33 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**pulp_href** | **String** | | [optional]
|
8
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional]
|
9
|
-
**pulp_created** | **
|
10
|
-
**pulp_last_updated** | **
|
11
|
-
**
|
12
|
-
**
|
13
|
-
**
|
14
|
-
**
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
|
+
| **pulp_last_updated** | **Time** | 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] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | |
|
13
|
+
| **component** | **String** | Component of the component - architecture combination. | |
|
14
|
+
| **architecture** | **String** | Architecture of the component - architecture combination. | |
|
15
|
+
| **relative_path** | **String** | Path of directory containing MD5SUMS and SHA256SUMS relative to url. | [optional] |
|
15
16
|
|
16
|
-
##
|
17
|
+
## Example
|
17
18
|
|
18
19
|
```ruby
|
19
|
-
require '
|
20
|
+
require 'pulp_deb_client'
|
20
21
|
|
21
|
-
instance = PulpDebClient::DebInstallerFileIndexResponse.new(
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
22
|
+
instance = PulpDebClient::DebInstallerFileIndexResponse.new(
|
23
|
+
pulp_href: null,
|
24
|
+
prn: null,
|
25
|
+
pulp_created: null,
|
26
|
+
pulp_last_updated: null,
|
27
|
+
pulp_labels: null,
|
28
|
+
artifacts: null,
|
29
|
+
component: null,
|
30
|
+
architecture: null,
|
31
|
+
relative_path: null
|
32
|
+
)
|
29
33
|
```
|
30
34
|
|
31
|
-
|
@@ -2,96 +2,99 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**pulp_href** | **String** | | [optional]
|
8
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional]
|
9
|
-
**pulp_created** | **
|
10
|
-
**pulp_last_updated** | **
|
11
|
-
**
|
12
|
-
**
|
13
|
-
**
|
14
|
-
**
|
15
|
-
**
|
16
|
-
**
|
17
|
-
**
|
18
|
-
**
|
19
|
-
**
|
20
|
-
**
|
21
|
-
**
|
22
|
-
**
|
23
|
-
**
|
24
|
-
**
|
25
|
-
**
|
26
|
-
**
|
27
|
-
**
|
28
|
-
**
|
29
|
-
**
|
30
|
-
**
|
31
|
-
**
|
32
|
-
**
|
33
|
-
**
|
34
|
-
**
|
35
|
-
**
|
36
|
-
**
|
37
|
-
**
|
38
|
-
**
|
39
|
-
**
|
40
|
-
**
|
41
|
-
**
|
42
|
-
**
|
43
|
-
**
|
44
|
-
**
|
45
|
-
**
|
46
|
-
**
|
47
|
-
**
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
|
+
| **pulp_last_updated** | **Time** | 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] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
13
|
+
| **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional] |
|
14
|
+
| **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
|
15
|
+
| **sha1** | **String** | The SHA-1 checksum if available. | [optional][readonly] |
|
16
|
+
| **sha224** | **String** | The SHA-224 checksum if available. | [optional][readonly] |
|
17
|
+
| **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
|
18
|
+
| **sha384** | **String** | The SHA-384 checksum if available. | [optional][readonly] |
|
19
|
+
| **sha512** | **String** | The SHA-512 checksum if available. | [optional][readonly] |
|
20
|
+
| **package** | **String** | | [optional][readonly] |
|
21
|
+
| **source** | **String** | | [optional][readonly] |
|
22
|
+
| **version** | **String** | | [optional][readonly] |
|
23
|
+
| **architecture** | **String** | | [optional][readonly] |
|
24
|
+
| **section** | **String** | | [optional][readonly] |
|
25
|
+
| **priority** | **String** | | [optional][readonly] |
|
26
|
+
| **origin** | **String** | | [optional][readonly] |
|
27
|
+
| **tag** | **String** | | [optional][readonly] |
|
28
|
+
| **bugs** | **String** | | [optional][readonly] |
|
29
|
+
| **essential** | **String** | | [optional][readonly] |
|
30
|
+
| **build_essential** | **String** | | [optional][readonly] |
|
31
|
+
| **installed_size** | **String** | | [optional][readonly] |
|
32
|
+
| **maintainer** | **String** | | [optional][readonly] |
|
33
|
+
| **original_maintainer** | **String** | | [optional][readonly] |
|
34
|
+
| **description** | **String** | | [optional][readonly] |
|
35
|
+
| **description_md5** | **String** | | [optional][readonly] |
|
36
|
+
| **homepage** | **String** | | [optional][readonly] |
|
37
|
+
| **built_using** | **String** | | [optional][readonly] |
|
38
|
+
| **auto_built_package** | **String** | | [optional][readonly] |
|
39
|
+
| **multi_arch** | **String** | | [optional][readonly] |
|
40
|
+
| **breaks** | **String** | | [optional][readonly] |
|
41
|
+
| **conflicts** | **String** | | [optional][readonly] |
|
42
|
+
| **depends** | **String** | | [optional][readonly] |
|
43
|
+
| **recommends** | **String** | | [optional][readonly] |
|
44
|
+
| **suggests** | **String** | | [optional][readonly] |
|
45
|
+
| **enhances** | **String** | | [optional][readonly] |
|
46
|
+
| **pre_depends** | **String** | | [optional][readonly] |
|
47
|
+
| **provides** | **String** | | [optional][readonly] |
|
48
|
+
| **replaces** | **String** | | [optional][readonly] |
|
48
49
|
|
49
|
-
##
|
50
|
+
## Example
|
50
51
|
|
51
52
|
```ruby
|
52
|
-
require '
|
53
|
+
require 'pulp_deb_client'
|
53
54
|
|
54
|
-
instance = PulpDebClient::DebInstallerPackageResponse.new(
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
55
|
+
instance = PulpDebClient::DebInstallerPackageResponse.new(
|
56
|
+
pulp_href: null,
|
57
|
+
prn: null,
|
58
|
+
pulp_created: null,
|
59
|
+
pulp_last_updated: null,
|
60
|
+
pulp_labels: null,
|
61
|
+
artifact: null,
|
62
|
+
relative_path: null,
|
63
|
+
md5: null,
|
64
|
+
sha1: null,
|
65
|
+
sha224: null,
|
66
|
+
sha256: null,
|
67
|
+
sha384: null,
|
68
|
+
sha512: null,
|
69
|
+
package: null,
|
70
|
+
source: null,
|
71
|
+
version: null,
|
72
|
+
architecture: null,
|
73
|
+
section: null,
|
74
|
+
priority: null,
|
75
|
+
origin: null,
|
76
|
+
tag: null,
|
77
|
+
bugs: null,
|
78
|
+
essential: null,
|
79
|
+
build_essential: null,
|
80
|
+
installed_size: null,
|
81
|
+
maintainer: null,
|
82
|
+
original_maintainer: null,
|
83
|
+
description: null,
|
84
|
+
description_md5: null,
|
85
|
+
homepage: null,
|
86
|
+
built_using: null,
|
87
|
+
auto_built_package: null,
|
88
|
+
multi_arch: null,
|
89
|
+
breaks: null,
|
90
|
+
conflicts: null,
|
91
|
+
depends: null,
|
92
|
+
recommends: null,
|
93
|
+
suggests: null,
|
94
|
+
enhances: null,
|
95
|
+
pre_depends: null,
|
96
|
+
provides: null,
|
97
|
+
replaces: null
|
98
|
+
)
|
95
99
|
```
|
96
100
|
|
97
|
-
|
data/docs/DebPackageIndex.md
CHANGED
@@ -2,24 +2,27 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
8
|
-
**
|
9
|
-
**
|
10
|
-
**
|
11
|
-
**
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
9
|
+
| **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | |
|
10
|
+
| **component** | **String** | Component of the component - architecture combination. | [optional] |
|
11
|
+
| **architecture** | **String** | Architecture of the component - architecture combination. | [optional] |
|
12
|
+
| **relative_path** | **String** | Path of file relative to url. | [optional] |
|
12
13
|
|
13
|
-
##
|
14
|
+
## Example
|
14
15
|
|
15
16
|
```ruby
|
16
|
-
require '
|
17
|
+
require 'pulp_deb_client'
|
17
18
|
|
18
|
-
instance = PulpDebClient::DebPackageIndex.new(
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
19
|
+
instance = PulpDebClient::DebPackageIndex.new(
|
20
|
+
repository: null,
|
21
|
+
pulp_labels: null,
|
22
|
+
artifacts: null,
|
23
|
+
component: null,
|
24
|
+
architecture: null,
|
25
|
+
relative_path: null
|
26
|
+
)
|
23
27
|
```
|
24
28
|
|
25
|
-
|
@@ -2,30 +2,33 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**pulp_href** | **String** | | [optional]
|
8
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional]
|
9
|
-
**pulp_created** | **
|
10
|
-
**pulp_last_updated** | **
|
11
|
-
**
|
12
|
-
**
|
13
|
-
**
|
14
|
-
**
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
|
+
| **pulp_last_updated** | **Time** | 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] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | |
|
13
|
+
| **component** | **String** | Component of the component - architecture combination. | [optional] |
|
14
|
+
| **architecture** | **String** | Architecture of the component - architecture combination. | [optional] |
|
15
|
+
| **relative_path** | **String** | Path of file relative to url. | [optional] |
|
15
16
|
|
16
|
-
##
|
17
|
+
## Example
|
17
18
|
|
18
19
|
```ruby
|
19
|
-
require '
|
20
|
+
require 'pulp_deb_client'
|
20
21
|
|
21
|
-
instance = PulpDebClient::DebPackageIndexResponse.new(
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
22
|
+
instance = PulpDebClient::DebPackageIndexResponse.new(
|
23
|
+
pulp_href: null,
|
24
|
+
prn: null,
|
25
|
+
pulp_created: null,
|
26
|
+
pulp_last_updated: null,
|
27
|
+
pulp_labels: null,
|
28
|
+
artifacts: null,
|
29
|
+
component: null,
|
30
|
+
architecture: null,
|
31
|
+
relative_path: null
|
32
|
+
)
|
29
33
|
```
|
30
34
|
|
31
|
-
|
@@ -2,20 +2,23 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
8
|
-
**
|
9
|
-
**
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
9
|
+
| **package** | **String** | Package that is contained in release_comonent. | |
|
10
|
+
| **release_component** | **String** | ReleaseComponent this package is contained in. | |
|
10
11
|
|
11
|
-
##
|
12
|
+
## Example
|
12
13
|
|
13
14
|
```ruby
|
14
|
-
require '
|
15
|
+
require 'pulp_deb_client'
|
15
16
|
|
16
|
-
instance = PulpDebClient::DebPackageReleaseComponent.new(
|
17
|
-
|
18
|
-
|
17
|
+
instance = PulpDebClient::DebPackageReleaseComponent.new(
|
18
|
+
repository: null,
|
19
|
+
pulp_labels: null,
|
20
|
+
package: null,
|
21
|
+
release_component: null
|
22
|
+
)
|
19
23
|
```
|
20
24
|
|
21
|
-
|
@@ -2,26 +2,29 @@
|
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
|
7
|
-
**pulp_href** | **String** | | [optional]
|
8
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional]
|
9
|
-
**pulp_created** | **
|
10
|
-
**pulp_last_updated** | **
|
11
|
-
**
|
12
|
-
**
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
|
+
| **pulp_last_updated** | **Time** | 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] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **package** | **String** | Package that is contained in release_comonent. | |
|
13
|
+
| **release_component** | **String** | ReleaseComponent this package is contained in. | |
|
13
14
|
|
14
|
-
##
|
15
|
+
## Example
|
15
16
|
|
16
17
|
```ruby
|
17
|
-
require '
|
18
|
+
require 'pulp_deb_client'
|
18
19
|
|
19
|
-
instance = PulpDebClient::DebPackageReleaseComponentResponse.new(
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
20
|
+
instance = PulpDebClient::DebPackageReleaseComponentResponse.new(
|
21
|
+
pulp_href: null,
|
22
|
+
prn: null,
|
23
|
+
pulp_created: null,
|
24
|
+
pulp_last_updated: null,
|
25
|
+
pulp_labels: null,
|
26
|
+
package: null,
|
27
|
+
release_component: null
|
28
|
+
)
|
25
29
|
```
|
26
30
|
|
27
|
-
|