Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.79 KB

OutgoingIntegrationBrazePolicy.md

File metadata and controls

65 lines (34 loc) · 1.79 KB

OutgoingIntegrationBrazePolicy

Properties

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.

Methods

GetBaseUrl

func (o *OutgoingIntegrationBrazePolicy) GetBaseUrl() string

GetBaseUrl returns the BaseUrl field if non-nil, zero value otherwise.

GetBaseUrlOk

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.

HasBaseUrl

func (o *OutgoingIntegrationBrazePolicy) HasBaseUrl() bool

HasBaseUrl returns a boolean if a field has been set.

SetBaseUrl

func (o *OutgoingIntegrationBrazePolicy) SetBaseUrl(v string)

SetBaseUrl gets a reference to the given string and assigns it to the BaseUrl field.

GetApiKey

func (o *OutgoingIntegrationBrazePolicy) GetApiKey() string

GetApiKey returns the ApiKey field if non-nil, zero value otherwise.

GetApiKeyOk

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.

HasApiKey

func (o *OutgoingIntegrationBrazePolicy) HasApiKey() bool

HasApiKey returns a boolean if a field has been set.

SetApiKey

func (o *OutgoingIntegrationBrazePolicy) SetApiKey(v string)

SetApiKey gets a reference to the given string and assigns it to the ApiKey field.

[Back to Model list] [Back to API list] [Back to README]