Name | Type | Description | Notes |
---|---|---|---|
AlternateTitles | Pointer to []string | A list of alternate titles for this funder. | [optional] |
CitedByCount | Pointer to int32 | The total number of Works that cite a work linked to this funder. | [optional] |
CountryCode | Pointer to string | The country where this funder is located, represented as an ISO two-letter country code. | [optional] |
CountsByYear | Pointer to []ListAuthors200ResponseResultsInnerCountsByYearInner | The values of works_count and cited_by_count for each of the last ten years, binned by year. | [optional] |
CreatedDate | Pointer to string | The date this Funder object was created in the OpenAlex dataset, expressed as an ISO 8601 date string. | [optional] |
Description | Pointer to string | A short description of this funder, taken from Wikidata. | [optional] |
DisplayName | Pointer to string | The primary name of the funder. | [optional] |
GrantsCount | Pointer to int32 | The number of grants linked to this funder. | [optional] |
HomepageUrl | Pointer to string | The URL for this funder's primary homepage. | [optional] |
Id | Pointer to string | The OpenAlex ID for this funder. | [optional] |
Ids | Pointer to ListFunders200ResponseResultsInnerIds | [optional] | |
ImageThumbnailUrl | Pointer to string | Same as image_url, but it's a smaller image. | [optional] |
ImageUrl | Pointer to string | URL where you can get an image representing this funder. | [optional] |
Roles | Pointer to []ListFunders200ResponseResultsInnerRolesInner | List of role objects, which include the role, the id, and the works_count. | [optional] |
SummaryStats | Pointer to ListFunders200ResponseResultsInnerSummaryStats | [optional] | |
UpdatedDate | Pointer to string | The last time anything in this funder object changed. Formatted as ISO 8601 extended format without time zone designator. | [optional] |
WorksCount | Pointer to int32 | The number of works linked to this funder. | [optional] |
func NewListFunders200ResponseResultsInner() *ListFunders200ResponseResultsInner
NewListFunders200ResponseResultsInner instantiates a new ListFunders200ResponseResultsInner 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 NewListFunders200ResponseResultsInnerWithDefaults() *ListFunders200ResponseResultsInner
NewListFunders200ResponseResultsInnerWithDefaults instantiates a new ListFunders200ResponseResultsInner 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 *ListFunders200ResponseResultsInner) GetAlternateTitles() []string
GetAlternateTitles returns the AlternateTitles field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) GetAlternateTitlesOk() (*[]string, bool)
GetAlternateTitlesOk returns a tuple with the AlternateTitles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInner) SetAlternateTitles(v []string)
SetAlternateTitles sets AlternateTitles field to given value.
func (o *ListFunders200ResponseResultsInner) HasAlternateTitles() bool
HasAlternateTitles returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetCitedByCount() int32
GetCitedByCount returns the CitedByCount field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) GetCitedByCountOk() (*int32, bool)
GetCitedByCountOk returns a tuple with the CitedByCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInner) SetCitedByCount(v int32)
SetCitedByCount sets CitedByCount field to given value.
func (o *ListFunders200ResponseResultsInner) HasCitedByCount() bool
HasCitedByCount returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) 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 *ListFunders200ResponseResultsInner) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *ListFunders200ResponseResultsInner) HasCountryCode() bool
HasCountryCode returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetCountsByYear() []ListAuthors200ResponseResultsInnerCountsByYearInner
GetCountsByYear returns the CountsByYear field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) GetCountsByYearOk() (*[]ListAuthors200ResponseResultsInnerCountsByYearInner, bool)
GetCountsByYearOk returns a tuple with the CountsByYear field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInner) SetCountsByYear(v []ListAuthors200ResponseResultsInnerCountsByYearInner)
SetCountsByYear sets CountsByYear field to given value.
func (o *ListFunders200ResponseResultsInner) HasCountsByYear() bool
HasCountsByYear returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetCreatedDate() string
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) GetCreatedDateOk() (*string, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInner) SetCreatedDate(v string)
SetCreatedDate sets CreatedDate field to given value.
func (o *ListFunders200ResponseResultsInner) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ListFunders200ResponseResultsInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) 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 *ListFunders200ResponseResultsInner) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ListFunders200ResponseResultsInner) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetGrantsCount() int32
GetGrantsCount returns the GrantsCount field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) GetGrantsCountOk() (*int32, bool)
GetGrantsCountOk returns a tuple with the GrantsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInner) SetGrantsCount(v int32)
SetGrantsCount sets GrantsCount field to given value.
func (o *ListFunders200ResponseResultsInner) HasGrantsCount() bool
HasGrantsCount returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetHomepageUrl() string
GetHomepageUrl returns the HomepageUrl field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) GetHomepageUrlOk() (*string, bool)
GetHomepageUrlOk returns a tuple with the HomepageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInner) SetHomepageUrl(v string)
SetHomepageUrl sets HomepageUrl field to given value.
func (o *ListFunders200ResponseResultsInner) HasHomepageUrl() bool
HasHomepageUrl returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) 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 *ListFunders200ResponseResultsInner) SetId(v string)
SetId sets Id field to given value.
func (o *ListFunders200ResponseResultsInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetIds() ListFunders200ResponseResultsInnerIds
GetIds returns the Ids field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) GetIdsOk() (*ListFunders200ResponseResultsInnerIds, bool)
GetIdsOk returns a tuple with the Ids field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInner) SetIds(v ListFunders200ResponseResultsInnerIds)
SetIds sets Ids field to given value.
func (o *ListFunders200ResponseResultsInner) HasIds() bool
HasIds returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetImageThumbnailUrl() string
GetImageThumbnailUrl returns the ImageThumbnailUrl field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) GetImageThumbnailUrlOk() (*string, bool)
GetImageThumbnailUrlOk returns a tuple with the ImageThumbnailUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInner) SetImageThumbnailUrl(v string)
SetImageThumbnailUrl sets ImageThumbnailUrl field to given value.
func (o *ListFunders200ResponseResultsInner) HasImageThumbnailUrl() bool
HasImageThumbnailUrl returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetImageUrl() string
GetImageUrl returns the ImageUrl field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) GetImageUrlOk() (*string, bool)
GetImageUrlOk returns a tuple with the ImageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInner) SetImageUrl(v string)
SetImageUrl sets ImageUrl field to given value.
func (o *ListFunders200ResponseResultsInner) HasImageUrl() bool
HasImageUrl returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetRoles() []ListFunders200ResponseResultsInnerRolesInner
GetRoles returns the Roles field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) GetRolesOk() (*[]ListFunders200ResponseResultsInnerRolesInner, bool)
GetRolesOk returns a tuple with the Roles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInner) SetRoles(v []ListFunders200ResponseResultsInnerRolesInner)
SetRoles sets Roles field to given value.
func (o *ListFunders200ResponseResultsInner) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetSummaryStats() ListFunders200ResponseResultsInnerSummaryStats
GetSummaryStats returns the SummaryStats field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) GetSummaryStatsOk() (*ListFunders200ResponseResultsInnerSummaryStats, bool)
GetSummaryStatsOk returns a tuple with the SummaryStats field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInner) SetSummaryStats(v ListFunders200ResponseResultsInnerSummaryStats)
SetSummaryStats sets SummaryStats field to given value.
func (o *ListFunders200ResponseResultsInner) HasSummaryStats() bool
HasSummaryStats returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetUpdatedDate() string
GetUpdatedDate returns the UpdatedDate field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) GetUpdatedDateOk() (*string, bool)
GetUpdatedDateOk returns a tuple with the UpdatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInner) SetUpdatedDate(v string)
SetUpdatedDate sets UpdatedDate field to given value.
func (o *ListFunders200ResponseResultsInner) HasUpdatedDate() bool
HasUpdatedDate returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInner) GetWorksCount() int32
GetWorksCount returns the WorksCount field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInner) GetWorksCountOk() (*int32, bool)
GetWorksCountOk returns a tuple with the WorksCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInner) SetWorksCount(v int32)
SetWorksCount sets WorksCount field to given value.
func (o *ListFunders200ResponseResultsInner) HasWorksCount() bool
HasWorksCount returns a boolean if a field has been set.