updatedDate property

DateTime updatedDate
final

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;