Class Contact

Assembly: redb.Examples.dll

Contact information (email, phone, etc).

public class Contact

Inheritance

ObjectContact

Properties

IsVerified

public bool IsVerified { get; set; }

Metadata

public ContactDetail[]? Metadata { get; set; }

NotificationHours

public int[]? NotificationHours { get; set; }

Type

public string Type { get; set; }

Value

public string Value { get; set; }