mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 17:51:20 +00:00
22 lines
669 B
Markdown
22 lines
669 B
Markdown
# mycoreapi.model.ScreenDevice
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:mycoreapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | | [optional]
|
|
**name** | **String** | | [optional]
|
|
**type** | **String** | | [optional]
|
|
**location** | **String** | | [optional]
|
|
**locationExplanation** | **String** | | [optional]
|
|
**height** | **int** | | [optional]
|
|
**width** | **int** | | [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)
|
|
|
|
|