mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 16:41:19 +00:00
21 lines
681 B
Markdown
21 lines
681 B
Markdown
# manager_api_new.model.ResourceDTO
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api_new/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | | [optional]
|
|
**type** | [**ResourceType**](ResourceType.md) | | [optional]
|
|
**label** | **String** | | [optional]
|
|
**url** | **String** | | [optional]
|
|
**dateCreation** | [**DateTime**](DateTime.md) | | [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)
|
|
|
|
|