Share via


OpenApiLinkReference.Parameters Property

Definition

A map representing parameters to pass to an operation as specified with operationId or identified via operationRef.

public System.Collections.Generic.IDictionary<string,Microsoft.OpenApi.RuntimeExpressionAnyWrapper>? Parameters { get; }
member this.Parameters : System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.RuntimeExpressionAnyWrapper>
Public ReadOnly Property Parameters As IDictionary(Of String, RuntimeExpressionAnyWrapper)

Property Value

Implements

Applies to