InsightCapabilityCollection

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

Bases: object

PostgreSQL insight capabilities collection.

Methods

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

Attributes

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

Initializes a new InsightCapabilityCollection 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.InsightCapabilitySummary]) – The value to assign to the items property of this InsightCapabilityCollection.
items

[Required] Gets the items of this InsightCapabilityCollection. PostgreSQL insight capabilities list.

Returns:The items of this InsightCapabilityCollection.
Return type:list[oci.psql.models.InsightCapabilitySummary]