struct Booking::BookingResponse

Included Modules

Defined in:

pg_benchmark.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def approved : Bool #

[View source]
def approved_at : Int64 | Nil #

[View source]
def approver_email : String | Nil #

[View source]
def approver_id : String | Nil #

[View source]
def approver_name : String | Nil #

[View source]
def asset_id : String #

[View source]
def booked_by_email : String #

[View source]
def booked_by_name : String #

[View source]
def booked_from : String | Nil #

[View source]
def booking_end : Int64 #

[View source]
def booking_start : Int64 #

[View source]
def booking_type : String #

[View source]
def checked_in : Bool #

[View source]
def checked_in_at : Int64 | Nil #

[View source]
def checked_out_at : Int64 | Nil #

[View source]
def current_state : State #

[View source]
def deleted : Bool #

[View source]
def deleted_at : Int64 | Nil #

[View source]
def department : String | Nil #

[View source]
def description : String | Nil #

[View source]
def event_id : String | Nil #

[View source]
def extension_data : JSON::Any #

[View source]
def history : Array(History) #

[View source]
def id : Int64 #

[View source]
def last_changed : Int64 | Nil #

[View source]
def process_state : String | Nil #

[View source]
def rejected : Bool #

[View source]
def rejected_at : Int64 | Nil #

[View source]
def timezone : String | Nil #

[View source]
def title : String | Nil #

[View source]
def user_email : String #

[View source]
def user_id : String #

[View source]
def user_name : String #

[View source]
def zones : Array(String) | Nil #

[View source]