ConfigCollection¶
- 
class oci.stack_monitoring.models.ConfigCollection(**kwargs)¶
- Bases: - object- Contains a list of configurations. - Methods - __init__(**kwargs)- Initializes a new ConfigCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this ConfigCollection. - 
__init__(**kwargs)¶
- Initializes a new ConfigCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.stack_monitoring.models.ConfigSummary]) – The value to assign to the items property of this ConfigCollection. 
 - 
items¶
- [Required] Gets the items of this ConfigCollection. List of configurations. - Returns: - The items of this ConfigCollection. - Return type: - list[oci.stack_monitoring.models.ConfigSummary] 
 
-