Name | Type | Description | Notes |
---|---|---|---|
PersonIds | Pointer to []string | [optional] | |
EmployeeIds | Pointer to []string | [optional] | |
ProfileIds | Pointer to []string | [optional] | |
OfficeIds | Pointer to []string | [optional] | |
LanguageIds | Pointer to []string | [optional] | |
Availability | Pointer to AvailabilityFilter | [optional] | |
OnsiteRatio | Pointer to MinMaxPercent | [optional] | |
Seniority | Pointer to []Seniority | [optional] | |
Skills | Pointer to []PersonSkillFilter | [optional] | |
ProjectIds | Pointer to []string | [optional] | |
OrganizationIds | Pointer to []string | [optional] | |
IndustryIds | Pointer to []string | [optional] | |
CertificationIds | Pointer to []string | [optional] | |
AwardIds | Pointer to []string | [optional] | |
Inactive | Pointer to bool | [optional] |
func NewPersonSearch() *PersonSearch
NewPersonSearch instantiates a new PersonSearch 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 NewPersonSearchWithDefaults() *PersonSearch
NewPersonSearchWithDefaults instantiates a new PersonSearch 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 *PersonSearch) GetPersonIds() []string
GetPersonIds returns the PersonIds field if non-nil, zero value otherwise.
func (o *PersonSearch) GetPersonIdsOk() (*[]string, bool)
GetPersonIdsOk returns a tuple with the PersonIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersonSearch) SetPersonIds(v []string)
SetPersonIds sets PersonIds field to given value.
func (o *PersonSearch) HasPersonIds() bool
HasPersonIds returns a boolean if a field has been set.
func (o *PersonSearch) GetEmployeeIds() []string
GetEmployeeIds returns the EmployeeIds field if non-nil, zero value otherwise.
func (o *PersonSearch) GetEmployeeIdsOk() (*[]string, bool)
GetEmployeeIdsOk returns a tuple with the EmployeeIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersonSearch) SetEmployeeIds(v []string)
SetEmployeeIds sets EmployeeIds field to given value.
func (o *PersonSearch) HasEmployeeIds() bool
HasEmployeeIds returns a boolean if a field has been set.
func (o *PersonSearch) GetProfileIds() []string
GetProfileIds returns the ProfileIds field if non-nil, zero value otherwise.
func (o *PersonSearch) GetProfileIdsOk() (*[]string, bool)
GetProfileIdsOk returns a tuple with the ProfileIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersonSearch) SetProfileIds(v []string)
SetProfileIds sets ProfileIds field to given value.
func (o *PersonSearch) HasProfileIds() bool
HasProfileIds returns a boolean if a field has been set.
func (o *PersonSearch) GetOfficeIds() []string
GetOfficeIds returns the OfficeIds field if non-nil, zero value otherwise.
func (o *PersonSearch) 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 *PersonSearch) SetOfficeIds(v []string)
SetOfficeIds sets OfficeIds field to given value.
func (o *PersonSearch) HasOfficeIds() bool
HasOfficeIds returns a boolean if a field has been set.
func (o *PersonSearch) GetLanguageIds() []string
GetLanguageIds returns the LanguageIds field if non-nil, zero value otherwise.
func (o *PersonSearch) GetLanguageIdsOk() (*[]string, bool)
GetLanguageIdsOk returns a tuple with the LanguageIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersonSearch) SetLanguageIds(v []string)
SetLanguageIds sets LanguageIds field to given value.
func (o *PersonSearch) HasLanguageIds() bool
HasLanguageIds returns a boolean if a field has been set.
func (o *PersonSearch) GetAvailability() AvailabilityFilter
GetAvailability returns the Availability field if non-nil, zero value otherwise.
func (o *PersonSearch) GetAvailabilityOk() (*AvailabilityFilter, bool)
GetAvailabilityOk returns a tuple with the Availability field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersonSearch) SetAvailability(v AvailabilityFilter)
SetAvailability sets Availability field to given value.
func (o *PersonSearch) HasAvailability() bool
HasAvailability returns a boolean if a field has been set.
func (o *PersonSearch) GetOnsiteRatio() MinMaxPercent
GetOnsiteRatio returns the OnsiteRatio field if non-nil, zero value otherwise.
func (o *PersonSearch) GetOnsiteRatioOk() (*MinMaxPercent, bool)
GetOnsiteRatioOk returns a tuple with the OnsiteRatio field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersonSearch) SetOnsiteRatio(v MinMaxPercent)
SetOnsiteRatio sets OnsiteRatio field to given value.
func (o *PersonSearch) HasOnsiteRatio() bool
HasOnsiteRatio returns a boolean if a field has been set.
func (o *PersonSearch) GetSeniority() []Seniority
GetSeniority returns the Seniority field if non-nil, zero value otherwise.
func (o *PersonSearch) GetSeniorityOk() (*[]Seniority, bool)
GetSeniorityOk returns a tuple with the Seniority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersonSearch) SetSeniority(v []Seniority)
SetSeniority sets Seniority field to given value.
func (o *PersonSearch) HasSeniority() bool
HasSeniority returns a boolean if a field has been set.
func (o *PersonSearch) GetSkills() []PersonSkillFilter
GetSkills returns the Skills field if non-nil, zero value otherwise.
func (o *PersonSearch) GetSkillsOk() (*[]PersonSkillFilter, 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.
func (o *PersonSearch) SetSkills(v []PersonSkillFilter)
SetSkills sets Skills field to given value.
func (o *PersonSearch) HasSkills() bool
HasSkills returns a boolean if a field has been set.
func (o *PersonSearch) GetProjectIds() []string
GetProjectIds returns the ProjectIds field if non-nil, zero value otherwise.
func (o *PersonSearch) 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 *PersonSearch) SetProjectIds(v []string)
SetProjectIds sets ProjectIds field to given value.
func (o *PersonSearch) HasProjectIds() bool
HasProjectIds returns a boolean if a field has been set.
func (o *PersonSearch) GetOrganizationIds() []string
GetOrganizationIds returns the OrganizationIds field if non-nil, zero value otherwise.
func (o *PersonSearch) 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 *PersonSearch) SetOrganizationIds(v []string)
SetOrganizationIds sets OrganizationIds field to given value.
func (o *PersonSearch) HasOrganizationIds() bool
HasOrganizationIds returns a boolean if a field has been set.
func (o *PersonSearch) GetIndustryIds() []string
GetIndustryIds returns the IndustryIds field if non-nil, zero value otherwise.
func (o *PersonSearch) 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 *PersonSearch) SetIndustryIds(v []string)
SetIndustryIds sets IndustryIds field to given value.
func (o *PersonSearch) HasIndustryIds() bool
HasIndustryIds returns a boolean if a field has been set.
func (o *PersonSearch) GetCertificationIds() []string
GetCertificationIds returns the CertificationIds field if non-nil, zero value otherwise.
func (o *PersonSearch) 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 *PersonSearch) SetCertificationIds(v []string)
SetCertificationIds sets CertificationIds field to given value.
func (o *PersonSearch) HasCertificationIds() bool
HasCertificationIds returns a boolean if a field has been set.
func (o *PersonSearch) GetAwardIds() []string
GetAwardIds returns the AwardIds field if non-nil, zero value otherwise.
func (o *PersonSearch) GetAwardIdsOk() (*[]string, bool)
GetAwardIdsOk returns a tuple with the AwardIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersonSearch) SetAwardIds(v []string)
SetAwardIds sets AwardIds field to given value.
func (o *PersonSearch) HasAwardIds() bool
HasAwardIds returns a boolean if a field has been set.
func (o *PersonSearch) GetInactive() bool
GetInactive returns the Inactive field if non-nil, zero value otherwise.
func (o *PersonSearch) GetInactiveOk() (*bool, bool)
GetInactiveOk returns a tuple with the Inactive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersonSearch) SetInactive(v bool)
SetInactive sets Inactive field to given value.
func (o *PersonSearch) HasInactive() bool
HasInactive returns a boolean if a field has been set.