Sha256: 8dcaee9209af2117bc7137ae0b9ccbfc3f91d165b88e7d4f8b6bc4a7cd06b5dd
Contents?: true
Size: 673 Bytes
Versions: 132
Compression:
Stored size: 673 Bytes
Contents
# PulpRpmClient::AddonResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **addon_id** | **String** | Addon id. | **uid** | **String** | Addon uid. | **name** | **String** | Addon name. | **type** | **String** | Addon type. | **packages** | **String** | Relative path to directory with binary RPMs. | ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::AddonResponse.new(addon_id: null, uid: null, name: null, type: null, packages: null) ```
Version data entries
132 entries across 132 versions & 1 rubygems