Implemente parse json node having universal connector
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
@@ -38,6 +38,9 @@ namespace Nodify.Calculator.Models
|
||||
public string AuthBaseUrl { get; set; } = string.Empty;
|
||||
public string AuthType { get; set; } = string.Empty;
|
||||
|
||||
// Parse Json node properties
|
||||
public string ParseJsonTargetType { get; set; } = string.Empty;
|
||||
|
||||
// Take node properties
|
||||
public int NthIndex { get; set; }
|
||||
public bool IsRandom { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user