Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.45 KB

ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner.md

File metadata and controls

82 lines (45 loc) · 3.45 KB

ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner

Properties

Name Type Description Notes
RawAffiliationString Pointer to string [optional]
InstitutionIds Pointer to []string [optional]

Methods

NewListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner

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

NewListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInnerWithDefaults

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

GetRawAffiliationString

func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner) GetRawAffiliationString() string

GetRawAffiliationString returns the RawAffiliationString field if non-nil, zero value otherwise.

GetRawAffiliationStringOk

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.

SetRawAffiliationString

func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner) SetRawAffiliationString(v string)

SetRawAffiliationString sets RawAffiliationString field to given value.

HasRawAffiliationString

func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner) HasRawAffiliationString() bool

HasRawAffiliationString returns a boolean if a field has been set.

GetInstitutionIds

func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner) GetInstitutionIds() []string

GetInstitutionIds returns the InstitutionIds field if non-nil, zero value otherwise.

GetInstitutionIdsOk

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.

SetInstitutionIds

func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner) SetInstitutionIds(v []string)

SetInstitutionIds sets InstitutionIds field to given value.

HasInstitutionIds

func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAffiliationsInner) HasInstitutionIds() bool

HasInstitutionIds returns a boolean if a field has been set.

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