onspring-api-sdk
    Preparing search index...

    Class CollectionResponse<T>

    CollectionResponse - A generic object for responses that contain collections of objects.

    Type Parameters

    • T
    Index
    • Type Parameters

      • T

      Parameters

      • count: number

        The total count of items in the collection.

      • items: T[]

        The items in the collection.

      Returns CollectionResponse<T>

      • A new instance of the CollectionResponse.
    count: number
    items: T[]