| Name | Type | Description | Notes |
|---|---|---|---|
| AssessmentType | Pointer to string | [optional] | |
| BloomsLevel | Pointer to string | [optional] | |
| Content | Pointer to string | [optional] | |
| ProgrammingLanguage | Pointer to string | [optional] | |
| LearningObjectives | Pointer to string | [optional] |
func NewSocrateTagSearchExample() *SocrateTagSearchExample
NewSocrateTagSearchExample instantiates a new SocrateTagSearchExample 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 NewSocrateTagSearchExampleWithDefaults() *SocrateTagSearchExample
NewSocrateTagSearchExampleWithDefaults instantiates a new SocrateTagSearchExample 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 *SocrateTagSearchExample) GetAssessmentType() string
GetAssessmentType returns the AssessmentType field if non-nil, zero value otherwise.
func (o *SocrateTagSearchExample) GetAssessmentTypeOk() (*string, bool)
GetAssessmentTypeOk returns a tuple with the AssessmentType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SocrateTagSearchExample) SetAssessmentType(v string)
SetAssessmentType sets AssessmentType field to given value.
func (o *SocrateTagSearchExample) HasAssessmentType() bool
HasAssessmentType returns a boolean if a field has been set.
func (o *SocrateTagSearchExample) GetBloomsLevel() string
GetBloomsLevel returns the BloomsLevel field if non-nil, zero value otherwise.
func (o *SocrateTagSearchExample) GetBloomsLevelOk() (*string, bool)
GetBloomsLevelOk returns a tuple with the BloomsLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SocrateTagSearchExample) SetBloomsLevel(v string)
SetBloomsLevel sets BloomsLevel field to given value.
func (o *SocrateTagSearchExample) HasBloomsLevel() bool
HasBloomsLevel returns a boolean if a field has been set.
func (o *SocrateTagSearchExample) GetContent() string
GetContent returns the Content field if non-nil, zero value otherwise.
func (o *SocrateTagSearchExample) GetContentOk() (*string, bool)
GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SocrateTagSearchExample) SetContent(v string)
SetContent sets Content field to given value.
func (o *SocrateTagSearchExample) HasContent() bool
HasContent returns a boolean if a field has been set.
func (o *SocrateTagSearchExample) GetProgrammingLanguage() string
GetProgrammingLanguage returns the ProgrammingLanguage field if non-nil, zero value otherwise.
func (o *SocrateTagSearchExample) GetProgrammingLanguageOk() (*string, bool)
GetProgrammingLanguageOk returns a tuple with the ProgrammingLanguage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SocrateTagSearchExample) SetProgrammingLanguage(v string)
SetProgrammingLanguage sets ProgrammingLanguage field to given value.
func (o *SocrateTagSearchExample) HasProgrammingLanguage() bool
HasProgrammingLanguage returns a boolean if a field has been set.
func (o *SocrateTagSearchExample) GetLearningObjectives() string
GetLearningObjectives returns the LearningObjectives field if non-nil, zero value otherwise.
func (o *SocrateTagSearchExample) GetLearningObjectivesOk() (*string, bool)
GetLearningObjectivesOk returns a tuple with the LearningObjectives field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SocrateTagSearchExample) SetLearningObjectives(v string)
SetLearningObjectives sets LearningObjectives field to given value.
func (o *SocrateTagSearchExample) HasLearningObjectives() bool
HasLearningObjectives returns a boolean if a field has been set.