Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.55 KB

SkillsProfileDetails.md

File metadata and controls

160 lines (87 loc) · 4.55 KB

SkillsProfileDetails

Properties

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]

Methods

NewSkillsProfileDetails

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

NewSkillsProfileDetailsWithDefaults

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

GetAudit

func (o *SkillsProfileDetails) GetAudit() Audit

GetAudit returns the Audit field if non-nil, zero value otherwise.

GetAuditOk

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.

SetAudit

func (o *SkillsProfileDetails) SetAudit(v Audit)

SetAudit sets Audit field to given value.

HasAudit

func (o *SkillsProfileDetails) HasAudit() bool

HasAudit returns a boolean if a field has been set.

GetSkillsProfile

func (o *SkillsProfileDetails) GetSkillsProfile() SkillsProfile

GetSkillsProfile returns the SkillsProfile field if non-nil, zero value otherwise.

GetSkillsProfileOk

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.

SetSkillsProfile

func (o *SkillsProfileDetails) SetSkillsProfile(v SkillsProfile)

SetSkillsProfile sets SkillsProfile field to given value.

HasSkillsProfile

func (o *SkillsProfileDetails) HasSkillsProfile() bool

HasSkillsProfile returns a boolean if a field has been set.

GetPerson

func (o *SkillsProfileDetails) GetPerson() Person

GetPerson returns the Person field if non-nil, zero value otherwise.

GetPersonOk

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.

SetPerson

func (o *SkillsProfileDetails) SetPerson(v Person)

SetPerson sets Person field to given value.

HasPerson

func (o *SkillsProfileDetails) HasPerson() bool

HasPerson returns a boolean if a field has been set.

GetSkills

func (o *SkillsProfileDetails) GetSkills() []ExperienceSkill

GetSkills returns the Skills field if non-nil, zero value otherwise.

GetSkillsOk

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.

SetSkills

func (o *SkillsProfileDetails) SetSkills(v []ExperienceSkill)

SetSkills sets Skills field to given value.

HasSkills

func (o *SkillsProfileDetails) HasSkills() bool

HasSkills returns a boolean if a field has been set.

GetMethodologies

func (o *SkillsProfileDetails) GetMethodologies() []ExperienceSkill

GetMethodologies returns the Methodologies field if non-nil, zero value otherwise.

GetMethodologiesOk

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.

SetMethodologies

func (o *SkillsProfileDetails) SetMethodologies(v []ExperienceSkill)

SetMethodologies sets Methodologies field to given value.

HasMethodologies

func (o *SkillsProfileDetails) HasMethodologies() bool

HasMethodologies returns a boolean if a field has been set.

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