Name | Type | Description | Notes |
---|---|---|---|
PersonIds | Pointer to []string | [optional] | |
ProjectIds | Pointer to []string | [optional] | |
OrganizationIds | Pointer to []string | [optional] | |
IndustryIds | Pointer to []string | [optional] | |
CertificationIds | Pointer to []string | [optional] | |
SkillIds | Pointer to []string | [optional] |
func NewIndustrySearch() *IndustrySearch
NewIndustrySearch instantiates a new IndustrySearch 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 NewIndustrySearchWithDefaults() *IndustrySearch
NewIndustrySearchWithDefaults instantiates a new IndustrySearch 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 *IndustrySearch) GetPersonIds() []string
GetPersonIds returns the PersonIds field if non-nil, zero value otherwise.
func (o *IndustrySearch) 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 *IndustrySearch) SetPersonIds(v []string)
SetPersonIds sets PersonIds field to given value.
func (o *IndustrySearch) HasPersonIds() bool
HasPersonIds returns a boolean if a field has been set.
func (o *IndustrySearch) GetProjectIds() []string
GetProjectIds returns the ProjectIds field if non-nil, zero value otherwise.
func (o *IndustrySearch) 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 *IndustrySearch) SetProjectIds(v []string)
SetProjectIds sets ProjectIds field to given value.
func (o *IndustrySearch) HasProjectIds() bool
HasProjectIds returns a boolean if a field has been set.
func (o *IndustrySearch) GetOrganizationIds() []string
GetOrganizationIds returns the OrganizationIds field if non-nil, zero value otherwise.
func (o *IndustrySearch) 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 *IndustrySearch) SetOrganizationIds(v []string)
SetOrganizationIds sets OrganizationIds field to given value.
func (o *IndustrySearch) HasOrganizationIds() bool
HasOrganizationIds returns a boolean if a field has been set.
func (o *IndustrySearch) GetIndustryIds() []string
GetIndustryIds returns the IndustryIds field if non-nil, zero value otherwise.
func (o *IndustrySearch) 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 *IndustrySearch) SetIndustryIds(v []string)
SetIndustryIds sets IndustryIds field to given value.
func (o *IndustrySearch) HasIndustryIds() bool
HasIndustryIds returns a boolean if a field has been set.
func (o *IndustrySearch) GetCertificationIds() []string
GetCertificationIds returns the CertificationIds field if non-nil, zero value otherwise.
func (o *IndustrySearch) 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 *IndustrySearch) SetCertificationIds(v []string)
SetCertificationIds sets CertificationIds field to given value.
func (o *IndustrySearch) HasCertificationIds() bool
HasCertificationIds returns a boolean if a field has been set.
func (o *IndustrySearch) GetSkillIds() []string
GetSkillIds returns the SkillIds field if non-nil, zero value otherwise.
func (o *IndustrySearch) 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 *IndustrySearch) SetSkillIds(v []string)
SetSkillIds sets SkillIds field to given value.
func (o *IndustrySearch) HasSkillIds() bool
HasSkillIds returns a boolean if a field has been set.