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] |
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
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
func (o *ListConcepts200ResponseResultsInnerIds) GetOpenalex() string
GetOpenalex returns the Openalex field if non-nil, zero value otherwise.
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.
func (o *ListConcepts200ResponseResultsInnerIds) SetOpenalex(v string)
SetOpenalex sets Openalex field to given value.
func (o *ListConcepts200ResponseResultsInnerIds) HasOpenalex() bool
HasOpenalex returns a boolean if a field has been set.
func (o *ListConcepts200ResponseResultsInnerIds) GetWikidata() string
GetWikidata returns the Wikidata field if non-nil, zero value otherwise.
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.
func (o *ListConcepts200ResponseResultsInnerIds) SetWikidata(v string)
SetWikidata sets Wikidata field to given value.
func (o *ListConcepts200ResponseResultsInnerIds) HasWikidata() bool
HasWikidata returns a boolean if a field has been set.
func (o *ListConcepts200ResponseResultsInnerIds) GetWikipedia() string
GetWikipedia returns the Wikipedia field if non-nil, zero value otherwise.
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.
func (o *ListConcepts200ResponseResultsInnerIds) SetWikipedia(v string)
SetWikipedia sets Wikipedia field to given value.
func (o *ListConcepts200ResponseResultsInnerIds) HasWikipedia() bool
HasWikipedia returns a boolean if a field has been set.
func (o *ListConcepts200ResponseResultsInnerIds) GetMag() string
GetMag returns the Mag field if non-nil, zero value otherwise.
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.
func (o *ListConcepts200ResponseResultsInnerIds) SetMag(v string)
SetMag sets Mag field to given value.
func (o *ListConcepts200ResponseResultsInnerIds) HasMag() bool
HasMag returns a boolean if a field has been set.