requestId property
- @TagNumber(9)
The ID associated with the request. This is a unique ID specific only to the given request.
Implementation
@$pb.TagNumber(9)
$fixnum.Int64 get requestId => $_getI64(5);
- @TagNumber(9)
Implementation
@$pb.TagNumber(9)
set requestId($fixnum.Int64 v) {
$_setInt64(5, v);
}