OpenApiSchemaTransformerContext.ParameterDescription Property
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.
Gets the ApiParameterDescription associated with the target schema. Null when processing an OpenAPI schema for a response type.
public Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterDescription? ParameterDescription { get; init; }
member this.ParameterDescription : Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterDescription with get, set
Public Property ParameterDescription As ApiParameterDescription