type property

  1. @TagNumber(3)
Instance_Type type

Required. Instance type.

Implementation

@$pb.TagNumber(3)
Instance_Type get type => $_getN(2);
  1. @TagNumber(3)
void type=(Instance_Type v)

Implementation

@$pb.TagNumber(3)
set type(Instance_Type v) { setField(3, v); }