EventLocation

Propiedades

Nombre Tipo Formato Obligatorio
name string | null
street string | null
city string | null
postcode string | null

JSON de ejemplo

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