changeDate property
The timestamp of the last update to the application.
Implementation
@$pb.TagNumber(3)
$0.Timestamp get changeDate => $_getN(2);
Implementation
@$pb.TagNumber(3)
set changeDate($0.Timestamp value) => $_setField(3, value);
The timestamp of the last update to the application.
@$pb.TagNumber(3)
$0.Timestamp get changeDate => $_getN(2);
@$pb.TagNumber(3)
set changeDate($0.Timestamp value) => $_setField(3, value);