Skip to content

Latest commit

 

History

History
410 lines (221 loc) · 13.1 KB

ListTopics200ResponseResultsInner.md

File metadata and controls

410 lines (221 loc) · 13.1 KB

ListTopics200ResponseResultsInner

Properties

Name Type Description Notes
Id string The OpenAlex ID for this topic.
DisplayName string The English-language label of the topic.
Description Pointer to string A description of this topic, generated by AI. [optional]
Score Pointer to float32 The strength of the connection between the work and this topic. [optional]
Subfield Pointer to ListTopics200ResponseResultsInnerSubfield [optional]
Field Pointer to ListTopics200ResponseResultsInnerField [optional]
Domain Pointer to ListTopics200ResponseResultsInnerDomain [optional]
Ids Pointer to ListTopics200ResponseResultsInnerIds [optional]
Keywords Pointer to []string Keywords consisting of one or several words each, meant to represent the content of the papers in the topic. [optional]
WorksCount Pointer to int32 The number of works tagged with this topic. [optional]
UpdatedDate Pointer to string The last time anything in this topic object changed. Formatted as ISO 8601 extended format without time zone designator. [optional]
CitedByCount Pointer to int32 The number of citations to works tagged with this topic. [optional]
WorksApiUrl Pointer to string URL to retrieve works tagged with this topic. [optional]
CreatedDate Pointer to string The date this topic was created in the OpenAlex database, expressed as an ISO 8601 date string. [optional]
Siblings Pointer to []ListTopics200ResponseResultsInnerSiblingsInner Topics that are closely related to this topic. [optional]

Methods

NewListTopics200ResponseResultsInner

func NewListTopics200ResponseResultsInner(id string, displayName string, ) *ListTopics200ResponseResultsInner

NewListTopics200ResponseResultsInner instantiates a new ListTopics200ResponseResultsInner 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

NewListTopics200ResponseResultsInnerWithDefaults

func NewListTopics200ResponseResultsInnerWithDefaults() *ListTopics200ResponseResultsInner

NewListTopics200ResponseResultsInnerWithDefaults instantiates a new ListTopics200ResponseResultsInner 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 *ListTopics200ResponseResultsInner) GetId() string

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

GetIdOk

func (o *ListTopics200ResponseResultsInner) 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 *ListTopics200ResponseResultsInner) SetId(v string)

SetId sets Id field to given value.

GetDisplayName

func (o *ListTopics200ResponseResultsInner) GetDisplayName() string

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

GetDisplayNameOk

func (o *ListTopics200ResponseResultsInner) 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 *ListTopics200ResponseResultsInner) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

GetDescription

func (o *ListTopics200ResponseResultsInner) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *ListTopics200ResponseResultsInner) 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.

SetDescription

func (o *ListTopics200ResponseResultsInner) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ListTopics200ResponseResultsInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetScore

func (o *ListTopics200ResponseResultsInner) GetScore() float32

GetScore returns the Score field if non-nil, zero value otherwise.

GetScoreOk

func (o *ListTopics200ResponseResultsInner) GetScoreOk() (*float32, bool)

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

SetScore

func (o *ListTopics200ResponseResultsInner) SetScore(v float32)

SetScore sets Score field to given value.

HasScore

func (o *ListTopics200ResponseResultsInner) HasScore() bool

HasScore returns a boolean if a field has been set.

GetSubfield

func (o *ListTopics200ResponseResultsInner) GetSubfield() ListTopics200ResponseResultsInnerSubfield

GetSubfield returns the Subfield field if non-nil, zero value otherwise.

GetSubfieldOk

func (o *ListTopics200ResponseResultsInner) GetSubfieldOk() (*ListTopics200ResponseResultsInnerSubfield, bool)

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

SetSubfield

func (o *ListTopics200ResponseResultsInner) SetSubfield(v ListTopics200ResponseResultsInnerSubfield)

SetSubfield sets Subfield field to given value.

HasSubfield

func (o *ListTopics200ResponseResultsInner) HasSubfield() bool

HasSubfield returns a boolean if a field has been set.

GetField

func (o *ListTopics200ResponseResultsInner) GetField() ListTopics200ResponseResultsInnerField

GetField returns the Field field if non-nil, zero value otherwise.

GetFieldOk

func (o *ListTopics200ResponseResultsInner) GetFieldOk() (*ListTopics200ResponseResultsInnerField, bool)

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

SetField

func (o *ListTopics200ResponseResultsInner) SetField(v ListTopics200ResponseResultsInnerField)

SetField sets Field field to given value.

HasField

func (o *ListTopics200ResponseResultsInner) HasField() bool

HasField returns a boolean if a field has been set.

GetDomain

func (o *ListTopics200ResponseResultsInner) GetDomain() ListTopics200ResponseResultsInnerDomain

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

func (o *ListTopics200ResponseResultsInner) GetDomainOk() (*ListTopics200ResponseResultsInnerDomain, bool)

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

SetDomain

func (o *ListTopics200ResponseResultsInner) SetDomain(v ListTopics200ResponseResultsInnerDomain)

SetDomain sets Domain field to given value.

