Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OSVersionProperties

Package version

OS version properties.

Hierarchy

  • OSVersionProperties

Index

Properties

Optional family

family: undefined | string

The family of this OS version. NOTE: This property will not be serialized. It can only be populated by the server.

Optional familyLabel

familyLabel: undefined | string

The family label of this OS version. NOTE: This property will not be serialized. It can only be populated by the server.

Optional isActive

isActive: undefined | false | true

Specifies whether this OS version is active. NOTE: This property will not be serialized. It can only be populated by the server.

Optional isDefault

isDefault: undefined | false | true

Specifies whether this is the default OS version for its family. NOTE: This property will not be serialized. It can only be populated by the server.

Optional label

label: undefined | string

The OS version label. NOTE: This property will not be serialized. It can only be populated by the server.

Optional version

version: undefined | string

The OS version. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc