Sha256: d1ce832bfcfc7b57b396aaded20c2939aa29a6bf328cea5b377b63a1010c3b7d
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
# PulpRpmClient::RpmPackageCategory ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **id** | **String** | Category id. | **name** | **String** | Category name. | **description** | **String** | Category description. | **display_order** | **Integer** | Category display order. | **group_ids** | [**Object**](.md) | Category group list. | **desc_by_lang** | [**Object**](.md) | Category description by language. | **name_by_lang** | [**Object**](.md) | Category name by language. | **digest** | **String** | Category digest. | ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmPackageCategory.new(pulp_href: null, pulp_created: null, id: null, name: null, description: null, display_order: null, group_ids: null, desc_by_lang: null, name_by_lang: null, digest: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_rpm_client-3.5.1 | docs/RpmPackageCategory.md |
pulp_rpm_client-3.5.0 | docs/RpmPackageCategory.md |