creationDate property
The timestamp of the organization was created.
Implementation
@$pb.TagNumber(1)
$2.Timestamp get creationDate => $_getN(0);
Implementation
@$pb.TagNumber(1)
set creationDate($2.Timestamp value) => $_setField(1, value);
The timestamp of the organization was created.
@$pb.TagNumber(1)
$2.Timestamp get creationDate => $_getN(0);
@$pb.TagNumber(1)
set creationDate($2.Timestamp value) => $_setField(1, value);