Name | Type | Description | Notes |
---|---|---|---|
Year | Pointer to int32 | [optional] | |
WorksCount | Pointer to int32 | [optional] | |
CitedByCount | Pointer to int32 | [optional] |
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
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
func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) GetYear() int32
GetYear returns the Year field if non-nil, zero value otherwise.
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.
func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) SetYear(v int32)
SetYear sets Year field to given value.
func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) HasYear() bool
HasYear returns a boolean if a field has been set.
func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) GetWorksCount() int32
GetWorksCount returns the WorksCount field if non-nil, zero value otherwise.
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.
func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) SetWorksCount(v int32)
SetWorksCount sets WorksCount field to given value.
func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) HasWorksCount() bool
HasWorksCount returns a boolean if a field has been set.
func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) GetCitedByCount() int32
GetCitedByCount returns the CitedByCount field if non-nil, zero value otherwise.
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.
func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) SetCitedByCount(v int32)
SetCitedByCount sets CitedByCount field to given value.
func (o *ListAuthors200ResponseResultsInnerCountsByYearInner) HasCitedByCount() bool
HasCitedByCount returns a boolean if a field has been set.