Sha256: 561f281f067646e184e675ee591ffba096c9d29be98ce32a2d685e3207b1a88f

Contents?: true

Size: 1.67 KB

Versions: 38

Compression:

Stored size: 1.67 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]
**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

38 entries across 38 versions & 1 rubygems

Version Path
pulp_rpm_client-3.14.13 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.4 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.14.12.1 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.14.2.1 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.3 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.14.12 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.11.4 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.2 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.14.11 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.1 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.17.0 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.14.10 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.11.3 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.16.2 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.14.9 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.16.1 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.14.8 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.16.0 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.14.7 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.14.6 docs/RpmRpmPublicationResponse.md