resourceState property
Output only. State of the Feature resource itself.
Implementation
@$pb.TagNumber(3)
FeatureResourceState get resourceState => $_getN(2);
Implementation
@$pb.TagNumber(3)
set resourceState(FeatureResourceState v) { setField(3, v); }