destinationIp property
Destination IP address.
Implementation
@$pb.TagNumber(2)
$core.String get destinationIp => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set destinationIp($core.String v) {
$_setString(1, v);
}
Destination IP address.
@$pb.TagNumber(2)
$core.String get destinationIp => $_getSZ(1);
@$pb.TagNumber(2)
set destinationIp($core.String v) {
$_setString(1, v);
}