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