struct Place::AutoRelease::Booking
- Place::AutoRelease::Booking
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
place/auto_release.crConstructors
Instance Method Summary
- #approved : Bool
- #approved=(approved : Bool)
- #approver_email : String | Nil
- #approver_email=(approver_email : String | Nil)
- #approver_id : String | Nil
- #approver_id=(approver_id : String | Nil)
- #approver_name : String | Nil
- #approver_name=(approver_name : String | Nil)
- #asset_id : String
- #asset_id=(asset_id : String)
- #booked_by_email : String
- #booked_by_email=(booked_by_email : String)
- #booked_by_id : String
- #booked_by_id=(booked_by_id : String)
- #booked_by_name : String
- #booked_by_name=(booked_by_name : String)
- #booking_end : Int64
- #booking_end=(booking_end : Int64)
- #booking_start : Int64
- #booking_start=(booking_start : Int64)
- #booking_type : String
- #booking_type=(booking_type : String)
- #checked_in : Bool
- #checked_in=(checked_in : Bool)
- #created : Int64 | Nil
- #created=(created : Int64 | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #id : Int64
- #id=(id : Int64)
- #last_changed : Int64 | Nil
- #last_changed=(last_changed : Int64 | Nil)
- #process_state : String | Nil
- #process_state=(process_state : String | Nil)
- #rejected : Bool
- #rejected=(rejected : Bool)
- #timezone : String | Nil
- #timezone=(timezone : String | Nil)
- #title : String | Nil
- #title=(title : String | Nil)
- #user_email : String
- #user_email=(user_email : String)
- #user_id : String
- #user_id=(user_id : String)
- #user_name : String
- #user_name=(user_name : String)
- #zones : Array(String)
- #zones=(zones : Array(String))