class TwentyFiveLivePro::Models::SpaceAvailabilityResponse::Content::Data::Space

Included Modules

Defined in:

twenty-five-live-pro/models/space_availability_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def available : Bool #

[View source]
def available=(available : Bool) #

[View source]
def conflict_type : String | Nil #

[View source]
def conflict_type=(conflict_type : String | Nil) #

[View source]
def dates : Array(Hash(String, JSON::Any)) #

[View source]
def dates=(dates : Array(Hash(String, JSON::Any))) #

[View source]
def space_id : Int64 #

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

[View source]