struct PlaceOS::Model::Edge::KeyResponse
- PlaceOS::Model::Edge::KeyResponse
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
Defined in:
Constructors
- .new(created_at : Time, updated_at : Time, name : String, description : String, user_id : String, last_seen : Time | Nil, online : Bool, x_api_key : String, **_unknow_types)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #created_at : Time
- #description : String
- #last_seen : Time | Nil
- #name : String
- #online : Bool
- #updated_at : Time
- #user_id : String
- #x_api_key : String
Constructor Detail
def self.new(created_at : Time, updated_at : Time, name : String, description : String, user_id : String, last_seen : Time | Nil, online : Bool, x_api_key : String, **_unknow_types)
#