| Name | Type | Description | Notes |
|---|---|---|---|
| Range | Pointer to string | [optional] | |
| IpCount | Pointer to int32 | [optional] |
func NewFilterDetailAllOfRanges() *FilterDetailAllOfRanges
NewFilterDetailAllOfRanges instantiates a new FilterDetailAllOfRanges 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 NewFilterDetailAllOfRangesWithDefaults() *FilterDetailAllOfRanges
NewFilterDetailAllOfRangesWithDefaults instantiates a new FilterDetailAllOfRanges 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 *FilterDetailAllOfRanges) GetRange() string
GetRange returns the Range field if non-nil, zero value otherwise.
func (o *FilterDetailAllOfRanges) GetRangeOk() (*string, bool)
GetRangeOk returns a tuple with the Range field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FilterDetailAllOfRanges) SetRange(v string)
SetRange sets Range field to given value.
func (o *FilterDetailAllOfRanges) HasRange() bool
HasRange returns a boolean if a field has been set.
func (o *FilterDetailAllOfRanges) GetIpCount() int32
GetIpCount returns the IpCount field if non-nil, zero value otherwise.
func (o *FilterDetailAllOfRanges) GetIpCountOk() (*int32, bool)
GetIpCountOk returns a tuple with the IpCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FilterDetailAllOfRanges) SetIpCount(v int32)
SetIpCount sets IpCount field to given value.
func (o *FilterDetailAllOfRanges) HasIpCount() bool
HasIpCount returns a boolean if a field has been set.