The type of website
using ApideckUnifySdk.Models.Components;
var value = WebsiteType.Primary;
// Open enum: use .Of() to create instances from custom string values
var custom = WebsiteType.Of("custom_value");| Name | Value |
|---|---|
Primary |
primary |
Secondary |
secondary |
Work |
work |
Personal |
personal |
Other |
other |