Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PackageGroup

Yum or DNF package group, category, or environment.

Properties

Optional description

description: undefined | string

Description of the package group.

Optional displayOrder

displayOrder: undefined | number

Indicates the order to display category or environment. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional groupType

groupType: GroupType

Indicates if this is a group, category, or environment.

id

id: string

Package group identifier.

Optional isDefault

isDefault: undefined | false | true

Indicates if this package group is the default.

Optional isUserVisible

isUserVisible: undefined | false | true

Indicates if this package group is visible to users.

name

name: string

Package group name.

packages

packages: Array<string>

The list of packages in the package group.

Optional repositories

repositories: Array<string>

The repository IDs of the package group's repositories.

Functions

getDeserializedJsonObj

getJsonObj