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 FreeText : Carrier
public FreeText()
public virtual bool AutoEnableTravelAreas { get; set; }
public virtual int CountWords { get; set; }
public virtual bool FreeTextEnabled { get; set; }
public virtual DateTime LastGenerated { get; set; }
[JsonIgnore] public FreeTextOperator? MultiWordOperator { get; set; }
[JsonProperty("MultiWordOperator")] public string MultiWordOperator_String { get; set; }
public virtual int Occurrences { get; set; }
[JsonIgnore] public FreeTextOperator? SingleWordOperator { get; set; }
[JsonProperty("SingleWordOperator")] public string SingleWordOperator_String { get; set; }
Was this page helpful?