QueryableFieldCollection¶
- 
class oci.optimizer.models.QueryableFieldCollection(**kwargs)¶
- Bases: - object- List of the fields that are indexed for querying and their associated value types. Results contain QueryableFieldSummary objects. - Methods - __init__(**kwargs)- Initializes a new QueryableFieldCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this QueryableFieldCollection. - 
__init__(**kwargs)¶
- Initializes a new QueryableFieldCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.optimizer.models.QueryableFieldSummary]) – The value to assign to the items property of this QueryableFieldCollection. 
 - 
items¶
- [Required] Gets the items of this QueryableFieldCollection. A collection of queryable field summaries. - Returns: - The items of this QueryableFieldCollection. - Return type: - list[oci.optimizer.models.QueryableFieldSummary] 
 
-