21 lines
854 B
Markdown
21 lines
854 B
Markdown
# manager_api_new.model.ProgrammeBlock
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api_new/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | | [optional]
|
|
**title** | [**List<TranslationDTO>**](TranslationDTO.md) | | [optional] [default to const []]
|
|
**description** | [**List<TranslationDTO>**](TranslationDTO.md) | | [optional] [default to const []]
|
|
**startTime** | [**DateTime**](DateTime.md) | | [optional]
|
|
**endTime** | [**DateTime**](DateTime.md) | | [optional]
|
|
**mapAnnotations** | [**List<MapAnnotation>**](MapAnnotation.md) | | [optional] [default to const []]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|