status property

  1. @TagNumber.new(10)
INVENTORY_LIFECYCLE get status

Limit the search space to the given status

Implementation

@$pb.TagNumber(10)
$1.INVENTORY_LIFECYCLE get status => $_getN(6);
  1. @TagNumber.new(10)
set status (INVENTORY_LIFECYCLE value)

Implementation

@$pb.TagNumber(10)
set status($1.INVENTORY_LIFECYCLE value) => $_setField(10, value);