destination property

  1. @TagNumber.new(1)
LogsPolicy_Destination get destination

Where logs should be saved.

Implementation

@$pb.TagNumber(1)
LogsPolicy_Destination get destination => $_getN(0);
  1. @TagNumber.new(1)
set destination (LogsPolicy_Destination v)

Implementation

@$pb.TagNumber(1)
set destination(LogsPolicy_Destination v) {
  setField(1, v);
}