Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.02 KB

ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner.md

File metadata and controls

108 lines (59 loc) · 4.02 KB

ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner

Properties

Name Type Description Notes
Id Pointer to string The OpenAlex ID for this sustainable development goal. [optional]
DisplayName Pointer to string The name of the sustainable development goal. [optional]
Score Pointer to float32 The relevance score of this goal for the work. [optional]

Methods

NewListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner

func NewListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner() *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner

NewListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner instantiates a new ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner 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

NewListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInnerWithDefaults

func NewListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInnerWithDefaults() *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner

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

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) GetDisplayName() string

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

GetDisplayNameOk

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

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetScore

func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) GetScore() float32

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

GetScoreOk

func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) 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 *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) SetScore(v float32)

SetScore sets Score field to given value.

HasScore

func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) HasScore() bool

HasScore returns a boolean if a field has been set.

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