projectId property
- @TagNumber.new(10)
@mandatory
@description The unique identifier of the target project to which the contact will be associated.
@example 1024
@regex ^0-9+$
@format Non-negative integer.
Implementation
@$pb.TagNumber(10)
$fixnum.Int64 get projectId => $_getI64(1);
- @TagNumber.new(10)
Implementation
@$pb.TagNumber(10)
set projectId($fixnum.Int64 value) => $_setInt64(1, value);