firstPublished property

  1. @JsonKey(name: 'firstPublished')
String? firstPublished
getter/setter pair

Date the first time the application status entered the 'Public' status.

Implementation

@JsonKey(name:'firstPublished')
String? firstPublished;