Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / operations/mrt / ListProjectsResult

Interface: ListProjectsResult

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:67

Result of listing projects.

Properties

count

count: number

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:71

Total count of projects.


next

next: string | null

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:76

URL for next page of results.


previous

previous: string | null

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:81

URL for previous page of results.


projects

projects: object[]

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:86

Array of projects.

Released under the Apache-2.0 License.