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