Class LogAnalyticsMetaSourceTypeCollection
Source Meta Type List
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsMetaSourceTypeCollection
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<LogAnalyticsMetaSourceType> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LogAnalyticsMetaSourceType> | An array of meta source types. |