Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OSVersionPropertiesBase

Package version

Configuration view of an OS version.

Hierarchy

  • OSVersionPropertiesBase

Index

Properties

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