reportId property

  1. @JsonKey.new(name: 'report_id')
String reportId
final

The unique identifier for this report

Implementation

@JsonKey(name: 'report_id')
final String reportId;