Name | Type | Description | Notes |
---|---|---|---|
CampaignsIDs | Pointer to []int32 | The campaign IDs that got fetched for the evaluation process. | [optional] |
Effects | Pointer to []StrikethroughEffect | The strikethrough effects that are returned from the evaluation process. | [optional] |
func (o *StrikethroughDebugResponse) GetCampaignsIDs() []int32
GetCampaignsIDs returns the CampaignsIDs field if non-nil, zero value otherwise.
func (o *StrikethroughDebugResponse) GetCampaignsIDsOk() ([]int32, bool)
GetCampaignsIDsOk returns a tuple with the CampaignsIDs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StrikethroughDebugResponse) HasCampaignsIDs() bool
HasCampaignsIDs returns a boolean if a field has been set.
func (o *StrikethroughDebugResponse) SetCampaignsIDs(v []int32)
SetCampaignsIDs gets a reference to the given []int32 and assigns it to the CampaignsIDs field.
func (o *StrikethroughDebugResponse) GetEffects() []StrikethroughEffect
GetEffects returns the Effects field if non-nil, zero value otherwise.
func (o *StrikethroughDebugResponse) GetEffectsOk() ([]StrikethroughEffect, bool)
GetEffectsOk returns a tuple with the Effects field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StrikethroughDebugResponse) HasEffects() bool
HasEffects returns a boolean if a field has been set.
func (o *StrikethroughDebugResponse) SetEffects(v []StrikethroughEffect)
SetEffects gets a reference to the given []StrikethroughEffect and assigns it to the Effects field.