statusResetsTo property

  1. @JsonKey.new(includeIfNull: false, name: 'status_resets_to')
String? statusResetsTo
final

The status to reset to after the scheduled reset

Implementation

@JsonKey(includeIfNull: false, name: 'status_resets_to')
final String? statusResetsTo;