Class CompileResultMultitarget
- Namespace
- OpenPolicyAgent.Opa.OpenApi.Models.Components
- Assembly
- OpenPolicyAgent.Opa.dll
The partially evaluated result of the query, for each target dialect. Result will be empty if the query is never true.
public class CompileResultMultitarget
- Inheritance
-
CompileResultMultitarget
- Inherited Members
Properties
Result
The partially evaluated result of the query in each target dialect.
[JsonProperty("result")]
public CompileResultMultitargetResult? Result { get; set; }