Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListPackagesRequest

example

Click here to see how to use ListPackagesRequest.

Properties

Optional compartmentId

compartmentId: undefined | string

List the packages that belong to this compartment.

Optional displayName

displayName: undefined | string

List only the information for the Digital Assistant instance with this user-friendly name. These names don't have to be unique and may change.

Example: {@code My new resource}

Optional isLatestVersionOnly

isLatestVersionOnly: undefined | false | true

Should we return only the latest version of a package (instead of all versions)?

Optional limit

limit: undefined | number

The maximum number of items to return per page.

Optional name

name: undefined | string

List only the information for the package with this name. Package names are unique to a publisher and may not change.

Example: {@code My Package}

Optional odaInstanceId

odaInstanceId: undefined | string

List only the information for this Digital Assistant instance.

Optional opcRequestId

opcRequestId: undefined | string

The client request ID for tracing. This value is included in the opc-request-id response header.

Optional page

page: undefined | string

The page at which to start retrieving results.

You get this value from the {@code opc-next-page} header in a previous list request. To retireve the first page, omit this query parameter.

Example: {@code MToxMA==}

Optional resourceType

resourceType: undefined | string

Resource type identifier. Used to limit query results to the items which are applicable to the given type.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional sortBy

sortBy: SortBy

Sort on this field. You can specify one sort order only. The default sort field is {@code TIMECREATED}.

The default sort order for {@code TIMECREATED} is descending, and the default sort order for {@code DISPLAYNAME} is ascending.

Optional sortOrder

sortOrder: SortOrder

Sort the results in this order, use either {@code ASC} (ascending) or {@code DESC} (descending).