Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.78 KB

File metadata and controls

108 lines (59 loc) · 2.78 KB

FacetFilters

Properties

Name Type Description Notes
ParentId Pointer to string [optional]
TargetId Pointer to string [optional]
Types Pointer to []interface{} [optional]

Methods

NewFacetFilters

func NewFacetFilters() *FacetFilters

NewFacetFilters instantiates a new FacetFilters 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

NewFacetFiltersWithDefaults

func NewFacetFiltersWithDefaults() *FacetFilters

NewFacetFiltersWithDefaults instantiates a new FacetFilters 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

GetParentId

func (o *FacetFilters) GetParentId() string

GetParentId returns the ParentId field if non-nil, zero value otherwise.

GetParentIdOk

func (o *FacetFilters) GetParentIdOk() (*string, bool)

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

SetParentId

func (o *FacetFilters) SetParentId(v string)

SetParentId sets ParentId field to given value.

HasParentId

func (o *FacetFilters) HasParentId() bool

HasParentId returns a boolean if a field has been set.

GetTargetId

func (o *FacetFilters) GetTargetId() string

GetTargetId returns the TargetId field if non-nil, zero value otherwise.

GetTargetIdOk

func (o *FacetFilters) GetTargetIdOk() (*string, bool)

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

SetTargetId

func (o *FacetFilters) SetTargetId(v string)

SetTargetId sets TargetId field to given value.

HasTargetId

func (o *FacetFilters) HasTargetId() bool

HasTargetId returns a boolean if a field has been set.

GetTypes

func (o *FacetFilters) GetTypes() []interface{}

GetTypes returns the Types field if non-nil, zero value otherwise.

GetTypesOk

func (o *FacetFilters) GetTypesOk() (*[]interface{}, bool)

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

SetTypes

func (o *FacetFilters) SetTypes(v []interface{})

SetTypes sets Types field to given value.

HasTypes

func (o *FacetFilters) HasTypes() bool

HasTypes returns a boolean if a field has been set.

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