associateId property
- @TagNumber.new(12)
The ID of the associate who has requested for visitation
Implementation
@$pb.TagNumber(12)
$fixnum.Int64 get associateId => $_getI64(2);
- @TagNumber.new(12)
Implementation
@$pb.TagNumber(12)
set associateId($fixnum.Int64 value) => $_setInt64(2, value);