OpenApiResponse.Links 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.
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)