Search Results for

    Show / Hide Table of Contents

    Class PaginationResponse

    Inheritance
    object
    PaginationResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class PaginationResponse

    Properties

    HasNext

    Declaration
    [JsonPropertyName("has_next")]
    public bool HasNext { get; set; }
    Property Value
    Type Description
    bool

    HasPrev

    Declaration
    [JsonPropertyName("has_prev")]
    public bool HasPrev { get; set; }
    Property Value
    Type Description
    bool

    Limit

    Declaration
    [JsonPropertyName("limit")]
    public int Limit { get; set; }
    Property Value
    Type Description
    int

    Page

    Declaration
    [JsonPropertyName("page")]
    public int Page { get; set; }
    Property Value
    Type Description
    int

    Pages

    Declaration
    [JsonPropertyName("pages")]
    public int Pages { get; set; }
    Property Value
    Type Description
    int

    Total

    Declaration
    [JsonPropertyName("total")]
    public int Total { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX