Name | Type | Description | Notes |
---|---|---|---|
BaseUrl | Pointer to string | The base URL that is based on the region key of your CleverTap account. | |
AccountId | Pointer to string | The CleverTap Project ID. | |
Passcode | Pointer to string | The CleverTap Project passcode. |
func (o *OutgoingIntegrationCleverTapPolicy) GetBaseUrl() string
GetBaseUrl returns the BaseUrl field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationCleverTapPolicy) 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 *OutgoingIntegrationCleverTapPolicy) HasBaseUrl() bool
HasBaseUrl returns a boolean if a field has been set.
func (o *OutgoingIntegrationCleverTapPolicy) SetBaseUrl(v string)
SetBaseUrl gets a reference to the given string and assigns it to the BaseUrl field.
func (o *OutgoingIntegrationCleverTapPolicy) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationCleverTapPolicy) GetAccountIdOk() (string, bool)
GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutgoingIntegrationCleverTapPolicy) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *OutgoingIntegrationCleverTapPolicy) SetAccountId(v string)
SetAccountId gets a reference to the given string and assigns it to the AccountId field.
func (o *OutgoingIntegrationCleverTapPolicy) GetPasscode() string
GetPasscode returns the Passcode field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationCleverTapPolicy) GetPasscodeOk() (string, bool)
GetPasscodeOk returns a tuple with the Passcode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutgoingIntegrationCleverTapPolicy) HasPasscode() bool
HasPasscode returns a boolean if a field has been set.
func (o *OutgoingIntegrationCleverTapPolicy) SetPasscode(v string)
SetPasscode gets a reference to the given string and assigns it to the Passcode field.