Sha256: 59f49195e78670b52964853484aabd1401a688d4dd48e474b9792f36ef2e3dea
Contents?: true
Size: 1.42 KB
Versions: 8
Compression:
Stored size: 1.42 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. | **packagegroups** | **Array<String>** | PackageGroups related to this category. | [optional] ## 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, packagegroups: null) ```
Version data entries
8 entries across 8 versions & 1 rubygems