Class PatchDatabasesCollection
Results of a patchDatabases search. Contains items for databases, images and patch compliance information.
Inherited Members
Namespace: Oci.DblmService.Models
Assembly: OCI.DotNetSDK.Dblm.dll
Syntax
public class PatchDatabasesCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DatabasesSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DatabasesSummary> | List of patchDatabases. |
Remarks
Required