class MuleSoft::Booking
- MuleSoft::Booking
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
mulesoft/models.crConstructors
Instance Method Summary
- #body : String
- #body=(body : String)
- #event_end : Int64
- #event_end=(event_end : Int64)
- #event_start : Int64
- #event_start=(event_start : Int64)
- #location : String
- #location=(location : String)
- #recurring_master_id : String | Nil
- #recurring_master_id=(recurring_master_id : String | Nil)
- #title : String | Nil
- #title=(title : String | Nil)
-
#to_placeos
we need this method to create an intermediary hash otherwise when to_json is called all the field names revert to the MuleSoft ones
Constructor Detail
Instance Method Detail
def to_placeos
#
we need this method to create an intermediary hash otherwise when to_json is called all the field names revert to the MuleSoft ones