struct PlaceOS::Model::TriggerInstance::MetadataResponse

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(created_at : Time, updated_at : Time, enabled : Bool, triggered : Bool, important : Bool, exec_enabled : Bool, playlists : Array(String), webhook_secret : String, trigger_count : Int32, control_system_id : String | Nil, trigger_id : String | Nil, zone_id : String | Nil, **_unknow_types) #

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

Instance Method Detail

def control_system_id : String | Nil #

def created_at : Time #

def enabled : Bool #

def exec_enabled : Bool #

def important : Bool #

def playlists : Array(String) #

def trigger_count : Int32 #

def trigger_id : String | Nil #

def triggered : Bool #

def updated_at : Time #

def webhook_secret : String #

def zone_id : String | Nil #