OasResponse.links

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 OasComponent objects.

class OasResponse
@jsonOptional
OasLink[string] links;

Meta