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 DeltaQuery : Carrier
public DeltaQuery()
public virtual int[] AppliesToIds { get; set; }
[JsonIgnore] public DeltaState?[] DeltaStates { get; set; }
[JsonProperty("DeltaStates")] public string[] DeltaStates_String { get; set; }
[JsonIgnore] public DeltaType?[] DeltaTypes { get; set; }
[JsonProperty("DeltaTypes")] public string[] DeltaTypes_String { get; set; }
public virtual string RecipeId { get; set; }
Was this page helpful?