Share via


ResponseExpression Class

Definition

$response. expression.

public sealed class ResponseExpression : Microsoft.OpenApi.RuntimeExpression
type ResponseExpression = class
    inherit RuntimeExpression
Public NotInheritable Class ResponseExpression
Inherits RuntimeExpression
Inheritance
ResponseExpression

Constructors

Name Description
ResponseExpression(SourceExpression)

Initializes a new instance of the ResponseExpression class.

Fields

Name Description
Prefix

The dollar sign prefix for a runtime expression.

(Inherited from RuntimeExpression)
Response

$response. string

Properties

Name Description
Expression

Gets the expression string.

Source

The SourceExpression expression.

Methods

Name Description
Equals(Object)

Equals implementation for IEquatable.

(Inherited from RuntimeExpression)
Equals(RuntimeExpression) (Inherited from RuntimeExpression)
GetHashCode()

GetHashCode implementation for IEquatable.

(Inherited from RuntimeExpression)
ToString() (Inherited from RuntimeExpression)

Applies to