docs.unity3d.com
    Show / Hide Table of Contents

    Interface IPagedResponse<T>

    An interface that represents a paged response of T

    Namespace: Unity.Cloud.Assets
    Syntax
    public interface IPagedResponse<T>
    Type Parameters
    Name Description
    T

    Type contained in the paged response

    Properties

    Elements

    Implement this property to return a collection of elements.

    Declaration
    T[] Elements { get; }
    Property Value
    Type Description
    T[]

    NextPageToken

    Implement this property to return the token for retrieving the next .

    Declaration
    string NextPageToken { get; }
    Property Value
    Type Description
    String

    PageEndIndex

    Implement this property to return the search index of the last result on this page.

    Declaration
    int PageEndIndex { get; }
    Property Value
    Type Description
    Int32

    Pagination

    Implement this property to return the page format.

    Declaration
    Pagination Pagination { get; }
    Property Value
    Type Description
    Pagination

    PreviousPage

    Implement this property to return the previous .

    Declaration
    IPagedResponse<T> PreviousPage { get; }
    Property Value
    Type Description
    IPagedResponse<T>
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023