# SearchResponseResultsInnerRating
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Mean** | Pointer to **float32** | | [optional]
**Count** | Pointer to **float32** | | [optional]
## Methods
### NewSearchResponseResultsInnerRating
`func NewSearchResponseResultsInnerRating() *SearchResponseResultsInnerRating`
NewSearchResponseResultsInnerRating instantiates a new SearchResponseResultsInnerRating 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
### NewSearchResponseResultsInnerRatingWithDefaults
`func NewSearchResponseResultsInnerRatingWithDefaults() *SearchResponseResultsInnerRating`
NewSearchResponseResultsInnerRatingWithDefaults instantiates a new SearchResponseResultsInnerRating 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
### GetMean
`func (o *SearchResponseResultsInnerRating) GetMean() float32`
GetMean returns the Mean field if non-nil, zero value otherwise.
### GetMeanOk
`func (o *SearchResponseResultsInnerRating) GetMeanOk() (*float32, bool)`
GetMeanOk returns a tuple with the Mean field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetMean
`func (o *SearchResponseResultsInnerRating) SetMean(v float32)`
SetMean sets Mean field to given value.
### HasMean
`func (o *SearchResponseResultsInnerRating) HasMean() bool`
HasMean returns a boolean if a field has been set.
### GetCount
`func (o *SearchResponseResultsInnerRating) GetCount() float32`
GetCount returns the Count field if non-nil, zero value otherwise.
### GetCountOk
`func (o *SearchResponseResultsInnerRating) GetCountOk() (*float32, bool)`
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCount
`func (o *SearchResponseResultsInnerRating) SetCount(v float32)`
SetCount sets Count field to given value.
### HasCount
`func (o *SearchResponseResultsInnerRating) HasCount() bool`
HasCount returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)