autoInstallConstraint property

List<AutoInstallConstraint>? autoInstallConstraint
getter/setter pair

The constraints for auto-installing the app.

You can specify a maximum of one constraint.

Implementation

core.List<AutoInstallConstraint>? autoInstallConstraint;