sourceNetworkUri property
URI of the network where this packet originates from.
Implementation
@$pb.TagNumber(6)
$core.String get sourceNetworkUri => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set sourceNetworkUri($core.String v) {
$_setString(5, v);
}