creationDate property
CreationDate is the timestamp when the authorization was created.
Implementation
@$pb.TagNumber(8)
$0.Timestamp get creationDate => $_getN(7);
Implementation
@$pb.TagNumber(8)
set creationDate($0.Timestamp value) => $_setField(8, value);