Sha256: a8697550885917b11e5c6fe04cda8544c9046ce2c2926a1748831691d92243ca
Contents?: true
Size: 403 Bytes
Versions: 16
Compression:
Stored size: 403 Bytes
Contents
# MoneyKit::GetUserLinksResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **links** | [**Hash<String, LinkCommon>**](LinkCommon.md) | The set of links belonging to this user, as a dictionary of `{link_id:link}`. | | ## Example ```ruby require 'moneykit' instance = MoneyKit::GetUserLinksResponse.new( links: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems