Class ErratumCollection
The set of errata returned for the {@link #listErrata(ListErrataRequest) listErrata} operation.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class ErratumCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ErratumSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ErratumSummary> | List of errata. |
Remarks
Required