Class RedeemableUserSummary
User summary that can redeem rewards.
Inherited Members
Namespace: Oci.UsageService.Models
Assembly: OCI.DotNetSDK.Usage.dll
Syntax
public class RedeemableUserSummaryProperties
EmailId
Declaration
[JsonProperty(PropertyName = "emailId")]
public string EmailId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The email ID of the user that can redeem rewards. | 
FirstName
Declaration
[JsonProperty(PropertyName = "firstName")]
public string FirstName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The first name of the user that can redeem rewards. | 
LastName
Declaration
[JsonProperty(PropertyName = "lastName")]
public string LastName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The last name of the user that can redeem rewards. |