RedeemableUser¶
- 
class oci.usage.models.RedeemableUser(**kwargs)¶
- Bases: - object- The summary of a user that can redeem rewards. - Methods - __init__(**kwargs)- Initializes a new RedeemableUser object with values from keyword arguments. - Attributes - email_id- [Required] Gets the email_id of this RedeemableUser. - first_name- Gets the first_name of this RedeemableUser. - last_name- Gets the last_name of this RedeemableUser. - 
__init__(**kwargs)¶
- Initializes a new RedeemableUser object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - email_id (str) – The value to assign to the email_id property of this RedeemableUser.
- first_name (str) – The value to assign to the first_name property of this RedeemableUser.
- last_name (str) – The value to assign to the last_name property of this RedeemableUser.
 
 - 
email_id¶
- [Required] Gets the email_id of this RedeemableUser. The email ID for a user that can redeem rewards. - Returns: - The email_id of this RedeemableUser. - Return type: - str 
 - 
first_name¶
- Gets the first_name of this RedeemableUser. The first name of the user that can redeem rewards. - Returns: - The first_name of this RedeemableUser. - Return type: - str 
 - 
last_name¶
- Gets the last_name of this RedeemableUser. The last name of the user that can redeem rewards. - Returns: - The last_name of this RedeemableUser. - Return type: - str 
 
-