Skip to content

Latest commit

 

History

History
171 lines (92 loc) · 6.1 KB

ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution.md

File metadata and controls

171 lines (92 loc) · 6.1 KB

ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution

Properties

Name Type Description Notes
Id string The OpenAlex ID for this institution.
DisplayName string The primary name of the institution.
Ror Pointer to string The ROR ID for this institution. [optional]
CountryCode Pointer to string The country where this institution is located, represented as an ISO two-letter country code. [optional]
Type string The institution's primary type, using the ROR "type" controlled vocabulary.
Lineage Pointer to []string OpenAlex IDs of this institution and its parent institutions. [optional]

Methods

NewListAuthors200ResponseResultsInnerAffiliationsInnerInstitution

func NewListAuthors200ResponseResultsInnerAffiliationsInnerInstitution(id string, displayName string, type_ string, ) *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution

NewListAuthors200ResponseResultsInnerAffiliationsInnerInstitution instantiates a new ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution 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

NewListAuthors200ResponseResultsInnerAffiliationsInnerInstitutionWithDefaults

func NewListAuthors200ResponseResultsInnerAffiliationsInnerInstitutionWithDefaults() *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution

NewListAuthors200ResponseResultsInnerAffiliationsInnerInstitutionWithDefaults instantiates a new ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution 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

GetId

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) SetId(v string)

SetId sets Id field to given value.

GetDisplayName

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDisplayName

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

GetRor

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) GetRor() string

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

GetRorOk

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

SetRor sets Ror field to given value.

HasRor

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) HasRor() bool

HasRor returns a boolean if a field has been set.

GetCountryCode

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) GetCountryCode() string

GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.

GetCountryCodeOk

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) GetCountryCodeOk() (*string, bool)

GetCountryCodeOk returns a tuple with the CountryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCountryCode

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) SetCountryCode(v string)

SetCountryCode sets CountryCode field to given value.

HasCountryCode

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) HasCountryCode() bool

HasCountryCode returns a boolean if a field has been set.

GetType

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) SetType(v string)

SetType sets Type field to given value.

GetLineage

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) GetLineage() []string

GetLineage returns the Lineage field if non-nil, zero value otherwise.

GetLineageOk

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) GetLineageOk() (*[]string, bool)

GetLineageOk returns a tuple with the Lineage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLineage

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) SetLineage(v []string)

SetLineage sets Lineage field to given value.

HasLineage

func (o *ListAuthors200ResponseResultsInnerAffiliationsInnerInstitution) HasLineage() bool

HasLineage returns a boolean if a field has been set.

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