Class ExportListResponse
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class ExportListResponse
Properties
Data
Declaration
[JsonPropertyName("data")]
public List<ExportResponse> Data { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ExportResponse> |
Total
Declaration
[JsonPropertyName("total")]
public int Total { get; set; }
Property Value
| Type | Description |
|---|---|
| int |