# Software

This is a base object that allows the user to create a Datapoint.

## withDate(date)


Set the date  attribute

### Parámetros

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

### Retorna

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

{{% /notice %}}

---
## withName(name)


Set the name attribute

### Parámetros

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

### Retorna

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

{{% /notice %}}

---
## withType(type)


Set the type attribute

### Parámetros

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

### Retorna

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

{{% /notice %}}

---
## withVersion(version)


Set the version attribute

### Parámetros

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

### Retorna

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

{{% /notice %}}

---

