parentActionCodeId property
- @TagNumber.new(16)
@optional
@description The ID of the parent category in the action code hierarchy. Set to 0 if this is a top-level (root) action code.
@example 105
@regex ^0-9+$
@format Non-negative integer.
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);