struct PlaceOS::Model::Metadata::ParentResponse
- PlaceOS::Model::Metadata::ParentResponse
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
Defined in:
Constructors
- .new(created_at : Time, updated_at : Time, modified_by_id : String | Nil, metadata_id : String | Nil, name : String, description : String, details : JSON::Any, editors : Set(String), parent_id : String | Nil, schema_id : String | Nil, parent : User | ControlSystem | Zone | Nil, **_unknow_types)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #created_at : Time
- #description : String
- #details : JSON::Any
- #editors : Set(String)
- #metadata_id : String | Nil
- #modified_by_id : String | Nil
- #name : String
- #parent : User | ControlSystem | Zone | Nil
- #parent_id : String | Nil
- #schema_id : String | Nil
- #updated_at : Time
Constructor Detail
def self.new(created_at : Time, updated_at : Time, modified_by_id : String | Nil, metadata_id : String | Nil, name : String, description : String, details : JSON::Any, editors : Set(String), parent_id : String | Nil, schema_id : String | Nil, parent : User | ControlSystem | Zone | Nil, **_unknow_types)
#