creationDate property
CreationDate is the timestamp when the administrator role was granted.
Implementation
@$pb.TagNumber(1)
$0.Timestamp get creationDate => $_getN(0);
Implementation
@$pb.TagNumber(1)
set creationDate($0.Timestamp value) => $_setField(1, value);