Compartilhar via


OpenApiResponse.Links Property

Definition

A map of operations links that can be followed from the response. The key of the map is a short name for the link, following the naming constraints of the names for Component Objects.

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

Property Value

Applies to