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] |
func (o *EvaluableCampaignIds) GetEvaluableCampaignIds() []int32
GetEvaluableCampaignIds returns the EvaluableCampaignIds field if non-nil, zero value otherwise.
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.
func (o *EvaluableCampaignIds) HasEvaluableCampaignIds() bool
HasEvaluableCampaignIds returns a boolean if a field has been set.
func (o *EvaluableCampaignIds) SetEvaluableCampaignIds(v []int32)
SetEvaluableCampaignIds gets a reference to the given []int32 and assigns it to the EvaluableCampaignIds field.