creationDate property
CreationDate is the timestamp when the user group was created.
Implementation
@$pb.TagNumber(2)
$1.Timestamp get creationDate => $_getN(1);
Implementation
@$pb.TagNumber(2)
set creationDate($1.Timestamp value) => $_setField(2, value);