Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 730 Bytes

OutgoingIntegrationConfiguration.md

File metadata and controls

23 lines (16 loc) · 730 Bytes

TalonOne::OutgoingIntegrationConfiguration

Properties

Name Type Description Notes
id Integer Unique ID for this entity.
account_id Integer The ID of the account to which this configuration belongs.
type_id Integer The outgoing integration type ID.
policy Object The outgoing integration policy specific to each integration type.

Code Sample

require 'TalonOne'

instance = TalonOne::OutgoingIntegrationConfiguration.new(id: 6,
                                 account_id: 3886,
                                 type_id: 12,
                                 policy: null)