banDurationSeconds property

  1. @JsonKey.new(includeIfNull: false, name: 'ban_duration_seconds')
int? banDurationSeconds
final

Duration of the ban in seconds (0 for permanent, or between 60 and 63072000 seconds for a temporary ban)

Implementation

@JsonKey(includeIfNull: false, name: 'ban_duration_seconds')
final int? banDurationSeconds;