Class DbSystemOsPatchDetailsCollection
Results of OS patch details for a DB System.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class DbSystemOsPatchDetailsCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DbSystemOsPatchDetailsSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DbSystemOsPatchDetailsSummary> | Array of OS patch details for a DB System. |
Remarks
Required