Click or drag to resize

GetLogsResponseMessages Property

List of log messages that matched the criteria

Namespace:  ArangoDBNetStandard.AdminApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public List<LogMessage> Messages { get; set; }

Property Value

Type: ListLogMessage
See Also