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] |
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
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
func (o *ListWorks200ResponseResultsInnerMeshInner) GetDescriptorUi() string
GetDescriptorUi returns the DescriptorUi field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerMeshInner) SetDescriptorUi(v string)
SetDescriptorUi sets DescriptorUi field to given value.
func (o *ListWorks200ResponseResultsInnerMeshInner) HasDescriptorUi() bool
HasDescriptorUi returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerMeshInner) GetDescriptorName() string
GetDescriptorName returns the DescriptorName field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerMeshInner) SetDescriptorName(v string)
SetDescriptorName sets DescriptorName field to given value.
func (o *ListWorks200ResponseResultsInnerMeshInner) HasDescriptorName() bool
HasDescriptorName returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerMeshInner) GetQualifierUi() string
GetQualifierUi returns the QualifierUi field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerMeshInner) SetQualifierUi(v string)
SetQualifierUi sets QualifierUi field to given value.
func (o *ListWorks200ResponseResultsInnerMeshInner) HasQualifierUi() bool
HasQualifierUi returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerMeshInner) GetQualifierName() string
GetQualifierName returns the QualifierName field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerMeshInner) SetQualifierName(v string)
SetQualifierName sets QualifierName field to given value.
func (o *ListWorks200ResponseResultsInnerMeshInner) HasQualifierName() bool
HasQualifierName returns a boolean if a field has been set.
func (o *ListWorks200ResponseResultsInnerMeshInner) GetIsMajorTopic() bool
GetIsMajorTopic returns the IsMajorTopic field if non-nil, zero value otherwise.
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.
func (o *ListWorks200ResponseResultsInnerMeshInner) SetIsMajorTopic(v bool)
SetIsMajorTopic sets IsMajorTopic field to given value.
func (o *ListWorks200ResponseResultsInnerMeshInner) HasIsMajorTopic() bool
HasIsMajorTopic returns a boolean if a field has been set.