Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.88 KB

NewAppWideCouponDeletionJob.md

File metadata and controls

65 lines (34 loc) · 1.88 KB

NewAppWideCouponDeletionJob

Properties

Name Type Description Notes
Filters Pointer to CouponDeletionFilters
Campaignids Pointer to []int32

Methods

GetFilters

func (o *NewAppWideCouponDeletionJob) GetFilters() CouponDeletionFilters

GetFilters returns the Filters field if non-nil, zero value otherwise.

GetFiltersOk

func (o *NewAppWideCouponDeletionJob) GetFiltersOk() (CouponDeletionFilters, bool)

GetFiltersOk returns a tuple with the Filters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasFilters

func (o *NewAppWideCouponDeletionJob) HasFilters() bool

HasFilters returns a boolean if a field has been set.

SetFilters

func (o *NewAppWideCouponDeletionJob) SetFilters(v CouponDeletionFilters)

SetFilters gets a reference to the given CouponDeletionFilters and assigns it to the Filters field.

GetCampaignids

func (o *NewAppWideCouponDeletionJob) GetCampaignids() []int32

GetCampaignids returns the Campaignids field if non-nil, zero value otherwise.

GetCampaignidsOk

func (o *NewAppWideCouponDeletionJob) GetCampaignidsOk() ([]int32, bool)

GetCampaignidsOk returns a tuple with the Campaignids field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasCampaignids

func (o *NewAppWideCouponDeletionJob) HasCampaignids() bool

HasCampaignids returns a boolean if a field has been set.

SetCampaignids

func (o *NewAppWideCouponDeletionJob) SetCampaignids(v []int32)

SetCampaignids gets a reference to the given []int32 and assigns it to the Campaignids field.

[Back to Model list] [Back to API list] [Back to README]