Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.21 KB

ListConcepts200ResponseResultsInnerIds.md

File metadata and controls

134 lines (73 loc) · 4.21 KB

ListConcepts200ResponseResultsInnerIds

Properties

Name Type Description Notes
Openalex Pointer to string This concept's OpenAlex ID. [optional]
Wikidata Pointer to string This concept's Wikidata ID. [optional]
Wikipedia Pointer to string This concept's Wikipedia page URL. [optional]
Mag Pointer to string This concept's Microsoft Academic Graph (MAG) ID. [optional]

Methods

NewListConcepts200ResponseResultsInnerIds

func NewListConcepts200ResponseResultsInnerIds() *ListConcepts200ResponseResultsInnerIds

NewListConcepts200ResponseResultsInnerIds instantiates a new ListConcepts200ResponseResultsInnerIds 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

NewListConcepts200ResponseResultsInnerIdsWithDefaults

func NewListConcepts200ResponseResultsInnerIdsWithDefaults() *ListConcepts200ResponseResultsInnerIds

NewListConcepts200ResponseResultsInnerIdsWithDefaults instantiates a new ListConcepts200ResponseResultsInnerIds 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 *ListConcepts200ResponseResultsInnerIds) GetOpenalex() string

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

GetOpenalexOk

func (o *ListConcepts200ResponseResultsInnerIds) 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 *ListConcepts200ResponseResultsInnerIds) SetOpenalex(v string)

SetOpenalex sets Openalex field to given value.

HasOpenalex

func (o *ListConcepts200ResponseResultsInnerIds) HasOpenalex() bool

HasOpenalex returns a boolean if a field has been set.

GetWikidata

func (o *ListConcepts200ResponseResultsInnerIds) GetWikidata() string

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

GetWikidataOk

func (o *ListConcepts200ResponseResultsInnerIds) 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 *ListConcepts200ResponseResultsInnerIds) SetWikidata(v string)

SetWikidata sets Wikidata field to given value.

HasWikidata

func (o *ListConcepts200ResponseResultsInnerIds) HasWikidata() bool

HasWikidata returns a boolean if a field has been set.

GetWikipedia

func (o *ListConcepts200ResponseResultsInnerIds) GetWikipedia() string

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

GetWikipediaOk

func (o *ListConcepts200ResponseResultsInnerIds) 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 *ListConcepts200ResponseResultsInnerIds) SetWikipedia(v string)

SetWikipedia sets Wikipedia field to given value.

HasWikipedia

func (o *ListConcepts200ResponseResultsInnerIds) HasWikipedia() bool

HasWikipedia returns a boolean if a field has been set.

GetMag

func (o *ListConcepts200ResponseResultsInnerIds) GetMag() string

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

GetMagOk

func (o *ListConcepts200ResponseResultsInnerIds) 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 *ListConcepts200ResponseResultsInnerIds) SetMag(v string)

SetMag sets Mag field to given value.

HasMag

func (o *ListConcepts200ResponseResultsInnerIds) HasMag() bool

HasMag returns a boolean if a field has been set.

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