[@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / CollectionLinks

# Interface: CollectionLinks

**`Export`**

**`Interface`**

CollectionLinks

## Table of contents

### Properties

- [first](CollectionLinks.md#first)
- [last](CollectionLinks.md#last)
- [next](CollectionLinks.md#next)
- [prev](CollectionLinks.md#prev)

## Properties

### first

• `Optional` **first**: `string`

The link to fetch the first group of items in the result set

**`Memberof`**

CollectionLinks

#### Defined in

[api.ts:146](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L146)

___

### last

• `Optional` **last**: `string`

The link to fetch the last group of items in the result set

**`Memberof`**

CollectionLinks

#### Defined in

[api.ts:152](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L152)

___

### next

• `Optional` **next**: `string`

The link to fetch the next group of items in the result set

**`Memberof`**

CollectionLinks

#### Defined in

[api.ts:164](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L164)

___

### prev

• `Optional` **prev**: `string`

The link to fetch the previous group of items in the result set

**`Memberof`**

CollectionLinks

#### Defined in

[api.ts:158](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L158)
