Class AlertListResponse
A page of alerts. Always the canonical {data, pagination} envelope.
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class AlertListResponse
Properties
Data
Declaration
[JsonPropertyName("data")]
public List<AlertResponse> Data { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AlertResponse> |
Pagination
Declaration
[JsonPropertyName("pagination")]
public PaginationResponse? Pagination { get; set; }
Property Value
| Type | Description |
|---|---|
| PaginationResponse |