Name | Type | Description | Notes |
---|---|---|---|
ApplicationId | Pointer to int32 | The ID of the application that owns this entity. | |
Name | Pointer to string | The name of the campaign evaluation group. | |
ParentId | Pointer to int32 | The ID of the parent group that contains the campaign evaluation group. | |
Description | Pointer to string | A description of the campaign evaluation group. | [optional] |
EvaluationMode | Pointer to string | The mode by which campaigns in the campaign evaluation group are evaluated. | |
EvaluationScope | Pointer to string | The evaluation scope of the campaign evaluation group. | |
Locked | Pointer to bool | An indicator of whether the campaign evaluation group is locked for modification. | |
Id | Pointer to int32 | Unique ID for this entity. Not to be confused with the Integration ID, which is set by your integration layer and used in most endpoints. |
func (o *CampaignEvaluationGroup) GetApplicationId() int32
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *CampaignEvaluationGroup) GetApplicationIdOk() (int32, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEvaluationGroup) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *CampaignEvaluationGroup) SetApplicationId(v int32)
SetApplicationId gets a reference to the given int32 and assigns it to the ApplicationId field.
func (o *CampaignEvaluationGroup) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CampaignEvaluationGroup) GetNameOk() (string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEvaluationGroup) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CampaignEvaluationGroup) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (o *CampaignEvaluationGroup) GetParentId() int32
GetParentId returns the ParentId field if non-nil, zero value otherwise.
func (o *CampaignEvaluationGroup) GetParentIdOk() (int32, bool)
GetParentIdOk returns a tuple with the ParentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEvaluationGroup) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (o *CampaignEvaluationGroup) SetParentId(v int32)
SetParentId gets a reference to the given int32 and assigns it to the ParentId field.
func (o *CampaignEvaluationGroup) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CampaignEvaluationGroup) GetDescriptionOk() (string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEvaluationGroup) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CampaignEvaluationGroup) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (o *CampaignEvaluationGroup) GetEvaluationMode() string
GetEvaluationMode returns the EvaluationMode field if non-nil, zero value otherwise.
func (o *CampaignEvaluationGroup) GetEvaluationModeOk() (string, bool)
GetEvaluationModeOk returns a tuple with the EvaluationMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEvaluationGroup) HasEvaluationMode() bool
HasEvaluationMode returns a boolean if a field has been set.
func (o *CampaignEvaluationGroup) SetEvaluationMode(v string)
SetEvaluationMode gets a reference to the given string and assigns it to the EvaluationMode field.
func (o *CampaignEvaluationGroup) GetEvaluationScope() string
GetEvaluationScope returns the EvaluationScope field if non-nil, zero value otherwise.
func (o *CampaignEvaluationGroup) GetEvaluationScopeOk() (string, bool)
GetEvaluationScopeOk returns a tuple with the EvaluationScope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEvaluationGroup) HasEvaluationScope() bool
HasEvaluationScope returns a boolean if a field has been set.
func (o *CampaignEvaluationGroup) SetEvaluationScope(v string)
SetEvaluationScope gets a reference to the given string and assigns it to the EvaluationScope field.
func (o *CampaignEvaluationGroup) GetLocked() bool
GetLocked returns the Locked field if non-nil, zero value otherwise.
func (o *CampaignEvaluationGroup) GetLockedOk() (bool, bool)
GetLockedOk returns a tuple with the Locked field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEvaluationGroup) HasLocked() bool
HasLocked returns a boolean if a field has been set.
func (o *CampaignEvaluationGroup) SetLocked(v bool)
SetLocked gets a reference to the given bool and assigns it to the Locked field.
func (o *CampaignEvaluationGroup) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CampaignEvaluationGroup) GetIdOk() (int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEvaluationGroup) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CampaignEvaluationGroup) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.