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

# Class: DataRequestBody

[Model](../modules/WDX.Schema.Model.md).[Trend](../modules/WDX.Schema.Model.Trend.md).DataRequestBody

## Table of contents

### Constructors

- [constructor](WDX.Schema.Model.Trend.DataRequestBody.md#constructor)

### Properties

- [conditions](WDX.Schema.Model.Trend.DataRequestBody.md#conditions)
- [dateFormat](WDX.Schema.Model.Trend.DataRequestBody.md#dateformat)
- [dateFrom](WDX.Schema.Model.Trend.DataRequestBody.md#datefrom)
- [dateTo](WDX.Schema.Model.Trend.DataRequestBody.md#dateto)
- [interpolationMaxPoints](WDX.Schema.Model.Trend.DataRequestBody.md#interpolationmaxpoints)
- [interpolationType](WDX.Schema.Model.Trend.DataRequestBody.md#interpolationtype)
- [orderBy](WDX.Schema.Model.Trend.DataRequestBody.md#orderby)
- [orderDirection](WDX.Schema.Model.Trend.DataRequestBody.md#orderdirection)
- [timezone](WDX.Schema.Model.Trend.DataRequestBody.md#timezone)
- [trendUuid](WDX.Schema.Model.Trend.DataRequestBody.md#trenduuid)

## Constructors

### constructor

• **new DataRequestBody**(): [`DataRequestBody`](WDX.Schema.Model.Trend.DataRequestBody.md)

#### Returns

[`DataRequestBody`](WDX.Schema.Model.Trend.DataRequestBody.md)

## Properties

### conditions

• **conditions**: `FindManyOptions`\<[`Data`](WDX.Schema.Model.Trend.Data.md)\>

#### Defined in

src/WDX/Schema/Model/Trend/DataRequestBody.ts:17

___

### dateFormat

• `Optional` **dateFormat**: `string`

#### Defined in

src/WDX/Schema/Model/Trend/DataRequestBody.ts:22

___

### dateFrom

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

#### Defined in

src/WDX/Schema/Model/Trend/DataRequestBody.ts:20

___

### dateTo

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

#### Defined in

src/WDX/Schema/Model/Trend/DataRequestBody.ts:21

___

### interpolationMaxPoints

• `Optional` **interpolationMaxPoints**: `number`

#### Defined in

src/WDX/Schema/Model/Trend/DataRequestBody.ts:25

___

### interpolationType

• `Optional` **interpolationType**: [`InterpolationType`](../enums/WDX.Schema.Model.Trend.InterpolationType.md)

#### Defined in

src/WDX/Schema/Model/Trend/DataRequestBody.ts:24

___

### orderBy

• `Optional` **orderBy**: `string`

#### Defined in

src/WDX/Schema/Model/Trend/DataRequestBody.ts:18

___

### orderDirection

• `Optional` **orderDirection**: ``"ASC"`` \| ``"DESC"``

#### Defined in

src/WDX/Schema/Model/Trend/DataRequestBody.ts:19

___

### timezone

• `Optional` **timezone**: `string`

#### Defined in

src/WDX/Schema/Model/Trend/DataRequestBody.ts:23

___

### trendUuid

• **trendUuid**: `string`

Trend UUID

#### Defined in

src/WDX/Schema/Model/Trend/DataRequestBody.ts:16
