Table of Contents

Class ExecuteBatchPolicyWithInputResponse

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

Properties

BatchMixedResults

Mixed success and failures.

public BatchMixedResults? BatchMixedResults { get; set; }

Property Value

BatchMixedResults

BatchSuccessfulPolicyEvaluation

All batched policy executions succeeded.
The server also returns 200 if the path refers to an undefined document. In this case, responses will be empty.

public BatchSuccessfulPolicyEvaluation? BatchSuccessfulPolicyEvaluation { get; set; }

Property Value

BatchSuccessfulPolicyEvaluation

ContentType

HTTP response content type for this operation

public string? ContentType { get; set; }

Property Value

string

Headers

public Dictionary<string, List<string>> Headers { get; set; }

Property Value

Dictionary<string, List<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