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 v) { $_setBool(1, v); }