Boost and Bury Objects

Boost Bury

This object refers to how BoostBury defined in Hawksearch for your account will be returned to or fed to the Hawksearch API.

public class BoostBury { public int RuleId { get; set; } public Guid SyncGuid { get; set; } public string Name { get; set; } public bool IsTrigger { get; set; } public bool IsLast { get; set; } public int Boost { get; set; } public string ConditionXml { get; set; } public int SortOrder { get; set; } public DateTime StartDate { get; set; } public DateTime EndDate { get; set; } public string LandingPageIds { get; set; } public string TriggerXml { get; set; } public string VisibilityXml { get; set; } public string Tags { get; set; } public DateTime CreateDate { get; set; } public DateTime ModifyDate { get; set; } }

Â