Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class AutomatedCategoryUpdate : Carrier
public AutomatedCategoryUpdate()
public virtual int DefaultCategory { get; set; }
public virtual bool Enabled { get; set; }
public virtual int LeadstatusId { get; set; }
[JsonIgnore] public CategoryUpdateTrigger? TriggerType { get; set; }
[JsonProperty("TriggerType")] public string TriggerType_String { get; set; }
public virtual bool UserConfirmation { get; set; }
Was this page helpful?