Name | Type | Description | Notes |
---|---|---|---|
Types | Pointer to string | Gives you either all skills, only the root kills | [optional] [default to "all"] |
SkillIds | Pointer to []string | [optional] | |
ProjectIds | Pointer to []string | [optional] | |
OrganizationIds | Pointer to []string | [optional] | |
IndustryIds | Pointer to []string | [optional] | |
CertificationIds | Pointer to []string | [optional] | |
OfficeIds | Pointer to []string | [optional] |
func NewSkillSearch() *SkillSearch
NewSkillSearch instantiates a new SkillSearch 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 NewSkillSearchWithDefaults() *SkillSearch
NewSkillSearchWithDefaults instantiates a new SkillSearch 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 *SkillSearch) GetTypes() string
GetTypes returns the Types field if non-nil, zero value otherwise.
func (o *SkillSearch) GetTypesOk() (*string, bool)
GetTypesOk returns a tuple with the Types field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SkillSearch) SetTypes(v string)
SetTypes sets Types field to given value.
func (o *SkillSearch) HasTypes() bool
HasTypes returns a boolean if a field has been set.
func (o *SkillSearch) GetSkillIds() []string
GetSkillIds returns the SkillIds field if non-nil, zero value otherwise.
func (o *SkillSearch) 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 *SkillSearch) SetSkillIds(v []string)
SetSkillIds sets SkillIds field to given value.
func (o *SkillSearch) HasSkillIds() bool
HasSkillIds returns a boolean if a field has been set.
func (o *SkillSearch) GetProjectIds() []string
GetProjectIds returns the ProjectIds field if non-nil, zero value otherwise.
func (o *SkillSearch) GetProjectIdsOk() (*[]string, bool)
GetProjectIdsOk returns a tuple with the ProjectIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SkillSearch) SetProjectIds(v []string)
SetProjectIds sets ProjectIds field to given value.
func (o *SkillSearch) HasProjectIds() bool
HasProjectIds returns a boolean if a field has been set.
func (o *SkillSearch) GetOrganizationIds() []string
GetOrganizationIds returns the OrganizationIds field if non-nil, zero value otherwise.
func (o *SkillSearch) GetOrganizationIdsOk() (*[]string, bool)
GetOrganizationIdsOk returns a tuple with the OrganizationIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SkillSearch) SetOrganizationIds(v []string)
SetOrganizationIds sets OrganizationIds field to given value.
func (o *SkillSearch) HasOrganizationIds() bool
HasOrganizationIds returns a boolean if a field has been set.
func (o *SkillSearch) GetIndustryIds() []string
GetIndustryIds returns the IndustryIds field if non-nil, zero value otherwise.
func (o *SkillSearch) GetIndustryIdsOk() (*[]string, bool)
GetIndustryIdsOk returns a tuple with the IndustryIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SkillSearch) SetIndustryIds(v []string)
SetIndustryIds sets IndustryIds field to given value.
func (o *SkillSearch) HasIndustryIds() bool
HasIndustryIds returns a boolean if a field has been set.
func (o *SkillSearch) GetCertificationIds() []string
GetCertificationIds returns the CertificationIds field if non-nil, zero value otherwise.
func (o *SkillSearch) GetCertificationIdsOk() (*[]string, bool)
GetCertificationIdsOk returns a tuple with the CertificationIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SkillSearch) SetCertificationIds(v []string)
SetCertificationIds sets CertificationIds field to given value.
func (o *SkillSearch) HasCertificationIds() bool
HasCertificationIds returns a boolean if a field has been set.
func (o *SkillSearch) GetOfficeIds() []string
GetOfficeIds returns the OfficeIds field if non-nil, zero value otherwise.
func (o *SkillSearch) GetOfficeIdsOk() (*[]string, bool)
GetOfficeIdsOk returns a tuple with the OfficeIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SkillSearch) SetOfficeIds(v []string)
SetOfficeIds sets OfficeIds field to given value.
func (o *SkillSearch) HasOfficeIds() bool
HasOfficeIds returns a boolean if a field has been set.