Sha256: eb057df371d5ef6f0ba1263f2da1f61e254ca6e3d820f3d751afd23332425151
Contents?: true
Size: 661 Bytes
Versions: 3
Compression:
Stored size: 661 Bytes
Contents
# TalonOne::OutgoingIntegrationIterablePolicy ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **base_url** | **String** | The base URL that is based on the region key of your Iterable account. | **api_key** | **String** | The API key generated from your Iterable account. See [Iterable API Key Guide](https://support.iterable.com/hc/en-us/articles/360043464871-API-Keys-) | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::OutgoingIntegrationIterablePolicy.new(base_url: https://api.iterable.com, api_key: 1234df4ba16940ca59c9352936d080a8) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/OutgoingIntegrationIterablePolicy.md |
talon_one-6.0.0 | docs/OutgoingIntegrationIterablePolicy.md |
talon_one-5.0.0 | docs/OutgoingIntegrationIterablePolicy.md |