mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 17:11:19 +00:00
771 B
771 B
mycoreapi.model.ProviderDTO
Load the model package
import 'package:mycoreapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| name | String | [optional] | |
| type | ProviderType | [optional] | |
| homeId | String | [optional] | |
| endpoint | String | [optional] | |
| username | String | [optional] | |
| password | String | [optional] | |
| apiKey | String | [optional] | |
| active | bool | [optional] |