Represents a single event.
JSON representation | |
---|---|
{ "type": enum ( |
Fields | |
---|---|
type |
Required: type of the ticket event, e.g. movie, concert. |
name |
Required: name of the event. For example, if the event is a movie, this should be the movie name. |
description |
description of the event. |
url |
Url to the event info. |
location |
The location where the event is happening, or an organization is located. |
eventCharacters[] |
The characters related to this event. It can be directors or actors of a movie event, or performers of a concert, etc. |
startDate |
Start time. |
endDate |
End time. |
doorTime |
Entry time, which might be different from the event start time. e.g. the event starts at 9am, but entry time is 8:30am. |