Is there a way to find out whether an app installed on a device is removable?

background

I want to know whether an installed app has added the "Removable" option that value is true

reference

We used InstallApplicationCommand with the Removable option to install the app to a managed device.

https://developer.apple.com/documentation/devicemanagement/installapplicationcommand/command/attributes?language=objc

Question matters

I checked the following items, but no items could be obtained.

  1. https://developer.apple.com/documentation/devicemanagement/installedapplicationlistresponse?language=objc
  2. https://developer.apple.com/documentation/devicemanagement/installedapplicationlistresponse/installedapplicationlistitem?language=objc

Is there any other way to determine whether an app installed on a device is removable?