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