createdDate property
The date this Work object was created in the OpenAlex dataset, expressed as an ISO 8601 date string.
Implementation
@JsonKey(name: 'created_date')
DateTime? createdDate;
The date this Work object was created in the OpenAlex dataset, expressed as an ISO 8601 date string.
@JsonKey(name: 'created_date')
DateTime? createdDate;