Skip to content

Latest commit

 

History

History
117 lines (62 loc) · 3.73 KB

OutgoingIntegrationMoEngagePolicy.md

File metadata and controls

117 lines (62 loc) · 3.73 KB

OutgoingIntegrationMoEngagePolicy

Properties

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.

Methods

GetBaseUrl

func (o *OutgoingIntegrationMoEngagePolicy) GetBaseUrl() string

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

GetBaseUrlOk

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.

HasBaseUrl

func (o *OutgoingIntegrationMoEngagePolicy) HasBaseUrl() bool

HasBaseUrl returns a boolean if a field has been set.

SetBaseUrl

func (o *OutgoingIntegrationMoEngagePolicy) SetBaseUrl(v string)

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

GetAppId

func (o *OutgoingIntegrationMoEngagePolicy) GetAppId() string

GetAppId returns the AppId field if non-nil, zero value otherwise.

GetAppIdOk

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.

HasAppId

func (o *OutgoingIntegrationMoEngagePolicy) HasAppId() bool

HasAppId returns a boolean if a field has been set.

SetAppId

func (o *OutgoingIntegrationMoEngagePolicy) SetAppId(v string)

SetAppId gets a reference to the given string and assigns it to the AppId field.

GetDataApiId

func (o *OutgoingIntegrationMoEngagePolicy) GetDataApiId() string

GetDataApiId returns the DataApiId field if non-nil, zero value otherwise.

GetDataApiIdOk

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.

HasDataApiId

func (o *OutgoingIntegrationMoEngagePolicy) HasDataApiId() bool

HasDataApiId returns a boolean if a field has been set.

SetDataApiId

func (o *OutgoingIntegrationMoEngagePolicy) SetDataApiId(v string)

SetDataApiId gets a reference to the given string and assigns it to the DataApiId field.

GetDataApiKey

func (o *OutgoingIntegrationMoEngagePolicy) GetDataApiKey() string

GetDataApiKey returns the DataApiKey field if non-nil, zero value otherwise.

GetDataApiKeyOk

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.

HasDataApiKey

func (o *OutgoingIntegrationMoEngagePolicy) HasDataApiKey() bool

HasDataApiKey returns a boolean if a field has been set.

SetDataApiKey

func (o *OutgoingIntegrationMoEngagePolicy) SetDataApiKey(v string)

SetDataApiKey gets a reference to the given string and assigns it to the DataApiKey field.

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