Class UpdateSourceRequest
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class UpdateSourceRequest
Properties
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Polling
Declaration
[JsonPropertyName("polling")]
public string? Polling { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RetentionDays
Declaration
[JsonPropertyName("retention_days")]
public int? RetentionDays { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |