Name | Type | Description | Notes |
---|---|---|---|
Language | Pointer to Language | [optional] | |
Level | Pointer to Level | [optional] |
func NewLanguageLevel() *LanguageLevel
NewLanguageLevel instantiates a new LanguageLevel 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 NewLanguageLevelWithDefaults() *LanguageLevel
NewLanguageLevelWithDefaults instantiates a new LanguageLevel 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 *LanguageLevel) GetLanguage() Language
GetLanguage returns the Language field if non-nil, zero value otherwise.
func (o *LanguageLevel) GetLanguageOk() (*Language, bool)
GetLanguageOk returns a tuple with the Language field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LanguageLevel) SetLanguage(v Language)
SetLanguage sets Language field to given value.
func (o *LanguageLevel) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (o *LanguageLevel) GetLevel() Level
GetLevel returns the Level field if non-nil, zero value otherwise.
func (o *LanguageLevel) GetLevelOk() (*Level, bool)
GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LanguageLevel) SetLevel(v Level)
SetLevel sets Level field to given value.
func (o *LanguageLevel) HasLevel() bool
HasLevel returns a boolean if a field has been set.