# TalonOne::OutgoingIntegrationTypes ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **data** | [**Array<OutgoingIntegrationType>**](OutgoingIntegrationType.md) | List of outgoing integrations. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::OutgoingIntegrationTypes.new(data: null) ```