HistoryCollection¶
-
class
oci.optimizer.models.
HistoryCollection
(**kwargs)¶ Bases:
object
A list containing the recommendation history items that match filter criteria, if any. Results contain HistorySummary objects.
Methods
__init__
(**kwargs)Initializes a new HistoryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this HistoryCollection. -
__init__
(**kwargs)¶ Initializes a new HistoryCollection 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.HistorySummary]) – The value to assign to the items property of this HistoryCollection.
-
items
¶ [Required] Gets the items of this HistoryCollection. A collection of history summaries.
Returns: The items of this HistoryCollection. Return type: list[oci.optimizer.models.HistorySummary]
-