# KlaviyoAPI::GetAccounts4XXResponseErrorsInnerSource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **pointer** | **String** | | [optional] | | **parameter** | **String** | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::GetAccounts4XXResponseErrorsInnerSource.new( pointer: null, parameter: null ) ```