Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 378 Bytes

File metadata and controls

18 lines (12 loc) · 378 Bytes

TalonOne::OutgoingIntegrationTypes

Properties

Name Type Description Notes
data Array<OutgoingIntegrationType> List of outgoing integrations. [optional]

Example

require 'talon_one_sdk'

instance = TalonOne::OutgoingIntegrationTypes.new(
  data: null
)