struct Booking::BookingResponse
- Booking::BookingResponse
- Struct
- Value
- Object
Included Modules
- AutoInitialize
- JSON::Serializable
Defined in:
pg_benchmark.crConstructors
Instance Method Summary
- #approved : Bool
- #approved_at : Int64 | Nil
- #approver_email : String | Nil
- #approver_id : String | Nil
- #approver_name : String | Nil
- #asset_id : String
- #booked_by_email : String
- #booked_by_name : String
- #booked_from : String | Nil
- #booking_end : Int64
- #booking_start : Int64
- #booking_type : String
- #checked_in : Bool
- #checked_in_at : Int64 | Nil
- #checked_out_at : Int64 | Nil
- #current_state : State
- #deleted : Bool
- #deleted_at : Int64 | Nil
- #department : String | Nil
- #description : String | Nil
- #event_id : String | Nil
- #extension_data : JSON::Any
- #history : Array(History)
- #id : Int64
- #last_changed : Int64 | Nil
- #process_state : String | Nil
- #rejected : Bool
- #rejected_at : Int64 | Nil
- #timezone : String | Nil
- #title : String | Nil
- #user_email : String
- #user_id : String
- #user_name : String
- #zones : Array(String) | Nil