Name | Type | Description | Notes |
---|---|---|---|
RawAffiliationString | Pointer to string | [optional] | |
InstitutionIds | Pointer to []string | [optional] |
func NewListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner() *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner
NewListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner instantiates a new ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner 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 NewListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInnerWithDefaults() *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner
NewListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInnerWithDefaults instantiates a new ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner 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 *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner) GetRawAffiliationString() string
GetRawAffiliationString returns the RawAffiliationString field if non-nil, zero value otherwise.
func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner) GetRawAffiliationStringOk() (*string, bool)
GetRawAffiliationStringOk returns a tuple with the RawAffiliationString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner) SetRawAffiliationString(v string)
SetRawAffiliationString sets RawAffiliationString field to given value.
func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner) HasRawAffiliationString() bool
HasRawAffiliationString returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner) GetInstitutionIds() []string
GetInstitutionIds returns the InstitutionIds field if non-nil, zero value otherwise.
func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner) GetInstitutionIdsOk() (*[]string, bool)
GetInstitutionIdsOk returns a tuple with the InstitutionIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner) SetInstitutionIds(v []string)
SetInstitutionIds sets InstitutionIds field to given value.
func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner) HasInstitutionIds() bool
HasInstitutionIds returns a boolean if a field has been set.