creationDate property
CreationDate is the timestamp when the user was added to the group.
Implementation
@$pb.TagNumber(4)
$0.Timestamp get creationDate => $_getN(3);
Implementation
@$pb.TagNumber(4)
set creationDate($0.Timestamp value) => $_setField(4, value);