namespace NodePipeline.Configuration.Yaml.Internal_Models; internal class YamlEditorInputPort { /// /// человекочитаемое имя /// public string? Label { get; set; } public string? Source { get; set; } public string? Description { get; set; } }