Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.51 KB

ListInstitutions200ResponseResultsInnerIds.md

File metadata and controls

186 lines (101 loc) · 5.51 KB

ListInstitutions200ResponseResultsInnerIds

Properties

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]

Methods

NewListInstitutions200ResponseResultsInnerIds

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

NewListInstitutions200ResponseResultsInnerIdsWithDefaults

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

GetOpenalex

func (o *ListInstitutions200ResponseResultsInnerIds) GetOpenalex() string

GetOpenalex returns the Openalex field if non-nil, zero value otherwise.

GetOpenalexOk

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.

SetOpenalex

func (o *ListInstitutions200ResponseResultsInnerIds) SetOpenalex(v string)

SetOpenalex sets Openalex field to given value.

HasOpenalex

func (o *ListInstitutions200ResponseResultsInnerIds) HasOpenalex() bool

HasOpenalex returns a boolean if a field has been set.

GetRor

func (o *ListInstitutions200ResponseResultsInnerIds) GetRor() string

GetRor returns the Ror field if non-nil, zero value otherwise.

GetRorOk

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.

SetRor

func (o *ListInstitutions200ResponseResultsInnerIds) SetRor(v string)

SetRor sets Ror field to given value.

HasRor

func (o *ListInstitutions200ResponseResultsInnerIds) HasRor() bool

HasRor returns a boolean if a field has been set.

GetGrid

func (o *ListInstitutions200ResponseResultsInnerIds) GetGrid() string

GetGrid returns the Grid field if non-nil, zero value otherwise.

GetGridOk

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.

SetGrid

func (o *ListInstitutions200ResponseResultsInnerIds) SetGrid(v string)

SetGrid sets Grid field to given value.

HasGrid

func (o *ListInstitutions200ResponseResultsInnerIds) HasGrid() bool

HasGrid returns a boolean if a field has been set.

GetWikipedia

func (o *ListInstitutions200ResponseResultsInnerIds) GetWikipedia() string

GetWikipedia returns the Wikipedia field if non-nil, zero value otherwise.

GetWikipediaOk

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.

SetWikipedia

func (o *ListInstitutions200ResponseResultsInnerIds) SetWikipedia(v string)

SetWikipedia sets Wikipedia field to given value.

HasWikipedia

func (o *ListInstitutions200ResponseResultsInnerIds) HasWikipedia() bool

HasWikipedia returns a boolean if a field has been set.

GetWikidata

func (o *ListInstitutions200ResponseResultsInnerIds) GetWikidata() string

GetWikidata returns the Wikidata field if non-nil, zero value otherwise.

GetWikidataOk

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.

SetWikidata

func (o *ListInstitutions200ResponseResultsInnerIds) SetWikidata(v string)

SetWikidata sets Wikidata field to given value.

HasWikidata

func (o *ListInstitutions200ResponseResultsInnerIds) HasWikidata() bool

HasWikidata returns a boolean if a field has been set.

GetMag

func (o *ListInstitutions200ResponseResultsInnerIds) GetMag() string

GetMag returns the Mag field if non-nil, zero value otherwise.

GetMagOk

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.

SetMag

func (o *ListInstitutions200ResponseResultsInnerIds) SetMag(v string)

SetMag sets Mag field to given value.

HasMag

func (o *ListInstitutions200ResponseResultsInnerIds) HasMag() bool

HasMag returns a boolean if a field has been set.

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