publicationDate property

  1. @JsonKey(name: 'publication_date')
DateTime? publicationDate
getter/setter pair

The day when this work was published, formatted as an ISO 8601 date. Where different publication dates exist, we select the earliest available date of electronic publication. This date applies to the version found at Work.url. The other versions, found in Work.locations, may have been published at different (earlier) dates.

Implementation

@JsonKey(name: 'publication_date')
DateTime? publicationDate;