Skip to main content

PaginatedListUser

@icure/medical-device-sdk / PaginatedListUser

Class: PaginatedListUser

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new PaginatedListUser(json)

Parameters

NameType
jsonIPaginatedListUser

Defined in

src/models/PaginatedListUser.ts:17

Properties

nextKeyPair

Optional nextKeyPair: PaginatedDocumentKeyAndIdPairObject

Defined in

src/models/PaginatedListUser.ts:29


pageSize

pageSize: number

Defined in

src/models/PaginatedListUser.ts:26


rows

rows: User[]

Defined in

src/models/PaginatedListUser.ts:28


totalSize

totalSize: number

Defined in

src/models/PaginatedListUser.ts:27

Methods

marshal

marshal(): IPaginatedListUser

Returns

IPaginatedListUser

Defined in

src/models/PaginatedListUser.ts:31