Name | Type | Description | Notes |
---|---|---|---|
SkillLevel | Pointer to SkillLevel | [optional] | |
ConfirmedBy | Pointer to []Person | [optional] |
func NewExperience() *Experience
NewExperience instantiates a new Experience 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 NewExperienceWithDefaults() *Experience
NewExperienceWithDefaults instantiates a new Experience 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 *Experience) GetSkillLevel() SkillLevel
GetSkillLevel returns the SkillLevel field if non-nil, zero value otherwise.
func (o *Experience) GetSkillLevelOk() (*SkillLevel, bool)
GetSkillLevelOk returns a tuple with the SkillLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Experience) SetSkillLevel(v SkillLevel)
SetSkillLevel sets SkillLevel field to given value.
func (o *Experience) HasSkillLevel() bool
HasSkillLevel returns a boolean if a field has been set.
func (o *Experience) GetConfirmedBy() []Person
GetConfirmedBy returns the ConfirmedBy field if non-nil, zero value otherwise.
func (o *Experience) GetConfirmedByOk() (*[]Person, bool)
GetConfirmedByOk returns a tuple with the ConfirmedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Experience) SetConfirmedBy(v []Person)
SetConfirmedBy sets ConfirmedBy field to given value.
func (o *Experience) HasConfirmedBy() bool
HasConfirmedBy returns a boolean if a field has been set.