Class ParserActionSummaryCollection
A collection of parser action summary objects.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class ParserActionSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ParserActionSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ParserActionSummary> | An array of parser action summary objects. |
Remarks
Required