Table of Contents

Class CompileQueryWithPartialEvaluationResponse

Namespace
Styra.Opa.OpenApi.Models.Requests
Assembly
Styra.Opa.dll
public class CompileQueryWithPartialEvaluationResponse
Inheritance
CompileQueryWithPartialEvaluationResponse
Inherited Members

Properties

CompileResultJSON

Successful response

public CompileResultJSON? CompileResultJSON { get; set; }

Property Value

CompileResultJSON

CompileResultMultitarget

Successful response

public CompileResultMultitarget? CompileResultMultitarget { get; set; }

Property Value

CompileResultMultitarget

CompileResultSQL

Successful response

public CompileResultSQL? CompileResultSQL { get; set; }

Property Value

CompileResultSQL

CompileResultUCAST

Successful response

public CompileResultUCAST? CompileResultUCAST { get; set; }

Property Value

CompileResultUCAST

ContentType

HTTP response content type for this operation

public string? ContentType { get; set; }

Property Value

string

RawResponse

Raw HTTP response; suitable for custom response parsing

public HttpResponseMessage RawResponse { get; set; }

Property Value

HttpResponseMessage

StatusCode

HTTP response status code for this operation

public int StatusCode { get; set; }

Property Value

int