Table of Contents

Class ResetPasswordModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

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; }

Property Value

string