Sha256: a23298b3dcf15fb0e1194507c078342dfe5b2436fd1b84076031dbe959876d75

Contents?: true

Size: 1.64 KB

Versions: 24

Compression:

Stored size: 1.64 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] 
**repo_gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] 
**sqlite_metadata** | **Boolean** | An option specifying whether Pulp should generate SQLite metadata. | [optional] [default to false]

## 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,
                                 sqlite_metadata: null)
```


Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
pulp_rpm_client-3.17.22 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.20 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.19 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.18 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.17 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.16 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.15 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.14 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.13 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.12 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.11 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.10 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.14.20 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.14.19 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.9 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.14.18 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.14.17 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.8 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.14.16 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.7 docs/RpmRpmPublicationResponse.md