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

# Interface: CreateIcon

**`Export`**

**`Interface`**

CreateIcon

## Table of contents

### Properties

- [content](CreateIcon.md#content)
- [portfolio\_id](CreateIcon.md#portfolio_id)
- [portfolio\_item\_id](CreateIcon.md#portfolio_item_id)

## Properties

### content

• `Optional` **content**: `any`

The binary image contents, maximum size is 250KB

**`Memberof`**

CreateIcon

#### Defined in

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

___

### portfolio\_id

• `Optional` **portfolio\_id**: `string`

The Portfolio this Icon belongs to

**`Memberof`**

CreateIcon

#### Defined in

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

___

### portfolio\_item\_id

• `Optional` **portfolio\_item\_id**: `string`

The Portfolio Item this Icon belongs to

**`Memberof`**

CreateIcon

#### Defined in

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