| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Pointer to string | [optional] | |
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| IsActive | Pointer to bool | [optional] | |
| AdType | Pointer to int32 | 0 = applies to all ad types, otherwise the adtypeid this filter targets. | [optional] |
| ItemCount | Pointer to int32 | Number of items (domains/ISPs/etc.) currently in the filter. | [optional] |
| Items | Pointer to []string | Domain IDs / adzone IDs / ISP IDs / SubID strings — depends on filter type. | [optional] |
| CampaignIds | Pointer to []string | Campaigns this filter applies to. Empty = applies to all campaigns. (Exclusion filters only.) | [optional] |
| Ranges | Pointer to []FilterDetailAllOfRanges | IP CIDR ranges with their captured IP counts. (`type=ip` only.) | [optional] |
func NewFilterDetail() *FilterDetail
NewFilterDetail instantiates a new FilterDetail 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 NewFilterDetailWithDefaults() *FilterDetail
NewFilterDetailWithDefaults instantiates a new FilterDetail 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 *FilterDetail) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *FilterDetail) 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 *FilterDetail) SetType(v string)
SetType sets Type field to given value.
func (o *FilterDetail) HasType() bool
HasType returns a boolean if a field has been set.
func (o *FilterDetail) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *FilterDetail) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FilterDetail) SetId(v int32)
SetId sets Id field to given value.
func (o *FilterDetail) HasId() bool
HasId returns a boolean if a field has been set.
func (o *FilterDetail) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FilterDetail) 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 *FilterDetail) SetName(v string)
SetName sets Name field to given value.
func (o *FilterDetail) HasName() bool
HasName returns a boolean if a field has been set.
func (o *FilterDetail) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
func (o *FilterDetail) GetIsActiveOk() (*bool, bool)
GetIsActiveOk returns a tuple with the IsActive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FilterDetail) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *FilterDetail) HasIsActive() bool
HasIsActive returns a boolean if a field has been set.
func (o *FilterDetail) GetAdType() int32
GetAdType returns the AdType field if non-nil, zero value otherwise.
func (o *FilterDetail) 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 *FilterDetail) SetAdType(v int32)
SetAdType sets AdType field to given value.
func (o *FilterDetail) HasAdType() bool
HasAdType returns a boolean if a field has been set.
func (o *FilterDetail) GetItemCount() int32
GetItemCount returns the ItemCount field if non-nil, zero value otherwise.
func (o *FilterDetail) GetItemCountOk() (*int32, bool)
GetItemCountOk returns a tuple with the ItemCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FilterDetail) SetItemCount(v int32)
SetItemCount sets ItemCount field to given value.
func (o *FilterDetail) HasItemCount() bool
HasItemCount returns a boolean if a field has been set.
func (o *FilterDetail) GetItems() []string
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *FilterDetail) 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 *FilterDetail) SetItems(v []string)
SetItems sets Items field to given value.
func (o *FilterDetail) HasItems() bool
HasItems returns a boolean if a field has been set.
func (o *FilterDetail) GetCampaignIds() []string
GetCampaignIds returns the CampaignIds field if non-nil, zero value otherwise.
func (o *FilterDetail) GetCampaignIdsOk() (*[]string, 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 *FilterDetail) SetCampaignIds(v []string)
SetCampaignIds sets CampaignIds field to given value.
func (o *FilterDetail) HasCampaignIds() bool
HasCampaignIds returns a boolean if a field has been set.
func (o *FilterDetail) GetRanges() []FilterDetailAllOfRanges
GetRanges returns the Ranges field if non-nil, zero value otherwise.
func (o *FilterDetail) GetRangesOk() (*[]FilterDetailAllOfRanges, bool)
GetRangesOk returns a tuple with the Ranges field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FilterDetail) SetRanges(v []FilterDetailAllOfRanges)
SetRanges sets Ranges field to given value.
func (o *FilterDetail) HasRanges() bool
HasRanges returns a boolean if a field has been set.