struct PlaceOS::Model::TriggerInstance::MetadataResponse
- PlaceOS::Model::TriggerInstance::MetadataResponse
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
Defined in:
Constructors
- .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)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #control_system_id : String | Nil
- #created_at : Time
- #enabled : Bool
- #exec_enabled : Bool
- #important : Bool
- #playlists : Array(String)
- #trigger_count : Int32
- #trigger_id : String | Nil
- #triggered : Bool
- #updated_at : Time
- #webhook_secret : String
- #zone_id : String | Nil
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)
#