Name | Type | Description | Notes |
---|---|---|---|
BaseUrl | Pointer to string | The base URL that is based on the region key of your Iterable account. | |
ApiKey | Pointer to string | The API key generated from your Iterable account. See Iterable API Key Guide |
func (o *OutgoingIntegrationIterablePolicy) GetBaseUrl() string
GetBaseUrl returns the BaseUrl field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationIterablePolicy) GetBaseUrlOk() (string, bool)
GetBaseUrlOk returns a tuple with the BaseUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutgoingIntegrationIterablePolicy) HasBaseUrl() bool
HasBaseUrl returns a boolean if a field has been set.
func (o *OutgoingIntegrationIterablePolicy) SetBaseUrl(v string)
SetBaseUrl gets a reference to the given string and assigns it to the BaseUrl field.
func (o *OutgoingIntegrationIterablePolicy) GetApiKey() string
GetApiKey returns the ApiKey field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationIterablePolicy) GetApiKeyOk() (string, bool)
GetApiKeyOk returns a tuple with the ApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutgoingIntegrationIterablePolicy) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.
func (o *OutgoingIntegrationIterablePolicy) SetApiKey(v string)
SetApiKey gets a reference to the given string and assigns it to the ApiKey field.