CostAnomalyEventAnalyticCollection

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

Bases: object

Results of a CostAnomalyEventAnalytics search.

Methods

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

Attributes

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

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

[Required] Gets the items of this CostAnomalyEventAnalyticCollection. The list of CostAnomalyEvent Analytic summary.

Returns:The items of this CostAnomalyEventAnalyticCollection.
Return type:list[oci.budget.models.CostAnomalyEventAnalyticSummary]