Name | Type | Description | Notes |
---|---|---|---|
SkillsProfiles | Pointer to []SkillsProfileDetails | [optional] |
func NewPagedSkillsProfiles() *PagedSkillsProfiles
NewPagedSkillsProfiles instantiates a new PagedSkillsProfiles 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 NewPagedSkillsProfilesWithDefaults() *PagedSkillsProfiles
NewPagedSkillsProfilesWithDefaults instantiates a new PagedSkillsProfiles 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 *PagedSkillsProfiles) GetSkillsProfiles() []SkillsProfileDetails
GetSkillsProfiles returns the SkillsProfiles field if non-nil, zero value otherwise.
func (o *PagedSkillsProfiles) GetSkillsProfilesOk() (*[]SkillsProfileDetails, bool)
GetSkillsProfilesOk returns a tuple with the SkillsProfiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PagedSkillsProfiles) SetSkillsProfiles(v []SkillsProfileDetails)
SetSkillsProfiles sets SkillsProfiles field to given value.
func (o *PagedSkillsProfiles) HasSkillsProfiles() bool
HasSkillsProfiles returns a boolean if a field has been set.