Sha256: c385bcad1bcd334c11531a3b690d1f0fa96c4e95363637437dafc2e2922809a8

Contents?: true

Size: 730 Bytes

Versions: 3

Compression:

Stored size: 730 Bytes

Contents

# 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**](.md) | The outgoing integration policy specific to each integration type. | 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/OutgoingIntegrationConfiguration.md
talon_one-6.0.0 docs/OutgoingIntegrationConfiguration.md
talon_one-5.0.0 docs/OutgoingIntegrationConfiguration.md