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