21 lines
675 B
Markdown
21 lines
675 B
Markdown
# manager_api_new.model.AppConfigurationLinkDTO
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api_new/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | | [optional]
|
|
**configurationId** | **String** | | [optional]
|
|
**applicationInstanceId** | **String** | | [optional]
|
|
**order** | **int** | | [optional]
|
|
**isActive** | **bool** | | [optional]
|
|
**weightMasonryGrid** | **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)
|
|
|
|
|