id property

  1. @TagNumber.new(2)
Int64 get id

@mandatory

@description The unique system identifier of the Action Code to be updated. Must be a value greater than 0.

@example 402

@regex ^0-9*$

@format Must be a strictly positive integer (1 or greater).

Implementation

@$pb.TagNumber(2)
$fixnum.Int64 get id => $_getI64(1);
  1. @TagNumber.new(2)
set id (Int64 value)

Implementation

@$pb.TagNumber(2)
set id($fixnum.Int64 value) => $_setInt64(1, value);