Record
event
No description available.
record event {
accessibility: option<accessibility>,
additional-info: option<string>,
classifications: option<list<classification>>,
dates: option<event-dates>,
description: option<string>,
distance: option<f64>,
external-links: option<event-external-links>,
id: string,
images: option<list<image>>,
info: option<string>,
locale: option<string>,
location: option<location>,
name: option<string>,
outlets: option<list<outlet>>,
place: option<place>,
please-note: option<string>,
price-ranges: option<list<price-range>>,
products: option<list<product>>,
promoter: option<promoter>,
promoters: option<list<promoter>>,
sales: option<event-sales-dates>,
seatmap: option<seat-map>,
test: option<bool>,
type-op: attraction-type-op-enum,
units: option<string>,
url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| accessibility | option<accessibility> | |
| additional-info | option<string> | |
| classifications | option<list<classification>> | |
| dates | option<event-dates> | |
| description | option<string> | |
| distance | option<f64> | |
| external-links | option<event-external-links> | |
| id | string | |
| images | option<list<image>> | |
| info | option<string> | |
| locale | option<string> | |
| location | option<location> | |
| name | option<string> | |
| outlets | option<list<outlet>> | |
| place | option<place> | |
| please-note | option<string> | |
| price-ranges | option<list<price-range>> | |
| products | option<list<product>> | |
| promoter | option<promoter> | |
| promoters | option<list<promoter>> | |
| sales | option<event-sales-dates> | |
| seatmap | option<seat-map> | |
| test | option<bool> | |
| type-op | attraction-type-op-enum | |
| units | option<string> | |
| url | option<string> |