clientId property

  1. @TagNumber.new(82)
Int64 get clientId

Filter by the ID of the client for whom the item has been issued

Implementation

@$pb.TagNumber(82)
$fixnum.Int64 get clientId => $_getI64(30);
  1. @TagNumber.new(82)
set clientId (Int64 value)

Implementation

@$pb.TagNumber(82)
set clientId($fixnum.Int64 value) => $_setInt64(30, value);