Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.65 KB

ListWorks200ResponseResultsInnerIds.md

File metadata and controls

160 lines (87 loc) · 4.65 KB

ListWorks200ResponseResultsInnerIds

Properties

Name Type Description Notes
Doi Pointer to string The DOI for this work. [optional]
Mag Pointer to string The Microsoft Academic Graph ID for this work. [optional]
Openalex Pointer to string The OpenAlex ID for this work. [optional]
Pmcid Pointer to string The PubMed Central ID for this work. [optional]
Pmid Pointer to string The PubMed ID for this work. [optional]

Methods

NewListWorks200ResponseResultsInnerIds

func NewListWorks200ResponseResultsInnerIds() *ListWorks200ResponseResultsInnerIds

NewListWorks200ResponseResultsInnerIds instantiates a new ListWorks200ResponseResultsInnerIds 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

NewListWorks200ResponseResultsInnerIdsWithDefaults

func NewListWorks200ResponseResultsInnerIdsWithDefaults() *ListWorks200ResponseResultsInnerIds

NewListWorks200ResponseResultsInnerIdsWithDefaults instantiates a new ListWorks200ResponseResultsInnerIds 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

GetDoi

func (o *ListWorks200ResponseResultsInnerIds) GetDoi() string

GetDoi returns the Doi field if non-nil, zero value otherwise.

GetDoiOk

func (o *ListWorks200ResponseResultsInnerIds) GetDoiOk() (*string, bool)

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

SetDoi

func (o *ListWorks200ResponseResultsInnerIds) SetDoi(v string)

SetDoi sets Doi field to given value.

HasDoi

func (o *ListWorks200ResponseResultsInnerIds) HasDoi() bool

HasDoi returns a boolean if a field has been set.

GetMag

func (o *ListWorks200ResponseResultsInnerIds) GetMag() string

GetMag returns the Mag field if non-nil, zero value otherwise.

GetMagOk

func (o *ListWorks200ResponseResultsInnerIds) GetMagOk() (*string, bool)

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

SetMag

func (o *ListWorks200ResponseResultsInnerIds) SetMag(v string)

SetMag sets Mag field to given value.

HasMag

func (o *ListWorks200ResponseResultsInnerIds) HasMag() bool

HasMag returns a boolean if a field has been set.

GetOpenalex

func (o *ListWorks200ResponseResultsInnerIds) GetOpenalex() string

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

GetOpenalexOk

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

SetOpenalex sets Openalex field to given value.

HasOpenalex

func (o *ListWorks200ResponseResultsInnerIds) HasOpenalex() bool

HasOpenalex returns a boolean if a field has been set.

GetPmcid

func (o *ListWorks200ResponseResultsInnerIds) GetPmcid() string

GetPmcid returns the Pmcid field if non-nil, zero value otherwise.

GetPmcidOk

func (o *ListWorks200ResponseResultsInnerIds) GetPmcidOk() (*string, bool)

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

SetPmcid

func (o *ListWorks200ResponseResultsInnerIds) SetPmcid(v string)

SetPmcid sets Pmcid field to given value.

HasPmcid

func (o *ListWorks200ResponseResultsInnerIds) HasPmcid() bool

HasPmcid returns a boolean if a field has been set.

GetPmid

func (o *ListWorks200ResponseResultsInnerIds) GetPmid() string

GetPmid returns the Pmid field if non-nil, zero value otherwise.

GetPmidOk

func (o *ListWorks200ResponseResultsInnerIds) GetPmidOk() (*string, bool)

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

SetPmid

func (o *ListWorks200ResponseResultsInnerIds) SetPmid(v string)

SetPmid sets Pmid field to given value.

HasPmid

func (o *ListWorks200ResponseResultsInnerIds) HasPmid() bool

HasPmid returns a boolean if a field has been set.

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