originIndex property
Zero-based index of the origin in the request.
Implementation
@$pb.TagNumber(1)
$core.int get originIndex => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set originIndex($core.int v) {
$_setSignedInt32(0, v);
}
Zero-based index of the origin in the request.
@$pb.TagNumber(1)
$core.int get originIndex => $_getIZ(0);
@$pb.TagNumber(1)
set originIndex($core.int v) {
$_setSignedInt32(0, v);
}