DatabaseInsightsCollection

class oci.opsi.models.DatabaseInsightsCollection(**kwargs)

Bases: object

Collection of database insight summary objects.

Methods

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

Attributes

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

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

Parameters:items (list[oci.opsi.models.DatabaseInsightSummary]) – The value to assign to the items property of this DatabaseInsightsCollection.
items

[Required] Gets the items of this DatabaseInsightsCollection. Array of database insight summary objects.

Returns:The items of this DatabaseInsightsCollection.
Return type:list[oci.opsi.models.DatabaseInsightSummary]