struct Place::EventSetupBreakdownTime::EventMetadata

Included Modules

Extended Modules

Defined in:

place/event_setup_breakdown_time.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def breakdown_event_id : String | Nil #

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

[View source]
def breakdown_time : Int64 #

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

[View source]
def cancelled : Bool #

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

[View source]
def event_end : Int64 #

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

[View source]
def event_id : String #

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

[View source]
def event_start : Int64 #

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

[View source]
def ext_data : JSON::Any | Nil #

[View source]
def ext_data=(ext_data : JSON::Any | Nil) #

[View source]
def host_email : String #

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

[View source]
def ical_uid : String #

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

[View source]
def recurring_master_id : String | Nil #

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

[View source]
def resource_calendar : String #

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

[View source]
def setup_event_id : String | Nil #

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

[View source]
def setup_time : Int64 #

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

[View source]
def system_id : String #

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

[View source]