install property

List<Install>? install
getter/setter pair

An installation of an app for a user on a specific device.

The existence of an install implies that the user must have an entitlement to the app.

Implementation

core.List<Install>? install;