mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 08:31:19 +00:00
25 lines
863 B
Markdown
25 lines
863 B
Markdown
# managerapi.model.DeviceDTO
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:managerapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | | [optional]
|
|
**identifier** | **String** | | [optional]
|
|
**name** | **String** | | [optional]
|
|
**ipAddressWLAN** | **String** | | [optional]
|
|
**ipAddressETH** | **String** | | [optional]
|
|
**configurationId** | **String** | | [optional]
|
|
**configuration** | **String** | | [optional]
|
|
**connected** | **bool** | | [optional]
|
|
**dateCreation** | [**DateTime**](DateTime.md) | | [optional]
|
|
**dateUpdate** | [**DateTime**](DateTime.md) | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|