Table of Contents

Class CompileResultJSON

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

Property Value

CompileResultJSONResult