Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.3 KB

RouteFiltersSearchFilterItem.md

File metadata and controls

108 lines (59 loc) · 3.3 KB

RouteFiltersSearchFilterItem

Properties

Name Type Description Notes
Property Pointer to RouteFiltersSearchFilterItemProperty [optional]
Operator Pointer to string [optional]
Values Pointer to []string [optional]

Methods

NewRouteFiltersSearchFilterItem

func NewRouteFiltersSearchFilterItem() *RouteFiltersSearchFilterItem

NewRouteFiltersSearchFilterItem instantiates a new RouteFiltersSearchFilterItem 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

NewRouteFiltersSearchFilterItemWithDefaults

func NewRouteFiltersSearchFilterItemWithDefaults() *RouteFiltersSearchFilterItem

NewRouteFiltersSearchFilterItemWithDefaults instantiates a new RouteFiltersSearchFilterItem 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

GetProperty

func (o *RouteFiltersSearchFilterItem) GetProperty() RouteFiltersSearchFilterItemProperty

GetProperty returns the Property field if non-nil, zero value otherwise.

GetPropertyOk

func (o *RouteFiltersSearchFilterItem) GetPropertyOk() (*RouteFiltersSearchFilterItemProperty, bool)

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

SetProperty

func (o *RouteFiltersSearchFilterItem) SetProperty(v RouteFiltersSearchFilterItemProperty)

SetProperty sets Property field to given value.

HasProperty

func (o *RouteFiltersSearchFilterItem) HasProperty() bool

HasProperty returns a boolean if a field has been set.

GetOperator

func (o *RouteFiltersSearchFilterItem) GetOperator() string

GetOperator returns the Operator field if non-nil, zero value otherwise.

GetOperatorOk

func (o *RouteFiltersSearchFilterItem) GetOperatorOk() (*string, bool)

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

SetOperator

func (o *RouteFiltersSearchFilterItem) SetOperator(v string)

SetOperator sets Operator field to given value.

HasOperator

func (o *RouteFiltersSearchFilterItem) HasOperator() bool

HasOperator returns a boolean if a field has been set.

GetValues

func (o *RouteFiltersSearchFilterItem) GetValues() []string

GetValues returns the Values field if non-nil, zero value otherwise.

GetValuesOk

func (o *RouteFiltersSearchFilterItem) GetValuesOk() (*[]string, bool)

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

SetValues

func (o *RouteFiltersSearchFilterItem) SetValues(v []string)

SetValues sets Values field to given value.

HasValues

func (o *RouteFiltersSearchFilterItem) HasValues() bool

HasValues returns a boolean if a field has been set.

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