Sha256: b122453fb9b7358108fab9131fe6bdb75cff2372f71458677865d9e06295b48a
Contents?: true
Size: 561 Bytes
Versions: 30
Compression:
Stored size: 561 Bytes
Contents
# PulpRpmClient::Image ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | File name. | **path** | **String** | File path. | **platforms** | **String** | Compatible platforms. | **artifact** | [**Artifact**](Artifact.md) | | ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::Image.new(name: null, path: null, platforms: null, artifact: null) ```
Version data entries
30 entries across 30 versions & 1 rubygems