Table of Contents

Class CompileResultUCAST

Namespace
Styra.Opa.OpenApi.Models.Components
Assembly
Styra.Opa.dll

The partially evaluated result of the query, in UCAST format. Result will be empty if the query is never true.

public class CompileResultUCAST
Inheritance
CompileResultUCAST
Inherited Members

Properties

Result

The partially evaluated result of the query as UCAST.

[JsonProperty("result")]
public CompileResultUCASTResult? Result { get; set; }

Property Value

CompileResultUCASTResult