Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.85 KB

File metadata and controls

160 lines (87 loc) · 4.85 KB

SocrateTagSearchExample

Properties

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]

Methods

NewSocrateTagSearchExample

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

NewSocrateTagSearchExampleWithDefaults

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

GetAssessmentType

func (o *SocrateTagSearchExample) GetAssessmentType() string

GetAssessmentType returns the AssessmentType field if non-nil, zero value otherwise.

GetAssessmentTypeOk

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.

SetAssessmentType

func (o *SocrateTagSearchExample) SetAssessmentType(v string)

SetAssessmentType sets AssessmentType field to given value.

HasAssessmentType

func (o *SocrateTagSearchExample) HasAssessmentType() bool

HasAssessmentType returns a boolean if a field has been set.

GetBloomsLevel

func (o *SocrateTagSearchExample) GetBloomsLevel() string

GetBloomsLevel returns the BloomsLevel field if non-nil, zero value otherwise.

GetBloomsLevelOk

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.

SetBloomsLevel

func (o *SocrateTagSearchExample) SetBloomsLevel(v string)

SetBloomsLevel sets BloomsLevel field to given value.

HasBloomsLevel

func (o *SocrateTagSearchExample) HasBloomsLevel() bool

HasBloomsLevel returns a boolean if a field has been set.

GetContent

func (o *SocrateTagSearchExample) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

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.

SetContent

func (o *SocrateTagSearchExample) SetContent(v string)

SetContent sets Content field to given value.

HasContent

func (o *SocrateTagSearchExample) HasContent() bool

HasContent returns a boolean if a field has been set.

GetProgrammingLanguage

func (o *SocrateTagSearchExample) GetProgrammingLanguage() string

GetProgrammingLanguage returns the ProgrammingLanguage field if non-nil, zero value otherwise.

GetProgrammingLanguageOk

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.

SetProgrammingLanguage

func (o *SocrateTagSearchExample) SetProgrammingLanguage(v string)

SetProgrammingLanguage sets ProgrammingLanguage field to given value.

HasProgrammingLanguage

func (o *SocrateTagSearchExample) HasProgrammingLanguage() bool

HasProgrammingLanguage returns a boolean if a field has been set.

GetLearningObjectives

func (o *SocrateTagSearchExample) GetLearningObjectives() string

GetLearningObjectives returns the LearningObjectives field if non-nil, zero value otherwise.

GetLearningObjectivesOk

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.

SetLearningObjectives

func (o *SocrateTagSearchExample) SetLearningObjectives(v string)

SetLearningObjectives sets LearningObjectives field to given value.

HasLearningObjectives

func (o *SocrateTagSearchExample) HasLearningObjectives() bool

HasLearningObjectives returns a boolean if a field has been set.

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