Class CompileResultJSON
- Namespace
- Styra.Opa.OpenApi.Models.Components
- Assembly
- Styra.Opa.dll
The partially evaluated result of the query. Result will be empty if the query is never true.
public class CompileResultJSON
- Inheritance
-
CompileResultJSON
- Inherited Members
Properties
Result
The partially evaluated result of the query.
[JsonProperty("result")]
public CompileResultJSONResult? Result { get; set; }