Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.58 KB

ListWorks200ResponseResultsInnerMeshInner.md

File metadata and controls

160 lines (87 loc) · 5.58 KB

ListWorks200ResponseResultsInnerMeshInner

Properties

Name Type Description Notes
DescriptorUi Pointer to string The unique identifier for the MeSH descriptor, starting with the letter D. [optional]
DescriptorName Pointer to string The name of the MeSH descriptor. [optional]
QualifierUi Pointer to string The unique identifier for the MeSH qualifier, starting with the letter Q. [optional]
QualifierName Pointer to string The name of the MeSH qualifier. [optional]
IsMajorTopic Pointer to bool Indicates if this MeSH tag is a major topic for the work. Major topics are the main focus of the article. [optional]

Methods

NewListWorks200ResponseResultsInnerMeshInner

func NewListWorks200ResponseResultsInnerMeshInner() *ListWorks200ResponseResultsInnerMeshInner

NewListWorks200ResponseResultsInnerMeshInner instantiates a new ListWorks200ResponseResultsInnerMeshInner 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

NewListWorks200ResponseResultsInnerMeshInnerWithDefaults

func NewListWorks200ResponseResultsInnerMeshInnerWithDefaults() *ListWorks200ResponseResultsInnerMeshInner

NewListWorks200ResponseResultsInnerMeshInnerWithDefaults instantiates a new ListWorks200ResponseResultsInnerMeshInner 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

GetDescriptorUi

func (o *ListWorks200ResponseResultsInnerMeshInner) GetDescriptorUi() string

GetDescriptorUi returns the DescriptorUi field if non-nil, zero value otherwise.

GetDescriptorUiOk

func (o *ListWorks200ResponseResultsInnerMeshInner) GetDescriptorUiOk() (*string, bool)

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

SetDescriptorUi

func (o *ListWorks200ResponseResultsInnerMeshInner) SetDescriptorUi(v string)

SetDescriptorUi sets DescriptorUi field to given value.

HasDescriptorUi

func (o *ListWorks200ResponseResultsInnerMeshInner) HasDescriptorUi() bool

HasDescriptorUi returns a boolean if a field has been set.

GetDescriptorName

func (o *ListWorks200ResponseResultsInnerMeshInner) GetDescriptorName() string

GetDescriptorName returns the DescriptorName field if non-nil, zero value otherwise.

GetDescriptorNameOk

func (o *ListWorks200ResponseResultsInnerMeshInner) GetDescriptorNameOk() (*string, bool)

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

SetDescriptorName

func (o *ListWorks200ResponseResultsInnerMeshInner) SetDescriptorName(v string)

SetDescriptorName sets DescriptorName field to given value.

HasDescriptorName

func (o *ListWorks200ResponseResultsInnerMeshInner) HasDescriptorName() bool

HasDescriptorName returns a boolean if a field has been set.

GetQualifierUi

func (o *ListWorks200ResponseResultsInnerMeshInner) GetQualifierUi() string

GetQualifierUi returns the QualifierUi field if non-nil, zero value otherwise.

GetQualifierUiOk

func (o *ListWorks200ResponseResultsInnerMeshInner) GetQualifierUiOk() (*string, bool)

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

SetQualifierUi

func (o *ListWorks200ResponseResultsInnerMeshInner) SetQualifierUi(v string)

SetQualifierUi sets QualifierUi field to given value.

HasQualifierUi

func (o *ListWorks200ResponseResultsInnerMeshInner) HasQualifierUi() bool

HasQualifierUi returns a boolean if a field has been set.

GetQualifierName

func (o *ListWorks200ResponseResultsInnerMeshInner) GetQualifierName() string

GetQualifierName returns the QualifierName field if non-nil, zero value otherwise.

GetQualifierNameOk

func (o *ListWorks200ResponseResultsInnerMeshInner) GetQualifierNameOk() (*string, bool)

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

SetQualifierName

func (o *ListWorks200ResponseResultsInnerMeshInner) SetQualifierName(v string)

SetQualifierName sets QualifierName field to given value.

HasQualifierName

func (o *ListWorks200ResponseResultsInnerMeshInner) HasQualifierName() bool

HasQualifierName returns a boolean if a field has been set.

GetIsMajorTopic

func (o *ListWorks200ResponseResultsInnerMeshInner) GetIsMajorTopic() bool

GetIsMajorTopic returns the IsMajorTopic field if non-nil, zero value otherwise.

GetIsMajorTopicOk

func (o *ListWorks200ResponseResultsInnerMeshInner) GetIsMajorTopicOk() (*bool, bool)

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

SetIsMajorTopic

func (o *ListWorks200ResponseResultsInnerMeshInner) SetIsMajorTopic(v bool)

SetIsMajorTopic sets IsMajorTopic field to given value.

HasIsMajorTopic

func (o *ListWorks200ResponseResultsInnerMeshInner) HasIsMajorTopic() bool

HasIsMajorTopic returns a boolean if a field has been set.

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