RedeemableUserSummary¶
-
class
oci.usage.models.
RedeemableUserSummary
(**kwargs)¶ Bases:
object
User summary that can redeem rewards.
Methods
__init__
(**kwargs)Initializes a new RedeemableUserSummary object with values from keyword arguments. Attributes
email_id
Gets the email_id of this RedeemableUserSummary. first_name
Gets the first_name of this RedeemableUserSummary. last_name
Gets the last_name of this RedeemableUserSummary. -
__init__
(**kwargs)¶ Initializes a new RedeemableUserSummary 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 RedeemableUserSummary.
- first_name (str) – The value to assign to the first_name property of this RedeemableUserSummary.
- last_name (str) – The value to assign to the last_name property of this RedeemableUserSummary.
-
email_id
¶ Gets the email_id of this RedeemableUserSummary. The email ID of the user that can redeem rewards.
Returns: The email_id of this RedeemableUserSummary. Return type: str
-
first_name
¶ Gets the first_name of this RedeemableUserSummary. The first name of the user that can redeem rewards.
Returns: The first_name of this RedeemableUserSummary. Return type: str
-
last_name
¶ Gets the last_name of this RedeemableUserSummary. The last name of the user that can redeem rewards.
Returns: The last_name of this RedeemableUserSummary. Return type: str
-