21 lines
674 B
Markdown
21 lines
674 B
Markdown
# manager_api.model.ResourceDTO
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | | [optional]
|
|
**type** | [**ResourceType**](ResourceType.md) | | [optional]
|
|
**label** | **String** | | [optional]
|
|
**dateCreation** | [**DateTime**](DateTime.md) | | [optional]
|
|
**data** | **String** | | [optional]
|
|
**instanceId** | **String** | | [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)
|
|
|
|
|