osType property
The allowed OS type.
Required. Possible string values are:
- "OS_UNSPECIFIED" : The operating system of the device is not specified or not known.
- "DESKTOP_MAC" : A desktop Mac operating system.
- "DESKTOP_WINDOWS" : A desktop Windows operating system.
- "DESKTOP_LINUX" : A desktop Linux operating system.
- "DESKTOP_CHROME_OS" : A desktop ChromeOS operating system.
- "ANDROID" : An Android operating system.
- "IOS" : An iOS operating system.
Implementation
core.String? osType;