Class ExecutePolicyWithInputResponse
public class ExecutePolicyWithInputResponse
- Inheritance
-
ExecutePolicyWithInputResponse
- Inherited Members
Properties
ContentType
HTTP response content type for this operation
public string? ContentType { get; set; }
Property Value
Headers
public Dictionary<string, List<string>> Headers { get; set; }
Property Value
RawResponse
Raw HTTP response; suitable for custom response parsing
public HttpResponseMessage RawResponse { get; set; }
Property Value
StatusCode
HTTP response status code for this operation
public int StatusCode { get; set; }
Property Value
SuccessfulPolicyResponse
Success.
public SuccessfulPolicyResponse? SuccessfulPolicyResponse { get; set; }