Class EventTypeDetails
The collection of event types and corresponding versions mapped to the source.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class EventTypeDetails
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<EventType> Items { get; set; }
Property Value
Type | Description |
---|---|
List<EventType> | An array of event type specifications. |