CostAlertSubscriptionCollection¶
-
class
oci.budget.models.CostAlertSubscriptionCollection(**kwargs)¶ Bases:
objectResults of a costAlertSubscription search. Contains both CostAlertSubscriptionSummary items and other data.
Methods
__init__(**kwargs)Initializes a new CostAlertSubscriptionCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this CostAlertSubscriptionCollection. -
__init__(**kwargs)¶ Initializes a new CostAlertSubscriptionCollection 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.CostAlertSubscriptionSummary]) – The value to assign to the items property of this CostAlertSubscriptionCollection.
-
items¶ [Required] Gets the items of this CostAlertSubscriptionCollection. A page of CostAnomalyMonitorSummary objects.
Returns: The items of this CostAlertSubscriptionCollection. Return type: list[oci.budget.models.CostAlertSubscriptionSummary]
-