RedemptionCollection

class oci.usage.models.RedemptionCollection(**kwargs)

Bases: object

The list of redemption summary for the requested subscription ID and date range.

Methods

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

Attributes

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

Initializes a new RedemptionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.usage.models.RedemptionSummary]) – The value to assign to the items property of this RedemptionCollection.
items

[Required] Gets the items of this RedemptionCollection. The list of redemption summary.

Returns:The items of this RedemptionCollection.
Return type:list[oci.usage.models.RedemptionSummary]