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