Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.7 KB

ListAuthors200ResponseResultsInnerCountsByYearInner.md

File metadata and controls

108 lines (59 loc) · 3.7 KB

ListAuthors200ResponseResultsInnerCountsByYearInner

Properties

Name Type Description Notes
Year Pointer to int32 [optional]
WorksCount Pointer to int32 [optional]
CitedByCount Pointer to int32 [optional]

Methods

NewListAuthors200ResponseResultsInnerCountsByYearInner

func NewListAuthors200ResponseResultsInnerCountsByYearInner() *ListAuthors200ResponseResultsInnerCountsByYearInner

NewListAuthors200ResponseResultsInnerCountsByYearInner instantiates a new ListAuthors200ResponseResultsInnerCountsByYearInner 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

NewListAuthors200ResponseResultsInnerCountsByYearInnerWithDefaults

func NewListAuthors200ResponseResultsInnerCountsByYearInnerWithDefaults() *ListAuthors200ResponseResultsInnerCountsByYearInner

NewListAuthors200ResponseResultsInnerCountsByYearInnerWithDefaults instantiates a new ListAuthors200ResponseResultsInnerCountsByYearInner 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

GetYear

func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) GetYear() int32

GetYear returns the Year field if non-nil, zero value otherwise.

GetYearOk

func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) GetYearOk() (*int32, bool)

GetYearOk returns a tuple with the Year field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetYear

func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) SetYear(v int32)

SetYear sets Year field to given value.

HasYear

func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) HasYear() bool

HasYear returns a boolean if a field has been set.

GetWorksCount

func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) GetWorksCount() int32

GetWorksCount returns the WorksCount field if non-nil, zero value otherwise.

GetWorksCountOk

func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) GetWorksCountOk() (*int32, bool)

GetWorksCountOk returns a tuple with the WorksCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWorksCount

func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) SetWorksCount(v int32)

SetWorksCount sets WorksCount field to given value.

HasWorksCount

func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) HasWorksCount() bool

HasWorksCount returns a boolean if a field has been set.

GetCitedByCount

func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) GetCitedByCount() int32

GetCitedByCount returns the CitedByCount field if non-nil, zero value otherwise.

GetCitedByCountOk

func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) GetCitedByCountOk() (*int32, bool)

GetCitedByCountOk returns a tuple with the CitedByCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCitedByCount

func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) SetCitedByCount(v int32)

SetCitedByCount sets CitedByCount field to given value.

HasCitedByCount

func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) HasCitedByCount() bool

HasCitedByCount returns a boolean if a field has been set.

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