Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.74 KB

ExperienceSkill.md

File metadata and controls

56 lines (31 loc) · 1.74 KB

ExperienceSkill

Properties

Name Type Description Notes
ExperienceInMonth Pointer to int32 [optional] [default to 0]

Methods

NewExperienceSkill

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

NewExperienceSkillWithDefaults

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

GetExperienceInMonth

func (o *ExperienceSkill) GetExperienceInMonth() int32

GetExperienceInMonth returns the ExperienceInMonth field if non-nil, zero value otherwise.

GetExperienceInMonthOk

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.

SetExperienceInMonth

func (o *ExperienceSkill) SetExperienceInMonth(v int32)

SetExperienceInMonth sets ExperienceInMonth field to given value.

HasExperienceInMonth

func (o *ExperienceSkill) HasExperienceInMonth() bool

HasExperienceInMonth returns a boolean if a field has been set.

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