11 lines
273 B
C#
11 lines
273 B
C#
namespace NodePipeline.Configuration.Yaml.Internal_Models;
|
|
|
|
internal class YamlEditorOutputPort
|
|
{
|
|
/// <summary>
|
|
/// человекочитаемое имя
|
|
/// </summary>
|
|
public string? Label { get; set; }
|
|
|
|
public string? Description { get; set; }
|
|
} |