Name | Type | Description | Notes |
---|---|---|---|
Openalex | Pointer to string | This topic's OpenAlex ID. Same as Topic.id. | [optional] |
Wikipedia | Pointer to string | This topic's Wikipedia page URL. | [optional] |
func NewListTopics200ResponseResultsInnerIds() *ListTopics200ResponseResultsInnerIds
NewListTopics200ResponseResultsInnerIds instantiates a new ListTopics200ResponseResultsInnerIds 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 NewListTopics200ResponseResultsInnerIdsWithDefaults() *ListTopics200ResponseResultsInnerIds
NewListTopics200ResponseResultsInnerIdsWithDefaults instantiates a new ListTopics200ResponseResultsInnerIds 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 *ListTopics200ResponseResultsInnerIds) GetOpenalex() string
GetOpenalex returns the Openalex field if non-nil, zero value otherwise.
func (o *ListTopics200ResponseResultsInnerIds) 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 *ListTopics200ResponseResultsInnerIds) SetOpenalex(v string)
SetOpenalex sets Openalex field to given value.
func (o *ListTopics200ResponseResultsInnerIds) HasOpenalex() bool
HasOpenalex returns a boolean if a field has been set.
func (o *ListTopics200ResponseResultsInnerIds) GetWikipedia() string
GetWikipedia returns the Wikipedia field if non-nil, zero value otherwise.
func (o *ListTopics200ResponseResultsInnerIds) 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 *ListTopics200ResponseResultsInnerIds) SetWikipedia(v string)
SetWikipedia sets Wikipedia field to given value.
func (o *ListTopics200ResponseResultsInnerIds) HasWikipedia() bool
HasWikipedia returns a boolean if a field has been set.