EventLocation

Properties

Name Type Format Required
name string | null
street string | null
city string | null
postcode string | null

Example JSON

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