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] |
Relationship | Pointer to string | The relationship between this institution and the main institution. Possible values are `parent`, `child`, and `related`. Institution associations and the relationship vocabulary come from ROR's Relationships | [optional] |
func NewListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner(id string, displayName string, type_ string, ) *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner
NewListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner instantiates a new ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner 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 NewListInstitutions200ResponseResultsInnerAssociatedInstitutionsInnerWithDefaults() *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner
NewListInstitutions200ResponseResultsInnerAssociatedInstitutionsInnerWithDefaults instantiates a new ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner 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 *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) 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.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) SetId(v string)
SetId sets Id field to given value.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) 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.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) GetRor() string
GetRor returns the Ror field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) 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 *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) SetRor(v string)
SetRor sets Ror field to given value.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) HasRor() bool
HasRor returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) 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.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) HasCountryCode() bool
HasCountryCode returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) 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.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) SetType(v string)
SetType sets Type field to given value.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) GetLineage() []string
GetLineage returns the Lineage field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) 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.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) SetLineage(v []string)
SetLineage sets Lineage field to given value.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) HasLineage() bool
HasLineage returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) GetRelationship() string
GetRelationship returns the Relationship field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) GetRelationshipOk() (*string, bool)
GetRelationshipOk returns a tuple with the Relationship field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) SetRelationship(v string)
SetRelationship sets Relationship field to given value.
func (o *ListInstitutions200ResponseResultsInnerAssociatedInstitutionsInner) HasRelationship() bool
HasRelationship returns a boolean if a field has been set.