type property

String? type
getter/setter pair

The license type that was used in OS adaptation. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified license for the OS.
  • "NONE" : No license available for the OS.
  • "PAYG" : The license type is Pay As You Go license type.
  • "BYOL" : The license type is Bring Your Own License type.

Implementation

core.String? type;