parentActionCodeId property

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

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

Implementation

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