Name | Type | Description | Notes |
---|---|---|---|
Filters | Pointer to CouponDeletionFilters |
func (o *NewCouponDeletionJob) GetFilters() CouponDeletionFilters
GetFilters returns the Filters field if non-nil, zero value otherwise.
func (o *NewCouponDeletionJob) 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.
func (o *NewCouponDeletionJob) HasFilters() bool
HasFilters returns a boolean if a field has been set.
func (o *NewCouponDeletionJob) SetFilters(v CouponDeletionFilters)
SetFilters gets a reference to the given CouponDeletionFilters and assigns it to the Filters field.