variant property

String? variant
final

A string identifying a specific variant or edition of the operating system suitable for presentation to the user. This field may be used to inform the user that the configuration of this system is subject to a specific divergent set of rules or default configuration settings.

Examples: 'Server Edition', 'Smart Refrigerator Edition'.

Note: this field is for display purposes only. The variantId field should be used for making programmatic decisions.

This field is optional and may be null on some systems.

Implementation

final String? variant;