banDurationSeconds property
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;
Duration of the ban in seconds (0 for permanent, or between 60 and 63072000 seconds for a temporary ban)
@JsonKey(includeIfNull: false, name: 'ban_duration_seconds')
final int? banDurationSeconds;