Share via


OpenApiParameterReference.Name Property

Definition

REQUIRED. The name of the parameter. Parameter names are case sensitive. If in is "path", the name field MUST correspond to the associated path segment from the path field in the Paths Object. If in is "header" and the name field is "Accept", "Content-Type" or "Authorization", the parameter definition SHALL be ignored. For all other cases, the name corresponds to the parameter name used by the in property.

public string? Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

Implements

Applies to