[@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) / Data

# Class: Data

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

## Table of contents

### Constructors

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

### Properties

- [id](WDX.Schema.Model.Trend.Data.md#id)
- [time](WDX.Schema.Model.Trend.Data.md#time)
- [trendUuid](WDX.Schema.Model.Trend.Data.md#trenduuid)

## Constructors

### constructor

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

#### Returns

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

## Properties

### id

• `Optional` **id**: `number`

#### Defined in

src/WDX/Schema/Model/Trend/Data.ts:14

___

### time

• **time**: `string` \| `number`

#### Defined in

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

___

### trendUuid

• **trendUuid**: `string`

#### Defined in

src/WDX/Schema/Model/Trend/Data.ts:12
