Inheritance
PaginationResponse
Assembly: Seclai.dll
public sealed class PaginationResponse
Properties
Declaration
[JsonPropertyName("has_next")]
public bool HasNext { get; set; }
Property Value
Declaration
[JsonPropertyName("has_prev")]
public bool HasPrev { get; set; }
Property Value
Declaration
[JsonPropertyName("limit")]
public int Limit { get; set; }
Property Value
Declaration
[JsonPropertyName("page")]
public int Page { get; set; }
Property Value
Declaration
[JsonPropertyName("pages")]
public int Pages { get; set; }
Property Value
Declaration
[JsonPropertyName("total")]
public int Total { get; set; }
Property Value