scope property

  1. @TagNumber(12)
Certificate_Scope get scope

Immutable. The scope of the certificate.

Implementation

@$pb.TagNumber(12)
Certificate_Scope get scope => $_getN(10);
  1. @TagNumber(12)
set scope (Certificate_Scope v)

Implementation

@$pb.TagNumber(12)
set scope(Certificate_Scope v) { setField(12, v); }