EventLocation

Eigenschaften

Name Typ Format Erforderlich
name string | null
street string | null
city string | null
postcode string | null

Beispiel-JSON

{
    "name": "string",
    "street": "string",
    "city": "string",
    "postcode": "string"
}