destination property

  1. @TagNumber.new(4)
String get destination

Required. Destination to which to copy log entries.

Implementation

@$pb.TagNumber(4)
$core.String get destination => $_getSZ(2);
  1. @TagNumber.new(4)
set destination (String value)

Implementation

@$pb.TagNumber(4)
set destination($core.String value) => $_setString(2, value);