Interface ContainersApiListContainersRequest

Hierarchy

  • ContainersApiListContainersRequest

Properties

filterTags?: string

Comma-separated list of tags to filter containers by.

groupBy?: string

Comma-separated list of tags to group containers by.

pageCursor?: string

String to query the next page of results. This key is provided with each valid response from the API in meta.pagination.next_cursor.

pageSize?: number

Maximum number of results returned.

sort?: string

Attribute to sort containers by.

Generated using TypeDoc