Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.31 KB

File metadata and controls

82 lines (45 loc) · 2.31 KB

FilterDetailAllOfRanges

Properties

Name Type Description Notes
Range Pointer to string [optional]
IpCount Pointer to int32 [optional]

Methods

NewFilterDetailAllOfRanges

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

NewFilterDetailAllOfRangesWithDefaults

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

GetRange

func (o *FilterDetailAllOfRanges) GetRange() string

GetRange returns the Range field if non-nil, zero value otherwise.

GetRangeOk

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.

SetRange

func (o *FilterDetailAllOfRanges) SetRange(v string)

SetRange sets Range field to given value.

HasRange

func (o *FilterDetailAllOfRanges) HasRange() bool

HasRange returns a boolean if a field has been set.

GetIpCount

func (o *FilterDetailAllOfRanges) GetIpCount() int32

GetIpCount returns the IpCount field if non-nil, zero value otherwise.

GetIpCountOk

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.

SetIpCount

func (o *FilterDetailAllOfRanges) SetIpCount(v int32)

SetIpCount sets IpCount field to given value.

HasIpCount

func (o *FilterDetailAllOfRanges) HasIpCount() bool

HasIpCount returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]