destinationNetworkUri property
URI of the network where this packet is sent to.
Implementation
@$pb.TagNumber(7)
$core.String get destinationNetworkUri => $_getSZ(6);
Implementation
@$pb.TagNumber(7)
set destinationNetworkUri($core.String v) {
$_setString(6, v);
}