Spatio.Model.ListEventsData (spatio_sdk v0.0.2)
Shape of data when returned by listEvents. Wrapped inside a CalendarOperationResult — clients should access this as result.data after checking result.success.
Summary
Types
@type t() :: %Spatio.Model.ListEventsData{ events: [Spatio.Model.SpatioEvent.t()] | nil, next_page_token: String.t() | nil, total_results: integer() | nil, updated_at: DateTime.t() }