type property

  1. @TagNumber(1)
JobNotification_Type type

The message type.

Implementation

@$pb.TagNumber(1)
JobNotification_Type get type => $_getN(0);
  1. @TagNumber(1)
void type=(JobNotification_Type v)

Implementation

@$pb.TagNumber(1)
set type(JobNotification_Type v) { setField(1, v); }