TargetDatabaseGroupCollection

class oci.data_safe.models.TargetDatabaseGroupCollection(**kwargs)

Bases: object

The results of a target database group search. Contains target database group summary details.

Methods

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

Attributes

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

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

Parameters:items (list[oci.data_safe.models.TargetDatabaseGroupSummary]) – The value to assign to the items property of this TargetDatabaseGroupCollection.
items

[Required] Gets the items of this TargetDatabaseGroupCollection. An array of target database group summary items.

Returns:The items of this TargetDatabaseGroupCollection.
Return type:list[oci.data_safe.models.TargetDatabaseGroupSummary]