links property

Map<String, Link>? get links
inherited

A map containing descriptions of potential response payloads.

Implementation

Map<String, MediaType>? get content;/// A map containing descriptions of potential response payloads.
Map<String, Link>? get links;