updatedDate property

  1. @JsonKey(name: 'updated_date')
DateTime? updatedDate
getter/setter pair

The last time anything in this Work object changed, expressed as an ISO 8601 date string (in UTC). This date is updated for any change at all, including increases in various counts.

Implementation

@JsonKey(name: 'updated_date')
DateTime? updatedDate;