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