Name | Type | Description | Notes |
---|---|---|---|
Campaigns | Pointer to []string | List of mandatory attributes for campaigns. | [optional] |
Coupons | Pointer to []string | List of mandatory attributes for campaigns. | [optional] |
func (o *AttributesMandatory) GetCampaigns() []string
GetCampaigns returns the Campaigns field if non-nil, zero value otherwise.
func (o *AttributesMandatory) GetCampaignsOk() ([]string, bool)
GetCampaignsOk returns a tuple with the Campaigns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttributesMandatory) HasCampaigns() bool
HasCampaigns returns a boolean if a field has been set.
func (o *AttributesMandatory) SetCampaigns(v []string)
SetCampaigns gets a reference to the given []string and assigns it to the Campaigns field.
func (o *AttributesMandatory) GetCoupons() []string
GetCoupons returns the Coupons field if non-nil, zero value otherwise.
func (o *AttributesMandatory) GetCouponsOk() ([]string, bool)
GetCouponsOk returns a tuple with the Coupons field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttributesMandatory) HasCoupons() bool
HasCoupons returns a boolean if a field has been set.
func (o *AttributesMandatory) SetCoupons(v []string)
SetCoupons gets a reference to the given []string and assigns it to the Coupons field.