Sha256: ff758fa2d4c9d61fa6cf90e46a8c52ed2a2a2e7b4fa385789a1aa0ca460114b8

Contents?: true

Size: 1.04 KB

Versions: 8

Compression:

Stored size: 1.04 KB

Contents

# PulpRpmClient::RpmRpmPublication

## 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** | **String** | The checksum type for metadata. | [optional] [default to 'sha256']
**package_checksum_type** | **String** | The checksum type for packages. | [optional] [default to 'sha256']

## Code Sample

```ruby
require 'PulpRpmClient'

instance = PulpRpmClient::RpmRpmPublication.new(pulp_href: null,
                                 pulp_created: null,
                                 repository_version: null,
                                 repository: null,
                                 metadata_checksum_type: null,
                                 package_checksum_type: null)
```


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pulp_rpm_client-3.5.1 docs/RpmRpmPublication.md
pulp_rpm_client-3.5.0 docs/RpmRpmPublication.md
pulp_rpm_client-3.4.2 docs/RpmRpmPublication.md
pulp_rpm_client-3.4.1 docs/RpmRpmPublication.md
pulp_rpm_client-3.4.0 docs/RpmRpmPublication.md
pulp_rpm_client-3.3.2 docs/RpmRpmPublication.md
pulp_rpm_client-3.3.1 docs/RpmRpmPublication.md
pulp_rpm_client-3.3.0 docs/RpmRpmPublication.md