| Name | Type | Description | Notes |
|---|---|---|---|
| Index | Pointer to string | [optional] | |
| FacetType | Pointer to string | [optional] | |
| Values | Pointer to []FindBibRetainedHoldings200ResponseSearchFacetsInnerValuesInner | [optional] |
func NewFindBibRetainedHoldings200ResponseSearchFacetsInner() *FindBibRetainedHoldings200ResponseSearchFacetsInner
NewFindBibRetainedHoldings200ResponseSearchFacetsInner instantiates a new FindBibRetainedHoldings200ResponseSearchFacetsInner 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 NewFindBibRetainedHoldings200ResponseSearchFacetsInnerWithDefaults() *FindBibRetainedHoldings200ResponseSearchFacetsInner
NewFindBibRetainedHoldings200ResponseSearchFacetsInnerWithDefaults instantiates a new FindBibRetainedHoldings200ResponseSearchFacetsInner 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 *FindBibRetainedHoldings200ResponseSearchFacetsInner) GetIndex() string
GetIndex returns the Index field if non-nil, zero value otherwise.
func (o *FindBibRetainedHoldings200ResponseSearchFacetsInner) GetIndexOk() (*string, bool)
GetIndexOk returns a tuple with the Index field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FindBibRetainedHoldings200ResponseSearchFacetsInner) SetIndex(v string)
SetIndex sets Index field to given value.
func (o *FindBibRetainedHoldings200ResponseSearchFacetsInner) HasIndex() bool
HasIndex returns a boolean if a field has been set.
func (o *FindBibRetainedHoldings200ResponseSearchFacetsInner) GetFacetType() string
GetFacetType returns the FacetType field if non-nil, zero value otherwise.
func (o *FindBibRetainedHoldings200ResponseSearchFacetsInner) GetFacetTypeOk() (*string, bool)
GetFacetTypeOk returns a tuple with the FacetType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FindBibRetainedHoldings200ResponseSearchFacetsInner) SetFacetType(v string)
SetFacetType sets FacetType field to given value.
func (o *FindBibRetainedHoldings200ResponseSearchFacetsInner) HasFacetType() bool
HasFacetType returns a boolean if a field has been set.
func (o *FindBibRetainedHoldings200ResponseSearchFacetsInner) GetValues() []FindBibRetainedHoldings200ResponseSearchFacetsInnerValuesInner
GetValues returns the Values field if non-nil, zero value otherwise.
func (o *FindBibRetainedHoldings200ResponseSearchFacetsInner) GetValuesOk() (*[]FindBibRetainedHoldings200ResponseSearchFacetsInnerValuesInner, 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.
func (o *FindBibRetainedHoldings200ResponseSearchFacetsInner) SetValues(v []FindBibRetainedHoldings200ResponseSearchFacetsInnerValuesInner)
SetValues sets Values field to given value.
func (o *FindBibRetainedHoldings200ResponseSearchFacetsInner) HasValues() bool
HasValues returns a boolean if a field has been set.