attendanceUomId property

  1. @TagNumber.new(51)
Int64 get attendanceUomId

The associated unit of material of the user's attendance record

Implementation

@$pb.TagNumber(51)
$fixnum.Int64 get attendanceUomId => $_getI64(22);
  1. @TagNumber.new(51)
set attendanceUomId (Int64 value)

Implementation

@$pb.TagNumber(51)
set attendanceUomId($fixnum.Int64 value) => $_setInt64(22, value);