Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 3.45 KB

ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor.md

File metadata and controls

98 lines (53 loc) · 3.45 KB

ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor

Properties

Name Type Description Notes
Id string The OpenAlex ID for this author.
DisplayName string The name of the author as a single string.
Orcid Pointer to string The ORCID for this author, if known. [optional]

Methods

NewListWorks200ResponseResultsInnerAuthorshipsInnerAuthor

func NewListWorks200ResponseResultsInnerAuthorshipsInnerAuthor(id string, displayName string, ) *ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor

NewListWorks200ResponseResultsInnerAuthorshipsInnerAuthor instantiates a new ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor 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

NewListWorks200ResponseResultsInnerAuthorshipsInnerAuthorWithDefaults

func NewListWorks200ResponseResultsInnerAuthorshipsInnerAuthorWithDefaults() *ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor

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

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

GetIdOk

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

SetId sets Id field to given value.

GetDisplayName

func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor) GetDisplayName() string

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

GetDisplayNameOk

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

SetDisplayName sets DisplayName field to given value.

GetOrcid

func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor) GetOrcid() string

GetOrcid returns the Orcid field if non-nil, zero value otherwise.

GetOrcidOk

func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor) GetOrcidOk() (*string, bool)

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

SetOrcid

func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor) SetOrcid(v string)

SetOrcid sets Orcid field to given value.

HasOrcid

func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor) HasOrcid() bool

HasOrcid returns a boolean if a field has been set.

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