Sha256: 5198888242698ee913a6196a68c094e33605222bac155b5f358fdea5ad44b796

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

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

## 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)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pulp_rpm_client-3.6.3 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.7.0 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.6.2 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.6.1 docs/RpmRpmPublicationResponse.md
pulp_rpm_client-3.6.0 docs/RpmRpmPublicationResponse.md