sortKey property

  1. @JsonKey(name: 'sortKey', toJson: RadarrUtilities.historySortKeyToJson, fromJson: RadarrUtilities.historySortKeyFromJson)
RadarrHistorySortKey? sortKey
getter/setter pair

Implementation

@JsonKey(name: 'sortKey', toJson: RadarrUtilities.historySortKeyToJson, fromJson: RadarrUtilities.historySortKeyFromJson)
RadarrHistorySortKey? sortKey;