# Datapoint

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

## withAt(at)


Sets the at attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **at** | `number` | ❌ | optional field |

### Retorna

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

{{% /notice %}}

---
## withFrom(from)


Sets the from attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **from** | `number` | ❌ | optional field |

### Retorna

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

{{% /notice %}}

---
## withSource(value)


Sets the source attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **value** | `string` | ❌ | optional field |

### Retorna

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

{{% /notice %}}

---
## withSourceInfo(value)


Sets the source attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **value** | `string` | ❌ | optional field |

### Retorna

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

{{% /notice %}}

---
## withTags(tags)


Sets the tags attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **tags** | `Array` | ❌ |  |

### Retorna

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

{{% /notice %}}

---
## withValue(value)


Sets the value attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **value** | `string` | ❌ | required field |

### Retorna

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

{{% /notice %}}

---

