Name | Type | Description | Notes |
---|---|---|---|
Id | string | The OpenAlex ID for this concept. | |
Wikidata | string | The Wikidata ID for this concept. | |
DisplayName | string | The human-readable name of the concept. | |
Level | int32 | The hierarchical level of the concept. Level 0 is the most general, and level 5 is the most specific. |
func NewListConcepts200ResponseResultsInnerAncestorsInner(id string, wikidata string, displayName string, level int32, ) *ListConcepts200ResponseResultsInnerAncestorsInner
NewListConcepts200ResponseResultsInnerAncestorsInner instantiates a new ListConcepts200ResponseResultsInnerAncestorsInner 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 NewListConcepts200ResponseResultsInnerAncestorsInnerWithDefaults() *ListConcepts200ResponseResultsInnerAncestorsInner
NewListConcepts200ResponseResultsInnerAncestorsInnerWithDefaults instantiates a new ListConcepts200ResponseResultsInnerAncestorsInner 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 *ListConcepts200ResponseResultsInnerAncestorsInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ListConcepts200ResponseResultsInnerAncestorsInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListConcepts200ResponseResultsInnerAncestorsInner) SetId(v string)
SetId sets Id field to given value.
func (o *ListConcepts200ResponseResultsInnerAncestorsInner) GetWikidata() string
GetWikidata returns the Wikidata field if non-nil, zero value otherwise.
func (o *ListConcepts200ResponseResultsInnerAncestorsInner) 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 *ListConcepts200ResponseResultsInnerAncestorsInner) SetWikidata(v string)
SetWikidata sets Wikidata field to given value.
func (o *ListConcepts200ResponseResultsInnerAncestorsInner) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ListConcepts200ResponseResultsInnerAncestorsInner) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListConcepts200ResponseResultsInnerAncestorsInner) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ListConcepts200ResponseResultsInnerAncestorsInner) GetLevel() int32
GetLevel returns the Level field if non-nil, zero value otherwise.
func (o *ListConcepts200ResponseResultsInnerAncestorsInner) GetLevelOk() (*int32, bool)
GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListConcepts200ResponseResultsInnerAncestorsInner) SetLevel(v int32)
SetLevel sets Level field to given value.