Name | Type | Description | Notes |
---|---|---|---|
CertificationIds | Pointer to []string | [optional] | |
SkillIds | Pointer to []string | [optional] | |
OrganizationIds | Pointer to []string | [optional] |
func NewCertificationSearch() *CertificationSearch
NewCertificationSearch instantiates a new CertificationSearch 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 NewCertificationSearchWithDefaults() *CertificationSearch
NewCertificationSearchWithDefaults instantiates a new CertificationSearch 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 *CertificationSearch) GetCertificationIds() []string
GetCertificationIds returns the CertificationIds field if non-nil, zero value otherwise.
func (o *CertificationSearch) 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 *CertificationSearch) SetCertificationIds(v []string)
SetCertificationIds sets CertificationIds field to given value.
func (o *CertificationSearch) HasCertificationIds() bool
HasCertificationIds returns a boolean if a field has been set.
func (o *CertificationSearch) GetSkillIds() []string
GetSkillIds returns the SkillIds field if non-nil, zero value otherwise.
func (o *CertificationSearch) 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 *CertificationSearch) SetSkillIds(v []string)
SetSkillIds sets SkillIds field to given value.
func (o *CertificationSearch) HasSkillIds() bool
HasSkillIds returns a boolean if a field has been set.
func (o *CertificationSearch) GetOrganizationIds() []string
GetOrganizationIds returns the OrganizationIds field if non-nil, zero value otherwise.
func (o *CertificationSearch) 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 *CertificationSearch) SetOrganizationIds(v []string)
SetOrganizationIds sets OrganizationIds field to given value.
func (o *CertificationSearch) HasOrganizationIds() bool
HasOrganizationIds returns a boolean if a field has been set.