Class EventCollection
Results of a event search. Contains both EventSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.OsmanagementService.Models
Assembly: OCI.DotNetSDK.Osmanagement.dll
Syntax
public class EventCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<EventSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<EventSummary> | List of events. |
Remarks
Required