Class AutonomousDatabaseSoftwareImageCollection
Result of List Autonomous AI Database Software Images.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousDatabaseSoftwareImageCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AutonomousDatabaseSoftwareImageSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutonomousDatabaseSoftwareImageSummary> | List of Autonomous AI Database Software Images. |
Remarks
Required