parentActionCodeId property
- @TagNumber.new(16)
The ID of the associated non-leaf parent action code (0, if the first action code that is being created is a leaf action code)
Implementation
@$pb.TagNumber(16)
$fixnum.Int64 get parentActionCodeId => $_getI64(6);
- @TagNumber.new(16)
Implementation
@$pb.TagNumber(16)
set parentActionCodeId($fixnum.Int64 value) => $_setInt64(6, value);