OpenApiResponse.Content Property

Definition

A map containing descriptions of potential response payloads. The key is a media type or media type range and the value describes it.

public System.Collections.Generic.IDictionary<string,Microsoft.OpenApi.Models.OpenApiMediaType> Content { get; set; }
member this.Content : System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.OpenApiMediaType> with get, set
Public Property Content As IDictionary(Of String, OpenApiMediaType)

Property Value

Applies to