CostAnomalyMonitorCollection

class oci.budget.models.CostAnomalyMonitorCollection(**kwargs)

Bases: object

Results of a costAnomalyMonitor search. Contains both CostAnomalyMonitorSummary items and other data.

Methods

__init__(**kwargs) Initializes a new CostAnomalyMonitorCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this CostAnomalyMonitorCollection.
__init__(**kwargs)

Initializes a new CostAnomalyMonitorCollection 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.CostAnomalyMonitorSummary]) – The value to assign to the items property of this CostAnomalyMonitorCollection.
items

[Required] Gets the items of this CostAnomalyMonitorCollection. A page of CostAnomalyMonitorSummary objects.

Returns:The items of this CostAnomalyMonitorCollection.
Return type:list[oci.budget.models.CostAnomalyMonitorSummary]