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