Sha256: edbbd93369c53202d41ce5b2206969f3781423be40769f1babd2048b75b85a11
Contents?: true
Size: 957 Bytes
Versions: 3
Compression:
Stored size: 957 Bytes
Contents
# TalonOne::OutgoingIntegrationType ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **name** | **String** | Name of the outgoing integration. | **description** | **String** | Description of the outgoing integration. | [optional] **category** | **String** | Category of the outgoing integration. | [optional] **documentation_link** | **String** | Http link to the outgoing integration's documentation. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::OutgoingIntegrationType.new(id: 6, name: Braze, description: Braze is a customer data platform, category: customer engagement platform, documentation_link: https://docs.talon.one/docs/dev/technology-partners/braze) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/OutgoingIntegrationType.md |
talon_one-6.0.0 | docs/OutgoingIntegrationType.md |
talon_one-5.0.0 | docs/OutgoingIntegrationType.md |