Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.85 KB

ListWorks200ResponseResultsInnerCountsByYearInner.md

File metadata and controls

82 lines (45 loc) · 2.85 KB

ListWorks200ResponseResultsInnerCountsByYearInner

Properties

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

Methods

NewListWorks200ResponseResultsInnerCountsByYearInner

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

NewListWorks200ResponseResultsInnerCountsByYearInnerWithDefaults

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

GetCitedByCount

func (o *ListWorks200ResponseResultsInnerCountsByYearInner) GetCitedByCount() int32

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

GetCitedByCountOk

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.

SetCitedByCount

func (o *ListWorks200ResponseResultsInnerCountsByYearInner) SetCitedByCount(v int32)

SetCitedByCount sets CitedByCount field to given value.

HasCitedByCount

func (o *ListWorks200ResponseResultsInnerCountsByYearInner) HasCitedByCount() bool

HasCitedByCount returns a boolean if a field has been set.

GetYear

func (o *ListWorks200ResponseResultsInnerCountsByYearInner) GetYear() int32

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

GetYearOk

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.

SetYear

func (o *ListWorks200ResponseResultsInnerCountsByYearInner) SetYear(v int32)

SetYear sets Year field to given value.

HasYear

func (o *ListWorks200ResponseResultsInnerCountsByYearInner) HasYear() bool

HasYear returns a boolean if a field has been set.

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