applications property

List<MobileDeviceApplications>? applications
getter/setter pair

The list of applications installed on an Android mobile device.

It is not applicable to Google Sync and iOS devices. The list includes any Android applications that access Google Workspace data. When updating an applications list, it is important to note that updates replace the existing list. If the Android device has two existing applications and the API updates the list with five applications, the is now the updated list of five applications.

Implementation

core.List<MobileDeviceApplications>? applications;