Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.66 KB

ListFunders200ResponseResultsInnerIds.md

File metadata and controls

160 lines (87 loc) · 4.66 KB

ListFunders200ResponseResultsInnerIds

Properties

Name Type Description Notes
Openalex Pointer to string [optional]
Ror Pointer to string [optional]
Wikidata Pointer to string [optional]
Crossref Pointer to string [optional]
Doi Pointer to string [optional]

Methods

NewListFunders200ResponseResultsInnerIds

func NewListFunders200ResponseResultsInnerIds() *ListFunders200ResponseResultsInnerIds

NewListFunders200ResponseResultsInnerIds instantiates a new ListFunders200ResponseResultsInnerIds 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

NewListFunders200ResponseResultsInnerIdsWithDefaults

func NewListFunders200ResponseResultsInnerIdsWithDefaults() *ListFunders200ResponseResultsInnerIds

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

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

GetOpenalexOk

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

SetOpenalex sets Openalex field to given value.

HasOpenalex

func (o *ListFunders200ResponseResultsInnerIds) HasOpenalex() bool

HasOpenalex returns a boolean if a field has been set.

GetRor

func (o *ListFunders200ResponseResultsInnerIds) GetRor() string

GetRor returns the Ror field if non-nil, zero value otherwise.

GetRorOk

func (o *ListFunders200ResponseResultsInnerIds) GetRorOk() (*string, bool)

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

SetRor

func (o *ListFunders200ResponseResultsInnerIds) SetRor(v string)

SetRor sets Ror field to given value.

HasRor

func (o *ListFunders200ResponseResultsInnerIds) HasRor() bool

HasRor returns a boolean if a field has been set.

GetWikidata

func (o *ListFunders200ResponseResultsInnerIds) GetWikidata() string

GetWikidata returns the Wikidata field if non-nil, zero value otherwise.

GetWikidataOk

func (o *ListFunders200ResponseResultsInnerIds) GetWikidataOk() (*string, bool)

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

SetWikidata

func (o *ListFunders200ResponseResultsInnerIds) SetWikidata(v string)

SetWikidata sets Wikidata field to given value.

HasWikidata

func (o *ListFunders200ResponseResultsInnerIds) HasWikidata() bool

HasWikidata returns a boolean if a field has been set.

GetCrossref

func (o *ListFunders200ResponseResultsInnerIds) GetCrossref() string

GetCrossref returns the Crossref field if non-nil, zero value otherwise.

GetCrossrefOk

func (o *ListFunders200ResponseResultsInnerIds) GetCrossrefOk() (*string, bool)

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

SetCrossref

func (o *ListFunders200ResponseResultsInnerIds) SetCrossref(v string)

SetCrossref sets Crossref field to given value.

HasCrossref

func (o *ListFunders200ResponseResultsInnerIds) HasCrossref() bool

HasCrossref returns a boolean if a field has been set.

GetDoi

func (o *ListFunders200ResponseResultsInnerIds) GetDoi() string

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

GetDoiOk

func (o *ListFunders200ResponseResultsInnerIds) 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 *ListFunders200ResponseResultsInnerIds) SetDoi(v string)

SetDoi sets Doi field to given value.

HasDoi

func (o *ListFunders200ResponseResultsInnerIds) HasDoi() bool

HasDoi returns a boolean if a field has been set.

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