installType property
The type of installation to perform. Possible string values are:
- "INSTALL_TYPE_UNSPECIFIED" : Unspecified. Defaults to AVAILABLE.
- "BLOCKED" : The app is blocked and can't be installed in the personal profile. If the app was previously installed in the device, it will be uninstalled.
- "AVAILABLE" : The app is available to install in the personal profile.
Implementation
core.String? installType;