17 lines
738 B
Markdown
17 lines
738 B
Markdown
# Election
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | | [optional] [default to null]
|
|
**username** | **String** | | [optional] [default to null]
|
|
**name** | **String** | | [optional] [default to null]
|
|
**description** | **String** | | [optional] [default to null]
|
|
**start_date** | **String** | | [optional] [default to null]
|
|
**end_date** | **String** | | [optional] [default to null]
|
|
**items** | [**Vec<::models::ElectionItem>**](ElectionItem.md) | | [optional] [default to null]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|