deletionProtection property

bool? deletionProtection
getter/setter pair

Set to true to make the AuthorizedView protected against deletion.

The parent Table and containing Instance cannot be deleted if an AuthorizedView has this bit set.

Implementation

core.bool? deletionProtection;