Name | Type | Description | Notes |
---|---|---|---|
Openalex | Pointer to string | [optional] | |
IssnL | Pointer to string | [optional] | |
Issn | Pointer to []string | [optional] | |
Mag | Pointer to string | [optional] | |
Fatcat | Pointer to string | [optional] | |
Wikidata | Pointer to string | [optional] |
func NewListSources200ResponseResultsInnerIds() *ListSources200ResponseResultsInnerIds
NewListSources200ResponseResultsInnerIds instantiates a new ListSources200ResponseResultsInnerIds 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 NewListSources200ResponseResultsInnerIdsWithDefaults() *ListSources200ResponseResultsInnerIds
NewListSources200ResponseResultsInnerIdsWithDefaults instantiates a new ListSources200ResponseResultsInnerIds 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 *ListSources200ResponseResultsInnerIds) GetOpenalex() string
GetOpenalex returns the Openalex field if non-nil, zero value otherwise.
func (o *ListSources200ResponseResultsInnerIds) 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 *ListSources200ResponseResultsInnerIds) SetOpenalex(v string)
SetOpenalex sets Openalex field to given value.
func (o *ListSources200ResponseResultsInnerIds) HasOpenalex() bool
HasOpenalex returns a boolean if a field has been set.
func (o *ListSources200ResponseResultsInnerIds) GetIssnL() string
GetIssnL returns the IssnL field if non-nil, zero value otherwise.
func (o *ListSources200ResponseResultsInnerIds) GetIssnLOk() (*string, bool)
GetIssnLOk returns a tuple with the IssnL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListSources200ResponseResultsInnerIds) SetIssnL(v string)
SetIssnL sets IssnL field to given value.
func (o *ListSources200ResponseResultsInnerIds) HasIssnL() bool
HasIssnL returns a boolean if a field has been set.
func (o *ListSources200ResponseResultsInnerIds) GetIssn() []string
GetIssn returns the Issn field if non-nil, zero value otherwise.
func (o *ListSources200ResponseResultsInnerIds) GetIssnOk() (*[]string, bool)
GetIssnOk returns a tuple with the Issn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListSources200ResponseResultsInnerIds) SetIssn(v []string)
SetIssn sets Issn field to given value.
func (o *ListSources200ResponseResultsInnerIds) HasIssn() bool
HasIssn returns a boolean if a field has been set.
func (o *ListSources200ResponseResultsInnerIds) GetMag() string
GetMag returns the Mag field if non-nil, zero value otherwise.
func (o *ListSources200ResponseResultsInnerIds) 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 *ListSources200ResponseResultsInnerIds) SetMag(v string)
SetMag sets Mag field to given value.
func (o *ListSources200ResponseResultsInnerIds) HasMag() bool
HasMag returns a boolean if a field has been set.
func (o *ListSources200ResponseResultsInnerIds) GetFatcat() string
GetFatcat returns the Fatcat field if non-nil, zero value otherwise.
func (o *ListSources200ResponseResultsInnerIds) GetFatcatOk() (*string, bool)
GetFatcatOk returns a tuple with the Fatcat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListSources200ResponseResultsInnerIds) SetFatcat(v string)
SetFatcat sets Fatcat field to given value.
func (o *ListSources200ResponseResultsInnerIds) HasFatcat() bool
HasFatcat returns a boolean if a field has been set.
func (o *ListSources200ResponseResultsInnerIds) GetWikidata() string
GetWikidata returns the Wikidata field if non-nil, zero value otherwise.
func (o *ListSources200ResponseResultsInnerIds) 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 *ListSources200ResponseResultsInnerIds) SetWikidata(v string)
SetWikidata sets Wikidata field to given value.
func (o *ListSources200ResponseResultsInnerIds) HasWikidata() bool
HasWikidata returns a boolean if a field has been set.