# MoneyKit::GetHoldingsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **holdings** | [**Array<HoldingResponse>**](HoldingResponse.md) | | | | **securities** | [**Array<SecurityResponse>**](SecurityResponse.md) | | | | **accounts** | [**Array<AccountResponse>**](AccountResponse.md) | | | | **link** | [**LinkCommon**](LinkCommon.md) | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::GetHoldingsResponse.new( holdings: null, securities: null, accounts: null, link: null ) ```