Name | Type | Description | Notes |
---|---|---|---|
BaseUrl | Pointer to string | The base URL of your MoEngage deployment, containing the MoEngage data center number (represented by `0X`). | |
AppId | Pointer to string | MoEngage APP ID. See MoEngage Developer Guide. | |
DataApiId | Pointer to string | MoEngage DATA API ID. See MoEngage Developer Guide. | |
DataApiKey | Pointer to string | MoEngage DATA API Key. See MoEngage Developer Guide. |
func (o *OutgoingIntegrationMoEngagePolicy) GetBaseUrl() string
GetBaseUrl returns the BaseUrl field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationMoEngagePolicy) 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 *OutgoingIntegrationMoEngagePolicy) HasBaseUrl() bool
HasBaseUrl returns a boolean if a field has been set.
func (o *OutgoingIntegrationMoEngagePolicy) SetBaseUrl(v string)
SetBaseUrl gets a reference to the given string and assigns it to the BaseUrl field.
func (o *OutgoingIntegrationMoEngagePolicy) GetAppId() string
GetAppId returns the AppId field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationMoEngagePolicy) GetAppIdOk() (string, bool)
GetAppIdOk returns a tuple with the AppId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutgoingIntegrationMoEngagePolicy) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (o *OutgoingIntegrationMoEngagePolicy) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (o *OutgoingIntegrationMoEngagePolicy) GetDataApiId() string
GetDataApiId returns the DataApiId field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationMoEngagePolicy) GetDataApiIdOk() (string, bool)
GetDataApiIdOk returns a tuple with the DataApiId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutgoingIntegrationMoEngagePolicy) HasDataApiId() bool
HasDataApiId returns a boolean if a field has been set.
func (o *OutgoingIntegrationMoEngagePolicy) SetDataApiId(v string)
SetDataApiId gets a reference to the given string and assigns it to the DataApiId field.
func (o *OutgoingIntegrationMoEngagePolicy) GetDataApiKey() string
GetDataApiKey returns the DataApiKey field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationMoEngagePolicy) GetDataApiKeyOk() (string, bool)
GetDataApiKeyOk returns a tuple with the DataApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutgoingIntegrationMoEngagePolicy) HasDataApiKey() bool
HasDataApiKey returns a boolean if a field has been set.
func (o *OutgoingIntegrationMoEngagePolicy) SetDataApiKey(v string)
SetDataApiKey gets a reference to the given string and assigns it to the DataApiKey field.