Sha256: 61c8671e63c3a54c1856a639af8eee22241c9d1ec47bfdfc47331285a145729e
Contents?: true
Size: 1.16 KB
Versions: 6
Compression:
Stored size: 1.16 KB
Contents
# PulpRpmClient::RpmRepoMetadataFileResponse ## 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] **relative_path** | **String** | Relative path of the file. | **data_type** | **String** | Metadata type. | **checksum_type** | **String** | Checksum type for the file. | **checksum** | **String** | Checksum for the file. | **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmRepoMetadataFileResponse.new(pulp_href: null, pulp_created: null, artifact: null, relative_path: null, data_type: null, checksum_type: null, checksum: null, sha256: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems