Sha256: cf67fc19d9d75092f489667431c9a97f200263c67c5d85bf222dd0045a44a0ca
Contents?: true
Size: 490 Bytes
Versions: 6
Compression:
Stored size: 490 Bytes
Contents
# TalonOne::OutgoingIntegrationBrazePolicy ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **base_url** | **String** | The base URL of your Braze deployment. | **api_key** | **String** | The API key of your Braze deployment. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::OutgoingIntegrationBrazePolicy.new(base_url: your-braze-url.com, api_key: Your-REST-API-Key) ```
Version data entries
6 entries across 6 versions & 1 rubygems