Share via


OpenApiOperation.Responses Property

Definition

REQUIRED. The list of possible responses as they are returned from executing this operation.

public Microsoft.OpenApi.Models.OpenApiResponses Responses { get; set; }
member this.Responses : Microsoft.OpenApi.Models.OpenApiResponses with get, set
Public Property Responses As OpenApiResponses

Property Value

Applies to