Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.3 KB

CertificationSearch.md

File metadata and controls

186 lines (101 loc) · 5.3 KB

CertificationSearch

Properties

Name Type Description Notes
CertificationIds Pointer to []string [optional]
SkillIds Pointer to []string [optional]
OrganizationIds Pointer to []string [optional]
ProjectIds Pointer to []string [optional]
IndustryIds Pointer to []string [optional]
OfficeIds Pointer to []string [optional]

Methods

NewCertificationSearch

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

NewCertificationSearchWithDefaults

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

GetCertificationIds

func (o *CertificationSearch) GetCertificationIds() []string

GetCertificationIds returns the CertificationIds field if non-nil, zero value otherwise.

GetCertificationIdsOk

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.

SetCertificationIds

func (o *CertificationSearch) SetCertificationIds(v []string)

SetCertificationIds sets CertificationIds field to given value.

HasCertificationIds

func (o *CertificationSearch) HasCertificationIds() bool

HasCertificationIds returns a boolean if a field has been set.

GetSkillIds

func (o *CertificationSearch) GetSkillIds() []string

GetSkillIds returns the SkillIds field if non-nil, zero value otherwise.

GetSkillIdsOk

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.

SetSkillIds

func (o *CertificationSearch) SetSkillIds(v []string)

SetSkillIds sets SkillIds field to given value.

HasSkillIds

func (o *CertificationSearch) HasSkillIds() bool

HasSkillIds returns a boolean if a field has been set.

GetOrganizationIds

func (o *CertificationSearch) GetOrganizationIds() []string

GetOrganizationIds returns the OrganizationIds field if non-nil, zero value otherwise.

GetOrganizationIdsOk

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.

SetOrganizationIds

func (o *CertificationSearch) SetOrganizationIds(v []string)

SetOrganizationIds sets OrganizationIds field to given value.

HasOrganizationIds

func (o *CertificationSearch) HasOrganizationIds() bool

HasOrganizationIds returns a boolean if a field has been set.

GetProjectIds

func (o *CertificationSearch) GetProjectIds() []string

GetProjectIds returns the ProjectIds field if non-nil, zero value otherwise.

GetProjectIdsOk

func (o *CertificationSearch) 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.

SetProjectIds

func (o *CertificationSearch) SetProjectIds(v []string)

SetProjectIds sets ProjectIds field to given value.

HasProjectIds

func (o *CertificationSearch) HasProjectIds() bool

HasProjectIds returns a boolean if a field has been set.

GetIndustryIds

func (o *CertificationSearch) GetIndustryIds() []string

GetIndustryIds returns the IndustryIds field if non-nil, zero value otherwise.

GetIndustryIdsOk

func (o *CertificationSearch) 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.

SetIndustryIds

func (o *CertificationSearch) SetIndustryIds(v []string)

SetIndustryIds sets IndustryIds field to given value.

HasIndustryIds

func (o *CertificationSearch) HasIndustryIds() bool

HasIndustryIds returns a boolean if a field has been set.

GetOfficeIds

func (o *CertificationSearch) GetOfficeIds() []string

GetOfficeIds returns the OfficeIds field if non-nil, zero value otherwise.

GetOfficeIdsOk

func (o *CertificationSearch) 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.

SetOfficeIds

func (o *CertificationSearch) SetOfficeIds(v []string)

SetOfficeIds sets OfficeIds field to given value.

HasOfficeIds

func (o *CertificationSearch) HasOfficeIds() bool

HasOfficeIds returns a boolean if a field has been set.

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