BackupCollection

class oci.psql.models.BackupCollection(**kwargs)

Bases: object

Results of a backup search. Contains the BackupSummary items and other information, such as metadata.

Methods

__init__(**kwargs) Initializes a new BackupCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this BackupCollection.
__init__(**kwargs)

Initializes a new BackupCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.psql.models.BackupSummary]) – The value to assign to the items property of this BackupCollection.
items

[Required] Gets the items of this BackupCollection. List of backups.

Returns:The items of this BackupCollection.
Return type:list[oci.psql.models.BackupSummary]