Name | Type | Description | Notes |
---|---|---|---|
Var2yrMeanCitedness | Pointer to float32 | The 2-year mean citedness for this source. Also known as impact factor. | [optional] |
HIndex | Pointer to int32 | The h-index for this concept. | [optional] |
I10Index | Pointer to int32 | The i-10 index for this concept. | [optional] |
func NewListConcepts200ResponseResultsInnerSummaryStats() *ListConcepts200ResponseResultsInnerSummaryStats
NewListConcepts200ResponseResultsInnerSummaryStats instantiates a new ListConcepts200ResponseResultsInnerSummaryStats 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 NewListConcepts200ResponseResultsInnerSummaryStatsWithDefaults() *ListConcepts200ResponseResultsInnerSummaryStats
NewListConcepts200ResponseResultsInnerSummaryStatsWithDefaults instantiates a new ListConcepts200ResponseResultsInnerSummaryStats 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 *ListConcepts200ResponseResultsInnerSummaryStats) GetVar2yrMeanCitedness() float32
GetVar2yrMeanCitedness returns the Var2yrMeanCitedness field if non-nil, zero value otherwise.
func (o *ListConcepts200ResponseResultsInnerSummaryStats) 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 *ListConcepts200ResponseResultsInnerSummaryStats) SetVar2yrMeanCitedness(v float32)
SetVar2yrMeanCitedness sets Var2yrMeanCitedness field to given value.
func (o *ListConcepts200ResponseResultsInnerSummaryStats) HasVar2yrMeanCitedness() bool
HasVar2yrMeanCitedness returns a boolean if a field has been set.
func (o *ListConcepts200ResponseResultsInnerSummaryStats) GetHIndex() int32
GetHIndex returns the HIndex field if non-nil, zero value otherwise.
func (o *ListConcepts200ResponseResultsInnerSummaryStats) 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 *ListConcepts200ResponseResultsInnerSummaryStats) SetHIndex(v int32)
SetHIndex sets HIndex field to given value.
func (o *ListConcepts200ResponseResultsInnerSummaryStats) HasHIndex() bool
HasHIndex returns a boolean if a field has been set.
func (o *ListConcepts200ResponseResultsInnerSummaryStats) GetI10Index() int32
GetI10Index returns the I10Index field if non-nil, zero value otherwise.
func (o *ListConcepts200ResponseResultsInnerSummaryStats) 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 *ListConcepts200ResponseResultsInnerSummaryStats) SetI10Index(v int32)
SetI10Index sets I10Index field to given value.
func (o *ListConcepts200ResponseResultsInnerSummaryStats) HasI10Index() bool
HasI10Index returns a boolean if a field has been set.