class MuleSoft::BookingResults

Included Modules

Extended Modules

Defined in:

mulesoft/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def bookings : Array(Booking) #

[View source]
def bookings=(bookings : Array(Booking)) #

[View source]
def count : Int64 #

[View source]
def count=(count : Int64) #

[View source]
def venue_code : String #

[View source]
def venue_code=(venue_code : String) #

[View source]
def venue_name : String #

[View source]
def venue_name=(venue_name : String) #

[View source]