Name | Type | Description | Notes |
---|---|---|---|
Var2yrMeanCitedness | Pointer to float32 | [optional] | |
HIndex | Pointer to int32 | [optional] | |
I10Index | Pointer to int32 | [optional] |
func NewListFunders200ResponseResultsInnerSummaryStats() *ListFunders200ResponseResultsInnerSummaryStats
NewListFunders200ResponseResultsInnerSummaryStats instantiates a new ListFunders200ResponseResultsInnerSummaryStats 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 NewListFunders200ResponseResultsInnerSummaryStatsWithDefaults() *ListFunders200ResponseResultsInnerSummaryStats
NewListFunders200ResponseResultsInnerSummaryStatsWithDefaults instantiates a new ListFunders200ResponseResultsInnerSummaryStats 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 *ListFunders200ResponseResultsInnerSummaryStats) GetVar2yrMeanCitedness() float32
GetVar2yrMeanCitedness returns the Var2yrMeanCitedness field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInnerSummaryStats) GetVar2yrMeanCitednessOk() (*float32, bool)
GetVar2yrMeanCitednessOk returns a tuple with the Var2yrMeanCitedness field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInnerSummaryStats) SetVar2yrMeanCitedness(v float32)
SetVar2yrMeanCitedness sets Var2yrMeanCitedness field to given value.
func (o *ListFunders200ResponseResultsInnerSummaryStats) HasVar2yrMeanCitedness() bool
HasVar2yrMeanCitedness returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInnerSummaryStats) GetHIndex() int32
GetHIndex returns the HIndex field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInnerSummaryStats) GetHIndexOk() (*int32, bool)
GetHIndexOk returns a tuple with the HIndex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInnerSummaryStats) SetHIndex(v int32)
SetHIndex sets HIndex field to given value.
func (o *ListFunders200ResponseResultsInnerSummaryStats) HasHIndex() bool
HasHIndex returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInnerSummaryStats) GetI10Index() int32
GetI10Index returns the I10Index field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInnerSummaryStats) GetI10IndexOk() (*int32, bool)
GetI10IndexOk returns a tuple with the I10Index field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInnerSummaryStats) SetI10Index(v int32)
SetI10Index sets I10Index field to given value.
func (o *ListFunders200ResponseResultsInnerSummaryStats) HasI10Index() bool
HasI10Index returns a boolean if a field has been set.