# Notebook Launcher

This is a base object that contains all you can do about Bundles.

## constructor


Constructor

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **Reference** | `InternalOpenGateAPI` | ❌ | to the API object. |


---
## generateReport(generateReport)


Sets the generateReport attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **generateReport** | `boolean` | ❌ |  |

### Retorna

{{% notice tip %}}
**Tipo:** `NotebookLauncher`
<br>

{{% /notice %}}

---
## withIdentifier(identifier)


Sets the identifier attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **identifier** | `string` | ❌ |  |

### Retorna

{{% notice tip %}}
**Tipo:** `NotebookLauncher`
<br>

{{% /notice %}}

---
## withReportRetentionDays(reportRetentionDays)


Sets the reportRetentionDays attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **reportRetentionDays** | `number` | ❌ |  |

### Retorna

{{% notice tip %}}
**Tipo:** `NotebookLauncher`
<br>

{{% /notice %}}

---

