EventLocation

字段

字段名 类型 格式 是否必填
name string | null
street string | null
city string | null
postcode string | null

示例 JSON

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