parentActionCodeId property

  1. @TagNumber.new(16)
Int64 get parentActionCodeId

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);
  1. @TagNumber.new(16)
set parentActionCodeId (Int64 value)

Implementation

@$pb.TagNumber(16)
set parentActionCodeId($fixnum.Int64 value) => $_setInt64(6, value);