links property

  1. @JsonKey(name: 'links')
List<HyperlinkReference>? links
getter/setter pair

If we added any help or informational URLs about this item, these will be those links.

Implementation

@JsonKey(name:'links')
List<HyperlinkReference>? links;