SqlCollectionAnalyticsCollection

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

Bases: object

SQL collection analytics collection.

Methods

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

Attributes

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

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

[Required] Gets the items of this SqlCollectionAnalyticsCollection. The aggregated data point items.

Returns:The items of this SqlCollectionAnalyticsCollection.
Return type:list[oci.data_safe.models.SqlCollectionAggregation]