message property

  1. @TagNumber(2)
JobNotification_Message get message

The attribute requirements of messages to be sent to this Pub/Sub topic. Without this field, no message will be sent.

Implementation

@$pb.TagNumber(2)
JobNotification_Message get message => $_getN(1);
  1. @TagNumber(2)
set message (JobNotification_Message v)

Implementation

@$pb.TagNumber(2)
set message(JobNotification_Message v) { setField(2, v); }