Name | Type | Description | Notes |
---|---|---|---|
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. |
func (o *UpdateCampaignEvaluationGroup) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateCampaignEvaluationGroup) 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 *UpdateCampaignEvaluationGroup) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UpdateCampaignEvaluationGroup) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (o *UpdateCampaignEvaluationGroup) GetParentId() int32
GetParentId returns the ParentId field if non-nil, zero value otherwise.
func (o *UpdateCampaignEvaluationGroup) 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 *UpdateCampaignEvaluationGroup) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (o *UpdateCampaignEvaluationGroup) SetParentId(v int32)
SetParentId gets a reference to the given int32 and assigns it to the ParentId field.
func (o *UpdateCampaignEvaluationGroup) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UpdateCampaignEvaluationGroup) 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 *UpdateCampaignEvaluationGroup) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *UpdateCampaignEvaluationGroup) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (o *UpdateCampaignEvaluationGroup) GetEvaluationMode() string
GetEvaluationMode returns the EvaluationMode field if non-nil, zero value otherwise.
func (o *UpdateCampaignEvaluationGroup) 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 *UpdateCampaignEvaluationGroup) HasEvaluationMode() bool
HasEvaluationMode returns a boolean if a field has been set.
func (o *UpdateCampaignEvaluationGroup) SetEvaluationMode(v string)
SetEvaluationMode gets a reference to the given string and assigns it to the EvaluationMode field.
func (o *UpdateCampaignEvaluationGroup) GetEvaluationScope() string
GetEvaluationScope returns the EvaluationScope field if non-nil, zero value otherwise.
func (o *UpdateCampaignEvaluationGroup) 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 *UpdateCampaignEvaluationGroup) HasEvaluationScope() bool
HasEvaluationScope returns a boolean if a field has been set.
func (o *UpdateCampaignEvaluationGroup) SetEvaluationScope(v string)
SetEvaluationScope gets a reference to the given string and assigns it to the EvaluationScope field.
func (o *UpdateCampaignEvaluationGroup) GetLocked() bool
GetLocked returns the Locked field if non-nil, zero value otherwise.
func (o *UpdateCampaignEvaluationGroup) 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 *UpdateCampaignEvaluationGroup) HasLocked() bool
HasLocked returns a boolean if a field has been set.
func (o *UpdateCampaignEvaluationGroup) SetLocked(v bool)
SetLocked gets a reference to the given bool and assigns it to the Locked field.