Class AutonomousContainerDatabaseBackupCollection
A list of all of the Autonomous Container Database Backups in the specified compartment.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousContainerDatabaseBackupCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AutonomousContainerDatabaseBackupSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<AutonomousContainerDatabaseBackupSummary> | List of Autonomous container database backups. |
Remarks
Required