Options
All
  • Public
  • Public/Protected
  • All
Menu

Options to get information about the branches of the version control model repository for a Mendix app.

Hierarchy

  • IGetBranchesOptions

Index

Properties

Properties

cursor?: string

A cursor specifying which page to retrieve. To obtain a cursor value, see the cursors property of the response payload of this operation. If no cursor is specified, the first page is returned.

Note: To the user of this API, a cursor is an opaque value that can only be obtained from a previous API response.

limit?: number

The number of items to return per result page. Defaults to 20 items. Maximum is 100 items.

Generated using TypeDoc