ManagementSavedSearchCollection¶
-
class
oci.management_dashboard.models.
ManagementSavedSearchCollection
(**kwargs)¶ Bases:
object
List of saved searches.
Methods
__init__
(**kwargs)Initializes a new ManagementSavedSearchCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ManagementSavedSearchCollection. -
__init__
(**kwargs)¶ Initializes a new ManagementSavedSearchCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.management_dashboard.models.ManagementSavedSearchSummary]) – The value to assign to the items property of this ManagementSavedSearchCollection.
-
items
¶ [Required] Gets the items of this ManagementSavedSearchCollection. Array of saved search summaries.
Returns: The items of this ManagementSavedSearchCollection. Return type: list[oci.management_dashboard.models.ManagementSavedSearchSummary]
-