Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.72 KB

ListTopics200ResponseResultsInnerIds.md

File metadata and controls

82 lines (45 loc) · 2.72 KB

ListTopics200ResponseResultsInnerIds

Properties

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]

Methods

NewListTopics200ResponseResultsInnerIds

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

NewListTopics200ResponseResultsInnerIdsWithDefaults

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

GetOpenalex

func (o *ListTopics200ResponseResultsInnerIds) GetOpenalex() string

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

GetOpenalexOk

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.

SetOpenalex

func (o *ListTopics200ResponseResultsInnerIds) SetOpenalex(v string)

SetOpenalex sets Openalex field to given value.

HasOpenalex

func (o *ListTopics200ResponseResultsInnerIds) HasOpenalex() bool

HasOpenalex returns a boolean if a field has been set.

GetWikipedia

func (o *ListTopics200ResponseResultsInnerIds) GetWikipedia() string

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

GetWikipediaOk

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.

SetWikipedia

func (o *ListTopics200ResponseResultsInnerIds) SetWikipedia(v string)

SetWikipedia sets Wikipedia field to given value.

HasWikipedia

func (o *ListTopics200ResponseResultsInnerIds) HasWikipedia() bool

HasWikipedia returns a boolean if a field has been set.

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