| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Name | string | ||
| Items | []string | ||
| CampaignIds | Pointer to []int32 | Exclusion filters: limits this filter to these campaigns. Empty/omitted = applies to all. | [optional] |
| AdType | Pointer to int32 | 0 = all ad types, otherwise the adtypeid this filter applies to. | [optional] [default to 0] |
func NewApiV1FiltersPostRequest(type_ string, name string, items []string, ) *ApiV1FiltersPostRequest
NewApiV1FiltersPostRequest instantiates a new ApiV1FiltersPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiV1FiltersPostRequestWithDefaults() *ApiV1FiltersPostRequest
NewApiV1FiltersPostRequestWithDefaults instantiates a new ApiV1FiltersPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ApiV1FiltersPostRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ApiV1FiltersPostRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1FiltersPostRequest) SetType(v string)
SetType sets Type field to given value.
func (o *ApiV1FiltersPostRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApiV1FiltersPostRequest) 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 *ApiV1FiltersPostRequest) SetName(v string)
SetName sets Name field to given value.
func (o *ApiV1FiltersPostRequest) GetItems() []string
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *ApiV1FiltersPostRequest) GetItemsOk() (*[]string, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1FiltersPostRequest) SetItems(v []string)
SetItems sets Items field to given value.
func (o *ApiV1FiltersPostRequest) GetCampaignIds() []int32
GetCampaignIds returns the CampaignIds field if non-nil, zero value otherwise.
func (o *ApiV1FiltersPostRequest) 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.
func (o *ApiV1FiltersPostRequest) SetCampaignIds(v []int32)
SetCampaignIds sets CampaignIds field to given value.
func (o *ApiV1FiltersPostRequest) HasCampaignIds() bool
HasCampaignIds returns a boolean if a field has been set.
func (o *ApiV1FiltersPostRequest) GetAdType() int32
GetAdType returns the AdType field if non-nil, zero value otherwise.
func (o *ApiV1FiltersPostRequest) GetAdTypeOk() (*int32, bool)
GetAdTypeOk returns a tuple with the AdType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1FiltersPostRequest) SetAdType(v int32)
SetAdType sets AdType field to given value.
func (o *ApiV1FiltersPostRequest) HasAdType() bool
HasAdType returns a boolean if a field has been set.