Name | Type | Description | Notes |
---|---|---|---|
Var2yrMeanCitedness | Pointer to float32 | The 2-year mean citedness for this source. Also known as impact factor. We use the year prior to the current year for the citations (the numerator) and the two years prior to that for the citation-receiving publications (the denominator). | [optional] |
HIndex | Pointer to int32 | The h-index for this source. | [optional] |
I10Index | Pointer to int32 | The i-10 index for this source. | [optional] |
func NewListSources200ResponseResultsInnerSummaryStats() *ListSources200ResponseResultsInnerSummaryStats
NewListSources200ResponseResultsInnerSummaryStats instantiates a new ListSources200ResponseResultsInnerSummaryStats 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 NewListSources200ResponseResultsInnerSummaryStatsWithDefaults() *ListSources200ResponseResultsInnerSummaryStats
NewListSources200ResponseResultsInnerSummaryStatsWithDefaults instantiates a new ListSources200ResponseResultsInnerSummaryStats 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 *ListSources200ResponseResultsInnerSummaryStats) GetVar2yrMeanCitedness() float32
GetVar2yrMeanCitedness returns the Var2yrMeanCitedness field if non-nil, zero value otherwise.
func (o *ListSources200ResponseResultsInnerSummaryStats) 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 *ListSources200ResponseResultsInnerSummaryStats) SetVar2yrMeanCitedness(v float32)
SetVar2yrMeanCitedness sets Var2yrMeanCitedness field to given value.
func (o *ListSources200ResponseResultsInnerSummaryStats) HasVar2yrMeanCitedness() bool
HasVar2yrMeanCitedness returns a boolean if a field has been set.
func (o *ListSources200ResponseResultsInnerSummaryStats) GetHIndex() int32
GetHIndex returns the HIndex field if non-nil, zero value otherwise.
func (o *ListSources200ResponseResultsInnerSummaryStats) 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 *ListSources200ResponseResultsInnerSummaryStats) SetHIndex(v int32)
SetHIndex sets HIndex field to given value.
func (o *ListSources200ResponseResultsInnerSummaryStats) HasHIndex() bool
HasHIndex returns a boolean if a field has been set.
func (o *ListSources200ResponseResultsInnerSummaryStats) GetI10Index() int32
GetI10Index returns the I10Index field if non-nil, zero value otherwise.
func (o *ListSources200ResponseResultsInnerSummaryStats) 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 *ListSources200ResponseResultsInnerSummaryStats) SetI10Index(v int32)
SetI10Index sets I10Index field to given value.
func (o *ListSources200ResponseResultsInnerSummaryStats) HasI10Index() bool
HasI10Index returns a boolean if a field has been set.