<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

AccountBaseInfo

public class AccountBaseInfo
Represents the base information of account.
public string Email { get; set; }

Gets or sets the email.

public string FirstName { get; set; }

Gets or sets the first name.

public string FullName { get; }

Gets the full name.

public string LastName { get; set; }

Gets or sets the last name.

public string Password { get; set; }

Gets or sets the password.

public AccountBaseInfo()