Name | Type | Description | Notes |
---|---|---|---|
Openalex | Pointer to string | [optional] | |
Ror | Pointer to string | [optional] | |
Grid | Pointer to string | [optional] | |
Wikipedia | Pointer to string | [optional] | |
Wikidata | Pointer to string | [optional] | |
Mag | Pointer to string | [optional] |
func NewListInstitutions200ResponseResultsInnerIds() *ListInstitutions200ResponseResultsInnerIds
NewListInstitutions200ResponseResultsInnerIds instantiates a new ListInstitutions200ResponseResultsInnerIds 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 NewListInstitutions200ResponseResultsInnerIdsWithDefaults() *ListInstitutions200ResponseResultsInnerIds
NewListInstitutions200ResponseResultsInnerIdsWithDefaults instantiates a new ListInstitutions200ResponseResultsInnerIds 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 *ListInstitutions200ResponseResultsInnerIds) GetOpenalex() string
GetOpenalex returns the Openalex field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerIds) GetOpenalexOk() (*string, bool)
GetOpenalexOk returns a tuple with the Openalex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListInstitutions200ResponseResultsInnerIds) SetOpenalex(v string)
SetOpenalex sets Openalex field to given value.
func (o *ListInstitutions200ResponseResultsInnerIds) HasOpenalex() bool
HasOpenalex returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerIds) GetRor() string
GetRor returns the Ror field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerIds) GetRorOk() (*string, bool)
GetRorOk returns a tuple with the Ror field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListInstitutions200ResponseResultsInnerIds) SetRor(v string)
SetRor sets Ror field to given value.
func (o *ListInstitutions200ResponseResultsInnerIds) HasRor() bool
HasRor returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerIds) GetGrid() string
GetGrid returns the Grid field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerIds) GetGridOk() (*string, bool)
GetGridOk returns a tuple with the Grid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListInstitutions200ResponseResultsInnerIds) SetGrid(v string)
SetGrid sets Grid field to given value.
func (o *ListInstitutions200ResponseResultsInnerIds) HasGrid() bool
HasGrid returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerIds) GetWikipedia() string
GetWikipedia returns the Wikipedia field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerIds) GetWikipediaOk() (*string, bool)
GetWikipediaOk returns a tuple with the Wikipedia field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListInstitutions200ResponseResultsInnerIds) SetWikipedia(v string)
SetWikipedia sets Wikipedia field to given value.
func (o *ListInstitutions200ResponseResultsInnerIds) HasWikipedia() bool
HasWikipedia returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerIds) GetWikidata() string
GetWikidata returns the Wikidata field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerIds) GetWikidataOk() (*string, bool)
GetWikidataOk returns a tuple with the Wikidata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListInstitutions200ResponseResultsInnerIds) SetWikidata(v string)
SetWikidata sets Wikidata field to given value.
func (o *ListInstitutions200ResponseResultsInnerIds) HasWikidata() bool
HasWikidata returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerIds) GetMag() string
GetMag returns the Mag field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerIds) GetMagOk() (*string, bool)
GetMagOk returns a tuple with the Mag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListInstitutions200ResponseResultsInnerIds) SetMag(v string)
SetMag sets Mag field to given value.
func (o *ListInstitutions200ResponseResultsInnerIds) HasMag() bool
HasMag returns a boolean if a field has been set.