updatedDate property
The date when the project was last updated, in UNIX epoch time format. If
the project was not updated, then createdDate
and
updatedDate
are the same.
Implementation
final DateTime updatedDate;
The date when the project was last updated, in UNIX epoch time format. If
the project was not updated, then createdDate
and
updatedDate
are the same.
final DateTime updatedDate;