Class CollectionResponse<T>

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

Type Parameters

  • T

Constructors

Properties

Constructors

  • 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.

Properties

count: number
items: T[]