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