Options
All
  • Public
  • Public/Protected
  • All
Menu

Model representing a request for getting a collection of events

Hierarchy

  • GetEventsRequest

Index

Properties

Optional address

address: string

The address of where to search for the events from??? Optional unless "miles" is provided

Optional endTime

endTime: Date

The end time to search for events? Optional.

Optional keywords

keywords: string

Keywords for full text search on organization, title, and description

Optional limit

limit: number

Limit the number of events returned by this request??? Optional.

Optional miles

miles: number

How many miles away from the given address to search for events. Optional unless "address" is provided

Optional neighborhood

neighborhood: string

The neighborhood where this event is occurring. Optional Note: Should this be an Enum of some kind?? Does typescript have those?

Optional offset

offset: number

The offset of events to return by this request. For pagination??? Optional??? Note: Should all pagination related variables be required?

Optional startTime

startTime: Date

The start time to search for the events. Optional.

Generated using TypeDoc