9 lines
221 B
C#
9 lines
221 B
C#
![]() |
namespace AutoScan.Options;
|
||
|
|
||
|
public class ShinobiOptions
|
||
|
{
|
||
|
public string? URL { get; set; }
|
||
|
public string? APIKey { get; set; }
|
||
|
public string? GroupId { get; set; }
|
||
|
public string? MonitorId { get; set; }
|
||
|
}
|