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] |
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
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
func (o *ListFunders200ResponseResultsInnerIds) GetOpenalex() string
GetOpenalex returns the Openalex field if non-nil, zero value otherwise.
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.
func (o *ListFunders200ResponseResultsInnerIds) SetOpenalex(v string)
SetOpenalex sets Openalex field to given value.
func (o *ListFunders200ResponseResultsInnerIds) HasOpenalex() bool
HasOpenalex returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInnerIds) GetRor() string
GetRor returns the Ror field if non-nil, zero value otherwise.
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.
func (o *ListFunders200ResponseResultsInnerIds) SetRor(v string)
SetRor sets Ror field to given value.
func (o *ListFunders200ResponseResultsInnerIds) HasRor() bool
HasRor returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInnerIds) GetWikidata() string
GetWikidata returns the Wikidata field if non-nil, zero value otherwise.
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.
func (o *ListFunders200ResponseResultsInnerIds) SetWikidata(v string)
SetWikidata sets Wikidata field to given value.
func (o *ListFunders200ResponseResultsInnerIds) HasWikidata() bool
HasWikidata returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInnerIds) GetCrossref() string
GetCrossref returns the Crossref field if non-nil, zero value otherwise.
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.
func (o *ListFunders200ResponseResultsInnerIds) SetCrossref(v string)
SetCrossref sets Crossref field to given value.
func (o *ListFunders200ResponseResultsInnerIds) HasCrossref() bool
HasCrossref returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInnerIds) GetDoi() string
GetDoi returns the Doi field if non-nil, zero value otherwise.
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.
func (o *ListFunders200ResponseResultsInnerIds) SetDoi(v string)
SetDoi sets Doi field to given value.
func (o *ListFunders200ResponseResultsInnerIds) HasDoi() bool
HasDoi returns a boolean if a field has been set.