Class SystemVersionCollection
Results of the System version lists. Contains SystemVersionSummary items.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class SystemVersionCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SystemVersionSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<SystemVersionSummary> | List of System versions. |
Remarks
Required