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