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