Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.19 KB

ListAuthors200ResponseResultsInnerAffiliationsInner.md

File metadata and controls

82 lines (45 loc) · 3.19 KB

ListAuthors200ResponseResultsInnerAffiliationsInner

Properties

Name Type Description Notes
Institution Pointer to ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution [optional]
Years Pointer to []int32 [optional]

Methods

NewListAuthors200ResponseResultsInnerAffiliationsInner

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

NewListAuthors200ResponseResultsInnerAffiliationsInnerWithDefaults

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

GetInstitution

func (o *ListAuthors200ResponseResultsInnerAffiliationsInner) GetInstitution() ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution

GetInstitution returns the Institution field if non-nil, zero value otherwise.

GetInstitutionOk

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.

SetInstitution

func (o *ListAuthors200ResponseResultsInnerAffiliationsInner) SetInstitution(v ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution)

SetInstitution sets Institution field to given value.

HasInstitution

func (o *ListAuthors200ResponseResultsInnerAffiliationsInner) HasInstitution() bool

HasInstitution returns a boolean if a field has been set.

GetYears

func (o *ListAuthors200ResponseResultsInnerAffiliationsInner) GetYears() []int32

GetYears returns the Years field if non-nil, zero value otherwise.

GetYearsOk

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.

SetYears

func (o *ListAuthors200ResponseResultsInnerAffiliationsInner) SetYears(v []int32)

SetYears sets Years field to given value.

HasYears

func (o *ListAuthors200ResponseResultsInnerAffiliationsInner) HasYears() bool

HasYears returns a boolean if a field has been set.

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