CostAnomalyEventCollection¶
-
class
oci.budget.models.CostAnomalyEventCollection(**kwargs)¶ Bases:
objectResults of a costAnomalyEvent search. Contains both CostAnomalyEventSummary items and other data.
Methods
__init__(**kwargs)Initializes a new CostAnomalyEventCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this CostAnomalyEventCollection. -
__init__(**kwargs)¶ Initializes a new CostAnomalyEventCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.budget.models.CostAnomalyEventSummary]) – The value to assign to the items property of this CostAnomalyEventCollection.
-
items¶ [Required] Gets the items of this CostAnomalyEventCollection. A page of CostAnomalyMonitorSummary objects.
Returns: The items of this CostAnomalyEventCollection. Return type: list[oci.budget.models.CostAnomalyEventSummary]
-