EstimateCostSavingsSummaryCollection¶
-
class
oci.database.models.EstimateCostSavingsSummaryCollection(**kwargs)¶ Bases:
objectA list of estimate cost savings.
Methods
__init__(**kwargs)Initializes a new EstimateCostSavingsSummaryCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this EstimateCostSavingsSummaryCollection. -
__init__(**kwargs)¶ Initializes a new EstimateCostSavingsSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.database.models.EstimateCostSavingSummary]) – The value to assign to the items property of this EstimateCostSavingsSummaryCollection.
-
items¶ [Required] Gets the items of this EstimateCostSavingsSummaryCollection. List of estimate cost saving summary.
Returns: The items of this EstimateCostSavingsSummaryCollection. Return type: list[oci.database.models.EstimateCostSavingSummary]
-