Name | Type | Description | Notes |
---|---|---|---|
Budgets | Pointer to []CampaignBudget | A list of all the budgets that are defined by this campaign and their usage. Note: Budgets that are not defined do not appear in this list and their usage is not counted until they are defined. | |
CouponRedemptionCount | Pointer to int32 | This property is deprecated. The count should be available under budgets property. Number of coupons redeemed in the campaign. | [optional] |
ReferralRedemptionCount | Pointer to int32 | This property is deprecated. The count should be available under budgets property. Number of referral codes redeemed in the campaign. | [optional] |
DiscountCount | Pointer to float32 | This property is deprecated. The count should be available under budgets property. Total amount of discounts redeemed in the campaign. | [optional] |
DiscountEffectCount | Pointer to int32 | This property is deprecated. The count should be available under budgets property. Total number of times discounts were redeemed in this campaign. | [optional] |
CouponCreationCount | Pointer to int32 | This property is deprecated. The count should be available under budgets property. Total number of coupons created by rules in this campaign. | [optional] |
CustomEffectCount | Pointer to int32 | This property is deprecated. The count should be available under budgets property. Total number of custom effects triggered by rules in this campaign. | [optional] |
ReferralCreationCount | Pointer to int32 | This property is deprecated. The count should be available under budgets property. Total number of referrals created by rules in this campaign. | [optional] |
AddFreeItemEffectCount | Pointer to int32 | This property is deprecated. The count should be available under budgets property. Total number of times the add free item effect can be triggered in this campaign. | [optional] |
AwardedGiveawaysCount | Pointer to int32 | This property is deprecated. The count should be available under budgets property. Total number of giveaways awarded by rules in this campaign. | [optional] |
CreatedLoyaltyPointsCount | Pointer to float32 | This property is deprecated. The count should be available under budgets property. Total number of loyalty points created by rules in this campaign. | [optional] |
CreatedLoyaltyPointsEffectCount | Pointer to int32 | This property is deprecated. The count should be available under budgets property. Total number of loyalty point creation effects triggered by rules in this campaign. | [optional] |
RedeemedLoyaltyPointsCount | Pointer to float32 | This property is deprecated. The count should be available under budgets property. Total number of loyalty points redeemed by rules in this campaign. | [optional] |
RedeemedLoyaltyPointsEffectCount | Pointer to int32 | This property is deprecated. The count should be available under budgets property. Total number of loyalty point redemption effects triggered by rules in this campaign. | [optional] |
CallApiEffectCount | Pointer to int32 | This property is deprecated. The count should be available under budgets property. Total number of webhooks triggered by rules in this campaign. | [optional] |
ReservecouponEffectCount | Pointer to int32 | This property is deprecated. The count should be available under budgets property. Total number of reserve coupon effects triggered by rules in this campaign. | [optional] |
LastActivity | Pointer to time.Time | Timestamp of the most recent event received by this campaign. | [optional] |
Updated | Pointer to time.Time | Timestamp of the most recent update to the campaign's property. Updates to external entities used in this campaign are not registered by this property, such as collection or coupon updates. | [optional] |
CreatedBy | Pointer to string | Name of the user who created this campaign if available. | [optional] |
UpdatedBy | Pointer to string | Name of the user who last updated this campaign if available. | [optional] |
TemplateId | Pointer to int32 | The ID of the Campaign Template this Campaign was created from. | [optional] |
FrontendState | Pointer to string | A campaign state described exactly as in the Campaign Manager. |
func (o *AdditionalCampaignProperties) GetBudgets() []CampaignBudget
GetBudgets returns the Budgets field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetBudgetsOk() ([]CampaignBudget, bool)
GetBudgetsOk returns a tuple with the Budgets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasBudgets() bool
HasBudgets returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetBudgets(v []CampaignBudget)
SetBudgets gets a reference to the given []CampaignBudget and assigns it to the Budgets field.
func (o *AdditionalCampaignProperties) GetCouponRedemptionCount() int32
GetCouponRedemptionCount returns the CouponRedemptionCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetCouponRedemptionCountOk() (int32, bool)
GetCouponRedemptionCountOk returns a tuple with the CouponRedemptionCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasCouponRedemptionCount() bool
HasCouponRedemptionCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetCouponRedemptionCount(v int32)
SetCouponRedemptionCount gets a reference to the given int32 and assigns it to the CouponRedemptionCount field.
func (o *AdditionalCampaignProperties) GetReferralRedemptionCount() int32
GetReferralRedemptionCount returns the ReferralRedemptionCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetReferralRedemptionCountOk() (int32, bool)
GetReferralRedemptionCountOk returns a tuple with the ReferralRedemptionCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasReferralRedemptionCount() bool
HasReferralRedemptionCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetReferralRedemptionCount(v int32)
SetReferralRedemptionCount gets a reference to the given int32 and assigns it to the ReferralRedemptionCount field.
func (o *AdditionalCampaignProperties) GetDiscountCount() float32
GetDiscountCount returns the DiscountCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetDiscountCountOk() (float32, bool)
GetDiscountCountOk returns a tuple with the DiscountCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasDiscountCount() bool
HasDiscountCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetDiscountCount(v float32)
SetDiscountCount gets a reference to the given float32 and assigns it to the DiscountCount field.
func (o *AdditionalCampaignProperties) GetDiscountEffectCount() int32
GetDiscountEffectCount returns the DiscountEffectCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetDiscountEffectCountOk() (int32, bool)
GetDiscountEffectCountOk returns a tuple with the DiscountEffectCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasDiscountEffectCount() bool
HasDiscountEffectCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetDiscountEffectCount(v int32)
SetDiscountEffectCount gets a reference to the given int32 and assigns it to the DiscountEffectCount field.
func (o *AdditionalCampaignProperties) GetCouponCreationCount() int32
GetCouponCreationCount returns the CouponCreationCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetCouponCreationCountOk() (int32, bool)
GetCouponCreationCountOk returns a tuple with the CouponCreationCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasCouponCreationCount() bool
HasCouponCreationCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetCouponCreationCount(v int32)
SetCouponCreationCount gets a reference to the given int32 and assigns it to the CouponCreationCount field.
func (o *AdditionalCampaignProperties) GetCustomEffectCount() int32
GetCustomEffectCount returns the CustomEffectCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetCustomEffectCountOk() (int32, bool)
GetCustomEffectCountOk returns a tuple with the CustomEffectCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasCustomEffectCount() bool
HasCustomEffectCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetCustomEffectCount(v int32)
SetCustomEffectCount gets a reference to the given int32 and assigns it to the CustomEffectCount field.
func (o *AdditionalCampaignProperties) GetReferralCreationCount() int32
GetReferralCreationCount returns the ReferralCreationCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetReferralCreationCountOk() (int32, bool)
GetReferralCreationCountOk returns a tuple with the ReferralCreationCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasReferralCreationCount() bool
HasReferralCreationCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetReferralCreationCount(v int32)
SetReferralCreationCount gets a reference to the given int32 and assigns it to the ReferralCreationCount field.
func (o *AdditionalCampaignProperties) GetAddFreeItemEffectCount() int32
GetAddFreeItemEffectCount returns the AddFreeItemEffectCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetAddFreeItemEffectCountOk() (int32, bool)
GetAddFreeItemEffectCountOk returns a tuple with the AddFreeItemEffectCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasAddFreeItemEffectCount() bool
HasAddFreeItemEffectCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetAddFreeItemEffectCount(v int32)
SetAddFreeItemEffectCount gets a reference to the given int32 and assigns it to the AddFreeItemEffectCount field.
func (o *AdditionalCampaignProperties) GetAwardedGiveawaysCount() int32
GetAwardedGiveawaysCount returns the AwardedGiveawaysCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetAwardedGiveawaysCountOk() (int32, bool)
GetAwardedGiveawaysCountOk returns a tuple with the AwardedGiveawaysCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasAwardedGiveawaysCount() bool
HasAwardedGiveawaysCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetAwardedGiveawaysCount(v int32)
SetAwardedGiveawaysCount gets a reference to the given int32 and assigns it to the AwardedGiveawaysCount field.
func (o *AdditionalCampaignProperties) GetCreatedLoyaltyPointsCount() float32
GetCreatedLoyaltyPointsCount returns the CreatedLoyaltyPointsCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetCreatedLoyaltyPointsCountOk() (float32, bool)
GetCreatedLoyaltyPointsCountOk returns a tuple with the CreatedLoyaltyPointsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasCreatedLoyaltyPointsCount() bool
HasCreatedLoyaltyPointsCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetCreatedLoyaltyPointsCount(v float32)
SetCreatedLoyaltyPointsCount gets a reference to the given float32 and assigns it to the CreatedLoyaltyPointsCount field.
func (o *AdditionalCampaignProperties) GetCreatedLoyaltyPointsEffectCount() int32
GetCreatedLoyaltyPointsEffectCount returns the CreatedLoyaltyPointsEffectCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetCreatedLoyaltyPointsEffectCountOk() (int32, bool)
GetCreatedLoyaltyPointsEffectCountOk returns a tuple with the CreatedLoyaltyPointsEffectCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasCreatedLoyaltyPointsEffectCount() bool
HasCreatedLoyaltyPointsEffectCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetCreatedLoyaltyPointsEffectCount(v int32)
SetCreatedLoyaltyPointsEffectCount gets a reference to the given int32 and assigns it to the CreatedLoyaltyPointsEffectCount field.
func (o *AdditionalCampaignProperties) GetRedeemedLoyaltyPointsCount() float32
GetRedeemedLoyaltyPointsCount returns the RedeemedLoyaltyPointsCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetRedeemedLoyaltyPointsCountOk() (float32, bool)
GetRedeemedLoyaltyPointsCountOk returns a tuple with the RedeemedLoyaltyPointsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasRedeemedLoyaltyPointsCount() bool
HasRedeemedLoyaltyPointsCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetRedeemedLoyaltyPointsCount(v float32)
SetRedeemedLoyaltyPointsCount gets a reference to the given float32 and assigns it to the RedeemedLoyaltyPointsCount field.
func (o *AdditionalCampaignProperties) GetRedeemedLoyaltyPointsEffectCount() int32
GetRedeemedLoyaltyPointsEffectCount returns the RedeemedLoyaltyPointsEffectCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetRedeemedLoyaltyPointsEffectCountOk() (int32, bool)
GetRedeemedLoyaltyPointsEffectCountOk returns a tuple with the RedeemedLoyaltyPointsEffectCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasRedeemedLoyaltyPointsEffectCount() bool
HasRedeemedLoyaltyPointsEffectCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetRedeemedLoyaltyPointsEffectCount(v int32)
SetRedeemedLoyaltyPointsEffectCount gets a reference to the given int32 and assigns it to the RedeemedLoyaltyPointsEffectCount field.
func (o *AdditionalCampaignProperties) GetCallApiEffectCount() int32
GetCallApiEffectCount returns the CallApiEffectCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetCallApiEffectCountOk() (int32, bool)
GetCallApiEffectCountOk returns a tuple with the CallApiEffectCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasCallApiEffectCount() bool
HasCallApiEffectCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetCallApiEffectCount(v int32)
SetCallApiEffectCount gets a reference to the given int32 and assigns it to the CallApiEffectCount field.
func (o *AdditionalCampaignProperties) GetReservecouponEffectCount() int32
GetReservecouponEffectCount returns the ReservecouponEffectCount field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetReservecouponEffectCountOk() (int32, bool)
GetReservecouponEffectCountOk returns a tuple with the ReservecouponEffectCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasReservecouponEffectCount() bool
HasReservecouponEffectCount returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetReservecouponEffectCount(v int32)
SetReservecouponEffectCount gets a reference to the given int32 and assigns it to the ReservecouponEffectCount field.
func (o *AdditionalCampaignProperties) GetLastActivity() time.Time
GetLastActivity returns the LastActivity field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetLastActivityOk() (time.Time, bool)
GetLastActivityOk returns a tuple with the LastActivity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasLastActivity() bool
HasLastActivity returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetLastActivity(v time.Time)
SetLastActivity gets a reference to the given time.Time and assigns it to the LastActivity field.
func (o *AdditionalCampaignProperties) GetUpdated() time.Time
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetUpdatedOk() (time.Time, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetUpdated(v time.Time)
SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.
func (o *AdditionalCampaignProperties) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetCreatedByOk() (string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (o *AdditionalCampaignProperties) GetUpdatedBy() string
GetUpdatedBy returns the UpdatedBy field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetUpdatedByOk() (string, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetUpdatedBy(v string)
SetUpdatedBy gets a reference to the given string and assigns it to the UpdatedBy field.
func (o *AdditionalCampaignProperties) GetTemplateId() int32
GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetTemplateIdOk() (int32, bool)
GetTemplateIdOk returns a tuple with the TemplateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetTemplateId(v int32)
SetTemplateId gets a reference to the given int32 and assigns it to the TemplateId field.
func (o *AdditionalCampaignProperties) GetFrontendState() string
GetFrontendState returns the FrontendState field if non-nil, zero value otherwise.
func (o *AdditionalCampaignProperties) GetFrontendStateOk() (string, bool)
GetFrontendStateOk returns a tuple with the FrontendState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdditionalCampaignProperties) HasFrontendState() bool
HasFrontendState returns a boolean if a field has been set.
func (o *AdditionalCampaignProperties) SetFrontendState(v string)
SetFrontendState gets a reference to the given string and assigns it to the FrontendState field.