Class LogAnalyticsWarningCollection
A collection of warnings.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsWarningCollection
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<LogAnalyticsWarning> Items { get; set; }
Property Value
Type | Description |
---|---|
List<LogAnalyticsWarning> | A collection of LogAnalyticsWarnings |