reportedAt property

  1. @JsonKey.new(name: 'reported_at')
String reportedAt
final

ISO 8601 timestamp when the report was submitted

Implementation

@JsonKey(name: 'reported_at')
final String reportedAt;