Name | Type | Description | Notes |
---|---|---|---|
Openalex | Pointer to string | [optional] | |
Orcid | Pointer to string | [optional] | |
Scopus | Pointer to string | [optional] | |
Pointer to string | [optional] | ||
Wikipedia | Pointer to string | [optional] |
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
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
func (o *ListAuthors200ResponseResultsInnerIds) GetOpenalex() string
GetOpenalex returns the Openalex field if non-nil, zero value otherwise.
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.
func (o *ListAuthors200ResponseResultsInnerIds) SetOpenalex(v string)
SetOpenalex sets Openalex field to given value.
func (o *ListAuthors200ResponseResultsInnerIds) HasOpenalex() bool
HasOpenalex returns a boolean if a field has been set.
func (o *ListAuthors200ResponseResultsInnerIds) GetOrcid() string
GetOrcid returns the Orcid field if non-nil, zero value otherwise.
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.
func (o *ListAuthors200ResponseResultsInnerIds) SetOrcid(v string)
SetOrcid sets Orcid field to given value.
func (o *ListAuthors200ResponseResultsInnerIds) HasOrcid() bool
HasOrcid returns a boolean if a field has been set.
func (o *ListAuthors200ResponseResultsInnerIds) GetScopus() string
GetScopus returns the Scopus field if non-nil, zero value otherwise.
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.
func (o *ListAuthors200ResponseResultsInnerIds) SetScopus(v string)
SetScopus sets Scopus field to given value.
func (o *ListAuthors200ResponseResultsInnerIds) HasScopus() bool
HasScopus returns a boolean if a field has been set.
func (o *ListAuthors200ResponseResultsInnerIds) GetTwitter() string
GetTwitter returns the Twitter field if non-nil, zero value otherwise.
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.
func (o *ListAuthors200ResponseResultsInnerIds) SetTwitter(v string)
SetTwitter sets Twitter field to given value.
func (o *ListAuthors200ResponseResultsInnerIds) HasTwitter() bool
HasTwitter returns a boolean if a field has been set.
func (o *ListAuthors200ResponseResultsInnerIds) GetWikipedia() string
GetWikipedia returns the Wikipedia field if non-nil, zero value otherwise.
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.
func (o *ListAuthors200ResponseResultsInnerIds) SetWikipedia(v string)
SetWikipedia sets Wikipedia field to given value.
func (o *ListAuthors200ResponseResultsInnerIds) HasWikipedia() bool
HasWikipedia returns a boolean if a field has been set.