destination property

  1. @TagNumber(10)
Destination destination

Required. Destination specifies where the events should be sent to.

Implementation

@$pb.TagNumber(10)
Destination get destination => $_getN(6);
  1. @TagNumber(10)
void destination=(Destination v)

Implementation

@$pb.TagNumber(10)
set destination(Destination v) { setField(10, v); }