Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserGroupListNextOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • UserGroupListNextOptionalParams

Index

Properties

Properties

Optional filter

filter: undefined | string

| Field | Usage | Supported operators | Supported functions |
|-------------|------------------------|-----------------------------------|
| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |

Optional skip

skip: undefined | number

Number of records to skip.

Optional top

top: undefined | number

Number of records to return.

Generated using TypeDoc