platform property
Platform of the non-working URL. Possible string values are:
- "PLATFORM_UNSPECIFIED" : Default value that should never be used.
- "PERSONAL_COMPUTER" : The personal computer platform.
- "ANDROID" : The Android platform.
- "IOS" : The iOS platform.
Implementation
core.String? platform;