creationDate property
The timestamp of the creation of the new client secret.
Implementation
@$pb.TagNumber(2)
$1.Timestamp get creationDate => $_getN(1);
Implementation
@$pb.TagNumber(2)
set creationDate($1.Timestamp value) => $_setField(2, value);