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] |
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
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
func (o *ListWorks200ResponseResultsInnerIds) GetDoi() string
GetDoi returns the Doi field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerIds) SetDoi(v string)
SetDoi sets Doi field to given value.
func (o *ListWorks200ResponseResultsInnerIds) HasDoi() bool
HasDoi returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerIds) GetMag() string
GetMag returns the Mag field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerIds) SetMag(v string)
SetMag sets Mag field to given value.
func (o *ListWorks200ResponseResultsInnerIds) HasMag() bool
HasMag returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerIds) GetOpenalex() string
GetOpenalex returns the Openalex field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerIds) SetOpenalex(v string)
SetOpenalex sets Openalex field to given value.
func (o *ListWorks200ResponseResultsInnerIds) HasOpenalex() bool
HasOpenalex returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerIds) GetPmcid() string
GetPmcid returns the Pmcid field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerIds) SetPmcid(v string)
SetPmcid sets Pmcid field to given value.
func (o *ListWorks200ResponseResultsInnerIds) HasPmcid() bool
HasPmcid returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerIds) GetPmid() string
GetPmid returns the Pmid field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerIds) SetPmid(v string)
SetPmid sets Pmid field to given value.
func (o *ListWorks200ResponseResultsInnerIds) HasPmid() bool
HasPmid returns a boolean if a field has been set.