HasDomain

func (o *ListTopics200ResponseResultsInner) HasDomain() bool

HasDomain returns a boolean if a field has been set.

GetIds

func (o *ListTopics200ResponseResultsInner) GetIds() ListTopics200ResponseResultsInnerIds

GetIds returns the Ids field if non-nil, zero value otherwise.

GetIdsOk

func (o *ListTopics200ResponseResultsInner) GetIdsOk() (*ListTopics200ResponseResultsInnerIds, 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.

SetIds

func (o *ListTopics200ResponseResultsInner) SetIds(v ListTopics200ResponseResultsInnerIds)

SetIds sets Ids field to given value.

HasIds

func (o *ListTopics200ResponseResultsInner) HasIds() bool

HasIds returns a boolean if a field has been set.

GetKeywords

func (o *ListTopics200ResponseResultsInner) GetKeywords() []string

GetKeywords returns the Keywords field if non-nil, zero value otherwise.

GetKeywordsOk

func (o *ListTopics200ResponseResultsInner) GetKeywordsOk() (*[]string, bool)

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

SetKeywords

func (o *ListTopics200ResponseResultsInner) SetKeywords(v []string)

SetKeywords sets Keywords field to given value.

HasKeywords

func (o *ListTopics200ResponseResultsInner) HasKeywords() bool

HasKeywords returns a boolean if a field has been set.

GetWorksCount

func (o *ListTopics200ResponseResultsInner) GetWorksCount() int32

GetWorksCount returns the WorksCount field if non-nil, zero value otherwise.

GetWorksCountOk

func (o *ListTopics200ResponseResultsInner) 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.

SetWorksCount

func (o *ListTopics200ResponseResultsInner) SetWorksCount(v int32)

SetWorksCount sets WorksCount field to given value.

HasWorksCount

func (o *ListTopics200ResponseResultsInner) HasWorksCount() bool

HasWorksCount returns a boolean if a field has been set.

GetUpdatedDate

func (o *ListTopics200ResponseResultsInner) GetUpdatedDate() string

GetUpdatedDate returns the UpdatedDate field if non-nil, zero value otherwise.

GetUpdatedDateOk

func (o *ListTopics200ResponseResultsInner) 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.

SetUpdatedDate

func (o *ListTopics200ResponseResultsInner) SetUpdatedDate(v string)

SetUpdatedDate sets UpdatedDate field to given value.

HasUpdatedDate

func (o *ListTopics200ResponseResultsInner) HasUpdatedDate() bool

HasUpdatedDate returns a boolean if a field has been set.

GetCitedByCount

func (o *ListTopics200ResponseResultsInner) GetCitedByCount() int32

GetCitedByCount returns the CitedByCount field if non-nil, zero value otherwise.

GetCitedByCountOk

func (o *ListTopics200ResponseResultsInner) 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.

SetCitedByCount

func (o *ListTopics200ResponseResultsInner) SetCitedByCount(v int32)

SetCitedByCount sets CitedByCount field to given value.

HasCitedByCount

func (o *ListTopics200ResponseResultsInner) HasCitedByCount() bool

HasCitedByCount returns a boolean if a field has been set.

GetWorksApiUrl

func (o *ListTopics200ResponseResultsInner) GetWorksApiUrl() string

GetWorksApiUrl returns the WorksApiUrl field if non-nil, zero value otherwise.

GetWorksApiUrlOk

func (o *ListTopics200ResponseResultsInner) GetWorksApiUrlOk() (*string, bool)

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

SetWorksApiUrl

func (o *ListTopics200ResponseResultsInner) SetWorksApiUrl(v string)

SetWorksApiUrl sets WorksApiUrl field to given value.

HasWorksApiUrl

func (o *ListTopics200ResponseResultsInner) HasWorksApiUrl() bool

HasWorksApiUrl returns a boolean if a field has been set.

GetCreatedDate

func (o *ListTopics200ResponseResultsInner) GetCreatedDate() string

GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.

GetCreatedDateOk

func (o *ListTopics200ResponseResultsInner) 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.

SetCreatedDate

func (o *ListTopics200ResponseResultsInner) SetCreatedDate(v string)

SetCreatedDate sets CreatedDate field to given value.

HasCreatedDate

func (o *ListTopics200ResponseResultsInner) HasCreatedDate() bool

HasCreatedDate returns a boolean if a field has been set.

GetSiblings

func (o *ListTopics200ResponseResultsInner) GetSiblings() []ListTopics200ResponseResultsInnerSiblingsInner

GetSiblings returns the Siblings field if non-nil, zero value otherwise.

GetSiblingsOk

func (o *ListTopics200ResponseResultsInner) GetSiblingsOk() (*[]ListTopics200ResponseResultsInnerSiblingsInner, bool)

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

SetSiblings

func (o *ListTopics200ResponseResultsInner) SetSiblings(v []ListTopics200ResponseResultsInnerSiblingsInner)

SetSiblings sets Siblings field to given value.

HasSiblings

func (o *ListTopics200ResponseResultsInner) HasSiblings() bool

HasSiblings returns a boolean if a field has been set.

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