Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 286 Bytes

ReminderEventAllOf.md

File metadata and controls

18 lines (12 loc) · 286 Bytes

Rasa::HTTP::ReminderEventAllOf

Properties

Name Type Description Notes
event String [optional]

Example

require 'rasa-http-api'

instance = Rasa::HTTP::ReminderEventAllOf.new(
  event: reminder
)