Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.86 KB

ListConcepts200ResponseResultsInnerSummaryStats.md

File metadata and controls

108 lines (59 loc) · 3.86 KB

ListConcepts200ResponseResultsInnerSummaryStats

Properties

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]

Methods

NewListConcepts200ResponseResultsInnerSummaryStats

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

NewListConcepts200ResponseResultsInnerSummaryStatsWithDefaults

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

GetVar2yrMeanCitedness

func (o *ListConcepts200ResponseResultsInnerSummaryStats) GetVar2yrMeanCitedness() float32

GetVar2yrMeanCitedness returns the Var2yrMeanCitedness field if non-nil, zero value otherwise.

GetVar2yrMeanCitednessOk

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.

SetVar2yrMeanCitedness

func (o *ListConcepts200ResponseResultsInnerSummaryStats) SetVar2yrMeanCitedness(v float32)

SetVar2yrMeanCitedness sets Var2yrMeanCitedness field to given value.

HasVar2yrMeanCitedness

func (o *ListConcepts200ResponseResultsInnerSummaryStats) HasVar2yrMeanCitedness() bool

HasVar2yrMeanCitedness returns a boolean if a field has been set.

GetHIndex

func (o *ListConcepts200ResponseResultsInnerSummaryStats) GetHIndex() int32

GetHIndex returns the HIndex field if non-nil, zero value otherwise.

GetHIndexOk

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.

SetHIndex

func (o *ListConcepts200ResponseResultsInnerSummaryStats) SetHIndex(v int32)

SetHIndex sets HIndex field to given value.

HasHIndex

func (o *ListConcepts200ResponseResultsInnerSummaryStats) HasHIndex() bool

HasHIndex returns a boolean if a field has been set.

GetI10Index

func (o *ListConcepts200ResponseResultsInnerSummaryStats) GetI10Index() int32

GetI10Index returns the I10Index field if non-nil, zero value otherwise.

GetI10IndexOk

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.

SetI10Index

func (o *ListConcepts200ResponseResultsInnerSummaryStats) SetI10Index(v int32)

SetI10Index sets I10Index field to given value.

HasI10Index

func (o *ListConcepts200ResponseResultsInnerSummaryStats) HasI10Index() bool

HasI10Index returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]