14 lines
274 B
C#
14 lines
274 B
C#
namespace Shared.Models.SISI.NextHUB
|
|
{
|
|
public class SingleNodeSettings
|
|
{
|
|
public string node { get; set; }
|
|
|
|
public string attribute { get; set; }
|
|
|
|
public string[] attributes { get; set; }
|
|
|
|
public string format { get; set; }
|
|
}
|
|
}
|