Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EntitiesRelationsListNextOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • EntitiesRelationsListNextOptionalParams

Index

Properties

Optional filter

filter: undefined | string

Filters the results, based on a Boolean condition. Optional.

Optional orderby

orderby: undefined | string

Sorts the results. Optional.

Optional skipToken

skipToken: undefined | string

Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional.

Optional top

top: undefined | number

Returns only the first n results. Optional.

Generated using TypeDoc