isDefault property
deprecated: is_default is also defined in zitadel.policy.v1.OrgIAMPolicy
Implementation
@$pb.TagNumber(2)
$core.bool get isDefault => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set isDefault($core.bool value) => $_setBool(1, value);