Table of Contents

Class CompileResultUCAST

Namespace
OpenPolicyAgent.Opa.OpenApi.Models.Components
Assembly
OpenPolicyAgent.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