Show / Hide Table of Contents

Class RedeemableUserSummary

User summary that can redeem rewards.

Inheritance
object
RedeemableUserSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.UsageService.Models
Assembly: OCI.DotNetSDK.Usage.dll
Syntax
public class RedeemableUserSummary

Properties

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.

In this article
Back to top