Class NotificationCollection
Collection of notifications for new CVEs and CPUs.
Inherited Members
Namespace: Oci.DblmService.Models
Assembly: OCI.DotNetSDK.Dblm.dll
Syntax
public class NotificationCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<NotificationSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<NotificationSummary> | Items for notifications. |
Remarks
Required