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] |
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
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
func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor) SetId(v string)
SetId sets Id field to given value.
func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor) GetOrcid() string
GetOrcid returns the Orcid field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor) SetOrcid(v string)
SetOrcid sets Orcid field to given value.
func (o *ListWorks200ResponseResultsInnerAuthorshipsInnerAuthor) HasOrcid() bool
HasOrcid returns a boolean if a field has been set.