sdk-go-zincsearch/docs/MetaAggregationIPRange.md
2022-06-24 13:04:50 +08:00

2.9 KiB

MetaAggregationIPRange

Properties

Name Type Description Notes
Field Pointer to string [optional]
Keyed Pointer to bool [optional]
Ranges Pointer to **[]MetaIPRange** [optional]

Methods

NewMetaAggregationIPRange

func NewMetaAggregationIPRange() *MetaAggregationIPRange

NewMetaAggregationIPRange instantiates a new MetaAggregationIPRange 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

NewMetaAggregationIPRangeWithDefaults

func NewMetaAggregationIPRangeWithDefaults() *MetaAggregationIPRange

NewMetaAggregationIPRangeWithDefaults instantiates a new MetaAggregationIPRange 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

GetField

func (o *MetaAggregationIPRange) GetField() string

GetField returns the Field field if non-nil, zero value otherwise.

GetFieldOk

func (o *MetaAggregationIPRange) GetFieldOk() (*string, bool)

GetFieldOk returns a tuple with the Field field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetField

func (o *MetaAggregationIPRange) SetField(v string)

SetField sets Field field to given value.

HasField

func (o *MetaAggregationIPRange) HasField() bool

HasField returns a boolean if a field has been set.

GetKeyed

func (o *MetaAggregationIPRange) GetKeyed() bool

GetKeyed returns the Keyed field if non-nil, zero value otherwise.

GetKeyedOk

func (o *MetaAggregationIPRange) GetKeyedOk() (*bool, bool)

GetKeyedOk returns a tuple with the Keyed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKeyed

func (o *MetaAggregationIPRange) SetKeyed(v bool)

SetKeyed sets Keyed field to given value.

HasKeyed

func (o *MetaAggregationIPRange) HasKeyed() bool

HasKeyed returns a boolean if a field has been set.

GetRanges

func (o *MetaAggregationIPRange) GetRanges() []MetaIPRange

GetRanges returns the Ranges field if non-nil, zero value otherwise.

GetRangesOk

func (o *MetaAggregationIPRange) GetRangesOk() (*[]MetaIPRange, 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.

SetRanges

func (o *MetaAggregationIPRange) SetRanges(v []MetaIPRange)

SetRanges sets Ranges field to given value.

HasRanges

func (o *MetaAggregationIPRange) HasRanges() bool

HasRanges returns a boolean if a field has been set.

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