Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueriesListNextOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • QueriesListNextOptionalParams

Index

Properties

Optional includeBody

includeBody: undefined | false | true

Flag indicating whether or not to return the body of each applicable query. If false, only return the query information.

Optional skipToken

skipToken: undefined | string

Base64 encoded token used to fetch the next page of items. Default is null.

Optional top

top: undefined | number

Maximum items returned in page.

Generated using TypeDoc