Class ResetPasswordModel
The model that is used for resetting the interviewer's password
public class ResetPasswordModel
- Inheritance
-
ResetPasswordModel
- Inherited Members
Properties
Password
The new password specified for the interviewer
[JsonProperty("Password", Required = Required.Always)]
[Required]
public string Password { get; set; }