RedeemableUserCollection

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

Bases: object

The list of user summary that can redeem rewards.

Methods

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

Attributes

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

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

[Required] Gets the items of this RedeemableUserCollection. The list of user summary that can redeem rewards.

Returns:The items of this RedeemableUserCollection.
Return type:list[oci.usage.models.RedeemableUserSummary]