Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.33 KB

ListSources200ResponseResultsInnerIds.md

File metadata and controls

186 lines (101 loc) · 5.33 KB

ListSources200ResponseResultsInnerIds

Properties

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]

Methods

NewListSources200ResponseResultsInnerIds

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

NewListSources200ResponseResultsInnerIdsWithDefaults

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

GetOpenalex

func (o *ListSources200ResponseResultsInnerIds) GetOpenalex() string

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

GetOpenalexOk

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.

SetOpenalex

func (o *ListSources200ResponseResultsInnerIds) SetOpenalex(v string)

SetOpenalex sets Openalex field to given value.

HasOpenalex

func (o *ListSources200ResponseResultsInnerIds) HasOpenalex() bool

HasOpenalex returns a boolean if a field has been set.

GetIssnL

func (o *ListSources200ResponseResultsInnerIds) GetIssnL() string

GetIssnL returns the IssnL field if non-nil, zero value otherwise.

GetIssnLOk

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.

SetIssnL

func (o *ListSources200ResponseResultsInnerIds) SetIssnL(v string)

SetIssnL sets IssnL field to given value.

HasIssnL

func (o *ListSources200ResponseResultsInnerIds) HasIssnL() bool

HasIssnL returns a boolean if a field has been set.

GetIssn

func (o *ListSources200ResponseResultsInnerIds) GetIssn() []string

GetIssn returns the Issn field if non-nil, zero value otherwise.

GetIssnOk

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.

SetIssn

func (o *ListSources200ResponseResultsInnerIds) SetIssn(v []string)

SetIssn sets Issn field to given value.

HasIssn

func (o *ListSources200ResponseResultsInnerIds) HasIssn() bool

HasIssn returns a boolean if a field has been set.

GetMag

func (o *ListSources200ResponseResultsInnerIds) GetMag() string

GetMag returns the Mag field if non-nil, zero value otherwise.

GetMagOk

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.

SetMag

func (o *ListSources200ResponseResultsInnerIds) SetMag(v string)

SetMag sets Mag field to given value.

HasMag

func (o *ListSources200ResponseResultsInnerIds) HasMag() bool

HasMag returns a boolean if a field has been set.

GetFatcat

func (o *ListSources200ResponseResultsInnerIds) GetFatcat() string

GetFatcat returns the Fatcat field if non-nil, zero value otherwise.

GetFatcatOk

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.

SetFatcat

func (o *ListSources200ResponseResultsInnerIds) SetFatcat(v string)

SetFatcat sets Fatcat field to given value.

HasFatcat

func (o *ListSources200ResponseResultsInnerIds) HasFatcat() bool

HasFatcat returns a boolean if a field has been set.

GetWikidata

func (o *ListSources200ResponseResultsInnerIds) GetWikidata() string

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

GetWikidataOk

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.

SetWikidata

func (o *ListSources200ResponseResultsInnerIds) SetWikidata(v string)

SetWikidata sets Wikidata field to given value.

HasWikidata

func (o *ListSources200ResponseResultsInnerIds) HasWikidata() bool

HasWikidata returns a boolean if a field has been set.

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