ResponseExpression Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
$response. expression.
public sealed class ResponseExpression : Microsoft.OpenApi.Expressions.RuntimeExpression
	type ResponseExpression = class
    inherit RuntimeExpression
	Public NotInheritable Class ResponseExpression
Inherits RuntimeExpression
		- Inheritance
 
Constructors
| ResponseExpression(SourceExpression) | 
		 Initializes a new instance of the ResponseExpression class.  | 
        	
Fields
| Prefix | 
		 The dollar sign prefix for a runtime expression. (Inherited from RuntimeExpression) | 
        	
| Response | 
		 $response. string  | 
        	
Properties
| Expression | 
		 Gets the expression string.  | 
        	
| Source | 
		 The SourceExpression expression.  | 
        	
Methods
| Equals(Object) | 
		 Equals implementation for IEquatable. (Inherited from RuntimeExpression) | 
        	
| Equals(RuntimeExpression) | 
		 Equals implementation for object of the same type. (Inherited from RuntimeExpression) | 
        	
| GetHashCode() | 
		 GetHashCode implementation for IEquatable. (Inherited from RuntimeExpression) | 
        	
| ToString() | (Inherited from RuntimeExpression) |