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 ImportLine : Carrier
public ImportLine()
public virtual string ExternalKey { get; set; }
[JsonIgnore] public ImportAction? Operation { get; set; }
[JsonProperty("Operation")] public string Operation_String { get; set; }
public virtual bool Selected { get; set; }
[JsonIgnore] public ImportEntityType? Type { get; set; }
[JsonProperty("Type")] public string Type_String { get; set; }
public virtual string[] Values { get; set; }
Was this page helpful?