Name | Type | Description | Notes |
---|---|---|---|
SkillsProfile | Pointer to SkillsProfile | [optional] | |
SkillIds | Pointer to []string | [optional] | |
MethodologyIds | Pointer to []string | [optional] |
func NewSkillsProfileRequest() *SkillsProfileRequest
NewSkillsProfileRequest instantiates a new SkillsProfileRequest 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 NewSkillsProfileRequestWithDefaults() *SkillsProfileRequest
NewSkillsProfileRequestWithDefaults instantiates a new SkillsProfileRequest 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 *SkillsProfileRequest) GetSkillsProfile() SkillsProfile
GetSkillsProfile returns the SkillsProfile field if non-nil, zero value otherwise.
func (o *SkillsProfileRequest) 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 *SkillsProfileRequest) SetSkillsProfile(v SkillsProfile)
SetSkillsProfile sets SkillsProfile field to given value.
func (o *SkillsProfileRequest) HasSkillsProfile() bool
HasSkillsProfile returns a boolean if a field has been set.
func (o *SkillsProfileRequest) GetSkillIds() []string
GetSkillIds returns the SkillIds field if non-nil, zero value otherwise.
func (o *SkillsProfileRequest) GetSkillIdsOk() (*[]string, bool)
GetSkillIdsOk returns a tuple with the SkillIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SkillsProfileRequest) SetSkillIds(v []string)
SetSkillIds sets SkillIds field to given value.
func (o *SkillsProfileRequest) HasSkillIds() bool
HasSkillIds returns a boolean if a field has been set.
func (o *SkillsProfileRequest) GetMethodologyIds() []string
GetMethodologyIds returns the MethodologyIds field if non-nil, zero value otherwise.
func (o *SkillsProfileRequest) GetMethodologyIdsOk() (*[]string, bool)
GetMethodologyIdsOk returns a tuple with the MethodologyIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SkillsProfileRequest) SetMethodologyIds(v []string)
SetMethodologyIds sets MethodologyIds field to given value.
func (o *SkillsProfileRequest) HasMethodologyIds() bool
HasMethodologyIds returns a boolean if a field has been set.