Click or drag to resize

SimpleGatewayLogsSettings Property

Gets or sets the logs settings.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "logs-settings")]
public Logs LogsSettings { get; set; }
Request Example View Source

Property Value

Type: Logs
The logs settings.
Remarks
Requires DetailLevel of Full
See Also