Name | Type | Description | Notes |
---|---|---|---|
ExperienceInMonth | Pointer to int32 | [optional] [default to 0] |
func NewExperienceSkill() *ExperienceSkill
NewExperienceSkill instantiates a new ExperienceSkill 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 NewExperienceSkillWithDefaults() *ExperienceSkill
NewExperienceSkillWithDefaults instantiates a new ExperienceSkill 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 *ExperienceSkill) GetExperienceInMonth() int32
GetExperienceInMonth returns the ExperienceInMonth field if non-nil, zero value otherwise.
func (o *ExperienceSkill) GetExperienceInMonthOk() (*int32, bool)
GetExperienceInMonthOk returns a tuple with the ExperienceInMonth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExperienceSkill) SetExperienceInMonth(v int32)
SetExperienceInMonth sets ExperienceInMonth field to given value.
func (o *ExperienceSkill) HasExperienceInMonth() bool
HasExperienceInMonth returns a boolean if a field has been set.