isDefault property
defines if the organization's admin changed the policy
Implementation
@$pb.TagNumber(4)
$core.bool get isDefault => $_getBF(2);
Implementation
@$pb.TagNumber(4)
set isDefault($core.bool value) => $_setBool(2, value);
defines if the organization's admin changed the policy
@$pb.TagNumber(4)
$core.bool get isDefault => $_getBF(2);
@$pb.TagNumber(4)
set isDefault($core.bool value) => $_setBool(2, value);