Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.44 KB

ListPublishers200ResponseResultsInnerIds.md

File metadata and controls

108 lines (59 loc) · 3.44 KB

ListPublishers200ResponseResultsInnerIds

Properties

Name Type Description Notes
Openalex Pointer to string This publisher's OpenAlex ID [optional]
Ror Pointer to string This publisher's ROR ID [optional]
Wikidata Pointer to string This publisher's Wikidata ID [optional]

Methods

NewListPublishers200ResponseResultsInnerIds

func NewListPublishers200ResponseResultsInnerIds() *ListPublishers200ResponseResultsInnerIds

NewListPublishers200ResponseResultsInnerIds instantiates a new ListPublishers200ResponseResultsInnerIds 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

NewListPublishers200ResponseResultsInnerIdsWithDefaults

func NewListPublishers200ResponseResultsInnerIdsWithDefaults() *ListPublishers200ResponseResultsInnerIds

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

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

GetOpenalexOk

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

SetOpenalex sets Openalex field to given value.

HasOpenalex

func (o *ListPublishers200ResponseResultsInnerIds) HasOpenalex() bool

HasOpenalex returns a boolean if a field has been set.

GetRor

func (o *ListPublishers200ResponseResultsInnerIds) GetRor() string

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

GetRorOk

func (o *ListPublishers200ResponseResultsInnerIds) 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 *ListPublishers200ResponseResultsInnerIds) SetRor(v string)

SetRor sets Ror field to given value.

HasRor

func (o *ListPublishers200ResponseResultsInnerIds) HasRor() bool

HasRor returns a boolean if a field has been set.

GetWikidata

func (o *ListPublishers200ResponseResultsInnerIds) GetWikidata() string

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

GetWikidataOk

func (o *ListPublishers200ResponseResultsInnerIds) 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 *ListPublishers200ResponseResultsInnerIds) SetWikidata(v string)

SetWikidata sets Wikidata field to given value.

HasWikidata

func (o *ListPublishers200ResponseResultsInnerIds) HasWikidata() bool

HasWikidata returns a boolean if a field has been set.

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