This commit is contained in:
@@ -30,6 +30,10 @@ namespace Nodify.Calculator.Models
|
||||
public string SystemOp { get; set; } = string.Empty;
|
||||
public string ClassName { get; set; } = string.Empty;
|
||||
|
||||
// Auth node properties
|
||||
public string AuthBaseUrl { get; set; } = string.Empty;
|
||||
public string AuthType { get; set; } = string.Empty;
|
||||
|
||||
// Take node properties
|
||||
public int NthIndex { get; set; }
|
||||
public bool IsRandom { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user