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] |
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
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
func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) SetId(v string)
SetId sets Id field to given value.
func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) GetScore() float32
GetScore returns the Score field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) SetScore(v float32)
SetScore sets Score field to given value.
func (o *ListWorks200ResponseResultsInnerSustainableDevelopmentGoalsInner) HasScore() bool
HasScore returns a boolean if a field has been set.