/
AMachine
/
MMDB_Backend
Обзор
Документация
Войти
/
AMachine
/
MMDB_Backend
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
MMDB.WebApi/Contracts/NotesRequest.cs
30 строк
630 B
AssaultMachine
all in
19 май 2025, 20:38
19 май 2025, 20:38
9e4bda3
Код
Авторство
О чём код?
namespace MMDB.WebApi.Contracts; public record NotesRequest( string? Type, string? Id, string? TargetCkey, string? AdminCkey, string? Severity, DateTime? MinTimestamp, DateTime? MaxTimestamp, DateTime? MinExpireTimestamp, DateTime? MaxExpireTimestamp, string? Server, uint? ServerIp, uint? ServerPort, uint? MinRoundId, uint? MaxRoundId, uint? MinPlaytime, uint? MaxPlaytime, string? LastEditor, bool? IsSecret, bool? IsDeleted, string? DeletedCkey, string? SortBy, bool? SortDesc, int Page = 1, int PageSize = 10 );