groupId property

  1. @TagNumber(1)
GroupId get groupId

The ID of this Group. It is the digest of the Group Policy.

Implementation

@$pb.TagNumber(1)
$10.GroupId get groupId => $_getN(0);
  1. @TagNumber(1)
set groupId (GroupId v)

Implementation

@$pb.TagNumber(1)
set groupId($10.GroupId v) { setField(1, v); }