rejections property

  1. @JsonKey.new(name: 'rejections')
List<RadarrManualImportRejection>? rejections
getter/setter pair

Implementation

@JsonKey(name: 'rejections')
List<RadarrManualImportRejection>? rejections;