Data transfer object representing a chess club in the DSB Wertungsportal.
DELETE_STATE_FALSE or DELETE_STATE_TRUE).
Only serialized in the JSON response, never written to the CSV export.| name | data type | description |
|---|---|---|
| clubVkz | string | |
| clubName | string | |
| federation | string | |
| parentFederation | string | |
| state | ClubState |
Example
{
"clubVkz" : "...",
"clubName" : "...",
"federation" : "...",
"parentFederation" : "...",
"state" : "DELETE_STATE_TRUE"
}