Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModelVersionsListOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • ModelVersionsListOptionalParams

Index

Properties

Optional description

description: undefined | string

Model description.

Optional feed

feed: undefined | string

Name of the feed.

Optional listViewType

listViewType: ListViewType

View type for including/excluding (for example) archived entities.

Optional offset

offset: undefined | number

Number of initial results to skip.

Optional orderBy

orderBy: undefined | string

Ordering of list.

Optional properties

properties: undefined | string

Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2

Optional skip

skip: undefined | string

Continuation token for pagination.

Optional tags

tags: undefined | string

Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2

Optional top

top: undefined | number

Maximum number of records to return.

Optional version

version: undefined | string

Model version.

Generated using TypeDoc