Show / Hide Table of Contents

Class AutonomousDatabaseInBackupCollection

The collection of Autonomous Database details that are part of Autonomous Container Database Backup associated.

Inheritance
object
AutonomousDatabaseInBackupCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousDatabaseInBackupCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AutonomousDatabaseInBackupSummary> Items { get; set; }
Property Value
Type Description
List<AutonomousDatabaseInBackupSummary>

The list of Autonomous Databases that are part of the Autonomous Container Database Backup.

Remarks

Required

In this article
Back to top