Class IngestTimeRuleSummaryCollection
A collection of Logging Analytics ingest time rules.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class IngestTimeRuleSummaryCollection
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<IngestTimeRuleSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<IngestTimeRuleSummary> | An array of ingest time rule summary objects. |