Name | Type | Description | Notes |
---|---|---|---|
Audit | Pointer to Audit | [optional] | |
SkillsProfile | Pointer to SkillsProfile | [optional] | |
Person | Pointer to Person | [optional] | |
Skills | Pointer to []ExperienceSkill | [optional] | |
Methodologies | Pointer to []ExperienceSkill | [optional] |
func NewSkillsProfileDetails() *SkillsProfileDetails
NewSkillsProfileDetails instantiates a new SkillsProfileDetails 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 NewSkillsProfileDetailsWithDefaults() *SkillsProfileDetails
NewSkillsProfileDetailsWithDefaults instantiates a new SkillsProfileDetails 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 *SkillsProfileDetails) GetAudit() Audit
GetAudit returns the Audit field if non-nil, zero value otherwise.
func (o *SkillsProfileDetails) GetAuditOk() (*Audit, bool)
GetAuditOk returns a tuple with the Audit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SkillsProfileDetails) SetAudit(v Audit)
SetAudit sets Audit field to given value.
func (o *SkillsProfileDetails) HasAudit() bool
HasAudit returns a boolean if a field has been set.
func (o *SkillsProfileDetails) GetSkillsProfile() SkillsProfile
GetSkillsProfile returns the SkillsProfile field if non-nil, zero value otherwise.
func (o *SkillsProfileDetails) GetSkillsProfileOk() (*SkillsProfile, bool)
GetSkillsProfileOk returns a tuple with the SkillsProfile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SkillsProfileDetails) SetSkillsProfile(v SkillsProfile)
SetSkillsProfile sets SkillsProfile field to given value.
func (o *SkillsProfileDetails) HasSkillsProfile() bool
HasSkillsProfile returns a boolean if a field has been set.
func (o *SkillsProfileDetails) GetPerson() Person
GetPerson returns the Person field if non-nil, zero value otherwise.
func (o *SkillsProfileDetails) GetPersonOk() (*Person, bool)
GetPersonOk returns a tuple with the Person field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SkillsProfileDetails) SetPerson(v Person)
SetPerson sets Person field to given value.
func (o *SkillsProfileDetails) HasPerson() bool
HasPerson returns a boolean if a field has been set.
func (o *SkillsProfileDetails) GetSkills() []ExperienceSkill
GetSkills returns the Skills field if non-nil, zero value otherwise.
func (o *SkillsProfileDetails) GetSkillsOk() (*[]ExperienceSkill, bool)
GetSkillsOk returns a tuple with the Skills field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SkillsProfileDetails) SetSkills(v []ExperienceSkill)
SetSkills sets Skills field to given value.
func (o *SkillsProfileDetails) HasSkills() bool
HasSkills returns a boolean if a field has been set.
func (o *SkillsProfileDetails) GetMethodologies() []ExperienceSkill
GetMethodologies returns the Methodologies field if non-nil, zero value otherwise.
func (o *SkillsProfileDetails) GetMethodologiesOk() (*[]ExperienceSkill, bool)
GetMethodologiesOk returns a tuple with the Methodologies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SkillsProfileDetails) SetMethodologies(v []ExperienceSkill)
SetMethodologies sets Methodologies field to given value.
func (o *SkillsProfileDetails) HasMethodologies() bool
HasMethodologies returns a boolean if a field has been set.