Sha256: 95a9284f3b2110959e79bc2c2701bc22e37592c31dd385fc6f61104dd58a99f6

Contents?: true

Size: 1.79 KB

Versions: 122

Compression:

Stored size: 1.79 KB

Contents

# PulpRpmClient::RpmRepoMetadataFileResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly] 
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly] 
**sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly] 
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly] 
**sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly] 
**sha512** | **String** | The SHA-512 checksum if available. | [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. | 

## Code Sample

```ruby
require 'PulpRpmClient'

instance = PulpRpmClient::RpmRepoMetadataFileResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 md5: null,
                                 sha1: null,
                                 sha224: null,
                                 sha256: null,
                                 sha384: null,
                                 sha512: null,
                                 artifact: null,
                                 relative_path: null,
                                 data_type: null,
                                 checksum_type: null,
                                 checksum: null)
```


Version data entries

122 entries across 122 versions & 1 rubygems

Version Path
pulp_rpm_client-3.23.5 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.22.9 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.19.13 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.18.21 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.22.8 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.23.4 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.25.5 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.25.3 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.25.2 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.17.22 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.25.1 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.23.3 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.22.7 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.19.12 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.18.20 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.23.2 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.25.0 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.24.0 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.19.11 docs/RpmRepoMetadataFileResponse.md
pulp_rpm_client-3.22.6 docs/RpmRepoMetadataFileResponse.md