Search Results for

    Show / Hide Table of Contents

    Class ResponseList<TData>

    Inheritance
    System.Object
    ResponseList<TData>
    Namespace: Crowdin.Api
    Assembly: Crowdin.Api.dll
    Syntax
    public class ResponseList<TData> : object
    Type Parameters
    Name Description
    TData

    Properties

    | Improve this Doc View Source

    Data

    Declaration
    public List<TData> Data { get; set; }
    Property Value
    Type Description
    List<TData>
    | Improve this Doc View Source

    Pagination

    Declaration
    public Pagination Pagination { get; set; }
    Property Value
    Type Description
    Pagination
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX