Goto.Schema.Webinar (Peacemaker v3.3.5-rc.7) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Goto.Schema.Webinar{
  accountKey: String.t(),
  approvalType: String.t(),
  experienceType: String.t(),
  impromptu: bool(),
  isPasswordProtected: bool(),
  locale: String.t(),
  omid: String.t(),
  organizerKey: String.t(),
  recurrenceType: String.t(),
  registrationSettingsKey: String.t(),
  registrationUrl: String.t(),
  status: String.t(),
  subject: String.t(),
  timeZone: String.t(),
  times: [%{endTime: String.t(), startTime: String.t()}],
  webinarId: String.t(),
  webinarKey: String.t()
}