OpenApiOperation.Responses 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.
REQUIRED. The list of possible responses as they are returned from executing this operation.
public Microsoft.OpenApi.OpenApiResponses? Responses { get; set; }
member this.Responses : Microsoft.OpenApi.OpenApiResponses with get, set
Public Property Responses As OpenApiResponses