scope property
Immutable. The scope of the certificate.
Implementation
@$pb.TagNumber(12)
Certificate_Scope get scope => $_getN(10);
Implementation
@$pb.TagNumber(12)
set scope(Certificate_Scope v) { setField(12, v); }
Immutable. The scope of the certificate.
@$pb.TagNumber(12)
Certificate_Scope get scope => $_getN(10);
@$pb.TagNumber(12)
set scope(Certificate_Scope v) { setField(12, v); }