Name | Type | Description | Notes |
---|---|---|---|
Institution | Pointer to ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution | [optional] | |
Years | Pointer to []int32 | [optional] |
func NewListAuthors200ResponseResultsInnerAffiliationsInner() *ListAuthors200ResponseResultsInnerAffiliationsInner
NewListAuthors200ResponseResultsInnerAffiliationsInner instantiates a new ListAuthors200ResponseResultsInnerAffiliationsInner 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 NewListAuthors200ResponseResultsInnerAffiliationsInnerWithDefaults() *ListAuthors200ResponseResultsInnerAffiliationsInner
NewListAuthors200ResponseResultsInnerAffiliationsInnerWithDefaults instantiates a new ListAuthors200ResponseResultsInnerAffiliationsInner 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 *ListAuthors200ResponseResultsInnerAffiliationsInner) GetInstitution() ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution
GetInstitution returns the Institution field if non-nil, zero value otherwise.
func (o *ListAuthors200ResponseResultsInnerAffiliationsInner) GetInstitutionOk() (*ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution, bool)
GetInstitutionOk returns a tuple with the Institution field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAuthors200ResponseResultsInnerAffiliationsInner) SetInstitution(v ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution)
SetInstitution sets Institution field to given value.
func (o *ListAuthors200ResponseResultsInnerAffiliationsInner) HasInstitution() bool
HasInstitution returns a boolean if a field has been set.
func (o *ListAuthors200ResponseResultsInnerAffiliationsInner) GetYears() []int32
GetYears returns the Years field if non-nil, zero value otherwise.
func (o *ListAuthors200ResponseResultsInnerAffiliationsInner) GetYearsOk() (*[]int32, bool)
GetYearsOk returns a tuple with the Years field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAuthors200ResponseResultsInnerAffiliationsInner) SetYears(v []int32)
SetYears sets Years field to given value.
func (o *ListAuthors200ResponseResultsInnerAffiliationsInner) HasYears() bool
HasYears returns a boolean if a field has been set.