DiscoveryAnalyticsCollection

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

Bases: object

A collection of discovery analytics summary objects.

Methods

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

Attributes

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

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

[Required] Gets the items of this DiscoveryAnalyticsCollection. An array of discovery analytics summary objects.

Returns:The items of this DiscoveryAnalyticsCollection.
Return type:list[oci.data_safe.models.DiscoveryAnalyticsSummary]