Sha256: 7e649596827ebeaba615bcb1d45934bd3a0c4be587e5d5fc6cf26c0bb4e346e8
Contents?: true
Size: 664 Bytes
Versions: 2
Compression:
Stored size: 664 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) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::OutgoingIntegrationConfiguration.new(id: 6, account_id: 3886, type_id: 12, policy: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/OutgoingIntegrationConfiguration.md |
talon_one-3.0.1 | docs/OutgoingIntegrationConfiguration.md |