# TalonOne::OutgoingIntegrationTemplates ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **data** | [**Array<OutgoingIntegrationTemplate>**](OutgoingIntegrationTemplate.md) | The list of templates for a given outgoing integration type. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::OutgoingIntegrationTemplates.new(data: null) ```