Class LogAnalyticsLogGroupSummaryCollection
A collection of Log-Analytics log groups.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsLogGroupSummaryCollection
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<LogAnalyticsLogGroupSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<LogAnalyticsLogGroupSummary> | An array of log group summary objects. |