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