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