FindingAnalyticsCollection¶
-
class
oci.data_safe.models.
FindingAnalyticsCollection
(**kwargs)¶ Bases:
object
The collection of the summary objects of the analytics data of findings or top findings.
Methods
__init__
(**kwargs)Initializes a new FindingAnalyticsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this FindingAnalyticsCollection. -
__init__
(**kwargs)¶ Initializes a new FindingAnalyticsCollection 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.FindingAnalyticsSummary]) – The value to assign to the items property of this FindingAnalyticsCollection.
-
items
¶ [Required] Gets the items of this FindingAnalyticsCollection. The array of the summary objects of the analytics data of findings or top findings.
Returns: The items of this FindingAnalyticsCollection. Return type: list[oci.data_safe.models.FindingAnalyticsSummary]
-