Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.74 KB

ListAuthors200ResponseResultsInnerIds.md

File metadata and controls

160 lines (87 loc) · 4.74 KB

ListAuthors200ResponseResultsInnerIds

Properties

Name Type Description Notes
Openalex Pointer to string [optional]
Orcid Pointer to string [optional]
Scopus Pointer to string [optional]
Twitter Pointer to string [optional]
Wikipedia Pointer to string [optional]

Methods

NewListAuthors200ResponseResultsInnerIds

func NewListAuthors200ResponseResultsInnerIds() *ListAuthors200ResponseResultsInnerIds

NewListAuthors200ResponseResultsInnerIds instantiates a new ListAuthors200ResponseResultsInnerIds 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

NewListAuthors200ResponseResultsInnerIdsWithDefaults

func NewListAuthors200ResponseResultsInnerIdsWithDefaults() *ListAuthors200ResponseResultsInnerIds

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

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

GetOpenalexOk

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

SetOpenalex sets Openalex field to given value.

HasOpenalex

func (o *ListAuthors200ResponseResultsInnerIds) HasOpenalex() bool

HasOpenalex returns a boolean if a field has been set.

GetOrcid

func (o *ListAuthors200ResponseResultsInnerIds) GetOrcid() string

GetOrcid returns the Orcid field if non-nil, zero value otherwise.

GetOrcidOk

func (o *ListAuthors200ResponseResultsInnerIds) GetOrcidOk() (*string, bool)

GetOrcidOk returns a tuple with the Orcid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOrcid

func (o *ListAuthors200ResponseResultsInnerIds) SetOrcid(v string)

SetOrcid sets Orcid field to given value.

HasOrcid

func (o *ListAuthors200ResponseResultsInnerIds) HasOrcid() bool

HasOrcid returns a boolean if a field has been set.

GetScopus

func (o *ListAuthors200ResponseResultsInnerIds) GetScopus() string

GetScopus returns the Scopus field if non-nil, zero value otherwise.

GetScopusOk

func (o *ListAuthors200ResponseResultsInnerIds) GetScopusOk() (*string, bool)

GetScopusOk returns a tuple with the Scopus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetScopus

func (o *ListAuthors200ResponseResultsInnerIds) SetScopus(v string)

SetScopus sets Scopus field to given value.

HasScopus

func (o *ListAuthors200ResponseResultsInnerIds) HasScopus() bool

HasScopus returns a boolean if a field has been set.

GetTwitter

func (o *ListAuthors200ResponseResultsInnerIds) GetTwitter() string

GetTwitter returns the Twitter field if non-nil, zero value otherwise.

GetTwitterOk

func (o *ListAuthors200ResponseResultsInnerIds) GetTwitterOk() (*string, bool)

GetTwitterOk returns a tuple with the Twitter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTwitter

func (o *ListAuthors200ResponseResultsInnerIds) SetTwitter(v string)

SetTwitter sets Twitter field to given value.

HasTwitter

func (o *ListAuthors200ResponseResultsInnerIds) HasTwitter() bool

HasTwitter returns a boolean if a field has been set.

GetWikipedia

func (o *ListAuthors200ResponseResultsInnerIds) GetWikipedia() string

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

GetWikipediaOk

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

SetWikipedia sets Wikipedia field to given value.

HasWikipedia

func (o *ListAuthors200ResponseResultsInnerIds) HasWikipedia() bool

HasWikipedia returns a boolean if a field has been set.

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