@dialstack/sdk-dev / server/src / QueueListMembersParams
Interface: QueueListMembersParams
Defined in: sdk/server/src/index.ts:2586
Properties
ending_before?
TypeScript
optional ending_before?: string;
Defined in: sdk/server/src/index.ts:2601
Deprecated
The API accepts no bare cursor parameters — parseListParams
reads only limit and page, and this value is discarded. Use page with
the cursor from the previous response's next_page_url.
limit?
TypeScript
optional limit?: number;
Defined in: sdk/server/src/index.ts:2587
page?
TypeScript
optional page?: string;
Defined in: sdk/server/src/index.ts:2589
Opaque cursor from a previous response's next_page_url.
starting_after?
TypeScript
optional starting_after?: string;
Defined in: sdk/server/src/index.ts:2595
Deprecated
The API accepts no bare cursor parameters — parseListParams
reads only limit and page, and this value is discarded. Use page with
the cursor from the previous response's next_page_url.