Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProductApiListByProductOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • ProductApiListByProductOptionalParams

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 |
| serviceUrl | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| path | 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