Sha256: 48ab431f87038743d6a2e5d30aa9463f61890f57876aae75891c308a2cf03ee6
Contents?: true
Size: 918 Bytes
Versions: 4
Compression:
Stored size: 918 Bytes
Contents
# PulpRpmClient::RpmRepoMetadataFile ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **artifact** | **String** | Artifact file representing the physical content | [optional] **data_type** | **String** | Metadata type. | **checksum_type** | **String** | Checksum type for the file. | **checksum** | **String** | Checksum for the file. | ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmRepoMetadataFile.new(pulp_href: null, pulp_created: null, artifact: null, data_type: null, checksum_type: null, checksum: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems