Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.44 KB

EvaluableCampaignIds.md

File metadata and controls

39 lines (20 loc) · 1.44 KB

EvaluableCampaignIds

Properties

Name Type Description Notes
EvaluableCampaignIds Pointer to []int32 When using the `dry` query parameter, use this property to list the campaign to be evaluated by the Rule Engine. These campaigns will be evaluated, even if they are disabled, allowing you to test specific campaigns before activating them. [optional]

Methods

GetEvaluableCampaignIds

func (o *EvaluableCampaignIds) GetEvaluableCampaignIds() []int32

GetEvaluableCampaignIds returns the EvaluableCampaignIds field if non-nil, zero value otherwise.

GetEvaluableCampaignIdsOk

func (o *EvaluableCampaignIds) GetEvaluableCampaignIdsOk() ([]int32, bool)

GetEvaluableCampaignIdsOk returns a tuple with the EvaluableCampaignIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasEvaluableCampaignIds

func (o *EvaluableCampaignIds) HasEvaluableCampaignIds() bool

HasEvaluableCampaignIds returns a boolean if a field has been set.

SetEvaluableCampaignIds

func (o *EvaluableCampaignIds) SetEvaluableCampaignIds(v []int32)

SetEvaluableCampaignIds gets a reference to the given []int32 and assigns it to the EvaluableCampaignIds field.

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