Name | Type | Description | Notes |
---|---|---|---|
BaseUrl | Pointer to string | The base URL of your Braze deployment. | |
ApiKey | Pointer to string | The API key of your Braze deployment. |
func (o *OutgoingIntegrationBrazePolicy) GetBaseUrl() string
GetBaseUrl returns the BaseUrl field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationBrazePolicy) 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 *OutgoingIntegrationBrazePolicy) HasBaseUrl() bool
HasBaseUrl returns a boolean if a field has been set.
func (o *OutgoingIntegrationBrazePolicy) SetBaseUrl(v string)
SetBaseUrl gets a reference to the given string and assigns it to the BaseUrl field.
func (o *OutgoingIntegrationBrazePolicy) GetApiKey() string
GetApiKey returns the ApiKey field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationBrazePolicy) 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 *OutgoingIntegrationBrazePolicy) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.
func (o *OutgoingIntegrationBrazePolicy) SetApiKey(v string)
SetApiKey gets a reference to the given string and assigns it to the ApiKey field.