struct PlaceOS::Model::Metadata::ParentResponse

Included Modules

Defined in:

Constructors

Instance Method Summary

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) #

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

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

Instance Method Detail

def created_at : Time #

def description : String #

def details : JSON::Any #

def editors : Set(String) #

def metadata_id : String | Nil #

def modified_by_id : String | Nil #

def name : String #

def parent : User | ControlSystem | Zone | Nil #

def parent_id : String | Nil #

def schema_id : String | Nil #

def updated_at : Time #