Spatio.Model.CreateEventRequest (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.CreateEventRequest{
  account_id: String.t(),
  calendar_id: String.t() | nil,
  conference_type: String.t() | nil,
  event: Spatio.Model.SpatioEvent.t(),
  send_updates: String.t() | nil
}

Functions

decode(value)