[@wago/wdx-schema](../README.md) / [Exports](../modules.md) / [WDX](../modules/WDX.md) / [Schema](../modules/WDX.Schema.md) / [Model](../modules/WDX.Schema.Model.md) / [Chart](../modules/WDX.Schema.Model.Chart.md) / ExportRequestBody

# Class: ExportRequestBody

[Model](../modules/WDX.Schema.Model.md).[Chart](../modules/WDX.Schema.Model.Chart.md).ExportRequestBody

## Table of contents

### Constructors

- [constructor](WDX.Schema.Model.Chart.ExportRequestBody.md#constructor)

### Properties

- [chartUuid](WDX.Schema.Model.Chart.ExportRequestBody.md#chartuuid)
- [dateFrom](WDX.Schema.Model.Chart.ExportRequestBody.md#datefrom)
- [dateTo](WDX.Schema.Model.Chart.ExportRequestBody.md#dateto)
- [type](WDX.Schema.Model.Chart.ExportRequestBody.md#type)

## Constructors

### constructor

• **new ExportRequestBody**(`chartUuid`, `type`, `dateFrom?`, `dateTo?`): [`ExportRequestBody`](WDX.Schema.Model.Chart.ExportRequestBody.md)

#### Parameters

| Name | Type |
| :------ | :------ |
| `chartUuid` | `string` |
| `type` | [`Type`](../enums/WDX.Schema.Model.Chart.Export.Type.md) |
| `dateFrom?` | `number` |
| `dateTo?` | `number` |

#### Returns

[`ExportRequestBody`](WDX.Schema.Model.Chart.ExportRequestBody.md)

#### Defined in

src/WDX/Schema/Model/Chart/ExportRequestBody.ts:11

## Properties

### chartUuid

• **chartUuid**: `string`

#### Defined in

src/WDX/Schema/Model/Chart/ExportRequestBody.ts:12

___

### dateFrom

• `Optional` **dateFrom**: `number`

#### Defined in

src/WDX/Schema/Model/Chart/ExportRequestBody.ts:14

___

### dateTo

• `Optional` **dateTo**: `number`

#### Defined in

src/WDX/Schema/Model/Chart/ExportRequestBody.ts:15

___

### type

• **type**: [`Type`](../enums/WDX.Schema.Model.Chart.Export.Type.md)

#### Defined in

src/WDX/Schema/Model/Chart/ExportRequestBody.ts:13
