Sha256: 45abd470c9cf7073c5ba6e2817ded76c49d9799c2a75ad4cc1e58839cb7e1586
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 KB
Contents
# PulpRpmClient::RpmRpmPublicationResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **repository_version** | **String** | | [optional] **repository** | **String** | A URI of the repository to be published. | [optional] **metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. | [optional] **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. | [optional] **gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on packages. | [optional] [default to 0] **repo_gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] [default to 0] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmRpmPublicationResponse.new(pulp_href: null, pulp_created: null, repository_version: null, repository: null, metadata_checksum_type: null, package_checksum_type: null, gpgcheck: null, repo_gpgcheck: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_rpm_client-3.8.0 | docs/RpmRpmPublicationResponse.md |