disabled property
If true, the CORS policy is disabled. The default value is false, which indicates that the CORS policy is in effect.
Implementation
@$pb.TagNumber(8)
$core.bool get disabled => $_getBF(7);
Implementation
@$pb.TagNumber(8)
set disabled($core.bool v) {
$_setBool(7, v);
}