ChargebackPlanCollection

class oci.opsi.models.ChargebackPlanCollection(**kwargs)

Bases: object

A collection of Ops Insights chargeback plan objects.

Methods

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

Attributes

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

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

Parameters:items (list[oci.opsi.models.ChargebackPlanSummary]) – The value to assign to the items property of this ChargebackPlanCollection.
items

[Required] Gets the items of this ChargebackPlanCollection. A list of ChargebackPlanSummary objects.

Returns:The items of this ChargebackPlanCollection.
Return type:list[oci.opsi.models.ChargebackPlanSummary]