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