Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.83 KB

PagedSkillsProfiles.md

File metadata and controls

56 lines (31 loc) · 1.83 KB

PagedSkillsProfiles

Properties

Name Type Description Notes
SkillsProfiles Pointer to []SkillsProfileDetails [optional]

Methods

NewPagedSkillsProfiles

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

NewPagedSkillsProfilesWithDefaults

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

GetSkillsProfiles

func (o *PagedSkillsProfiles) GetSkillsProfiles() []SkillsProfileDetails

GetSkillsProfiles returns the SkillsProfiles field if non-nil, zero value otherwise.

GetSkillsProfilesOk

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.

SetSkillsProfiles

func (o *PagedSkillsProfiles) SetSkillsProfiles(v []SkillsProfileDetails)

SetSkillsProfiles sets SkillsProfiles field to given value.

HasSkillsProfiles

func (o *PagedSkillsProfiles) HasSkillsProfiles() bool

HasSkillsProfiles returns a boolean if a field has been set.

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