message property
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);
Implementation
@$pb.TagNumber(2)
set message(JobNotification_Message v) {
setField(2, v);
}