Table of Contents

Class CompileResultMultitarget

Namespace
Styra.Opa.OpenApi.Models.Components
Assembly
Styra.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; }

Property Value

CompileResultMultitargetResult