resourceUri property
URI of the resource that the packet is forwarded to.
Implementation
@$pb.TagNumber(2)
$core.String get resourceUri => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set resourceUri($core.String v) {
$_setString(1, v);
}
URI of the resource that the packet is forwarded to.
@$pb.TagNumber(2)
$core.String get resourceUri => $_getSZ(1);
@$pb.TagNumber(2)
set resourceUri($core.String v) {
$_setString(1, v);
}