data property

  1. @TagNumber.new(1)
BackupPlanEventData get data

The data associated with the event.

Implementation

@$pb.TagNumber(1)
$39.BackupPlanEventData get data => $_getN(0);
  1. @TagNumber.new(1)
set data (BackupPlanEventData v)

Implementation

@$pb.TagNumber(1)
set data($39.BackupPlanEventData v) {
  setField(1, v);
}