nestedRestriction property

List<AppRestrictionsSchemaRestriction>? nestedRestriction
getter/setter pair

For bundle or bundleArray restrictions, the list of nested restrictions.

A bundle restriction is always nested within a bundleArray restriction, and a bundleArray restriction is at most two levels deep.

Implementation

core.List<AppRestrictionsSchemaRestriction>? nestedRestriction;