Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.81 KB

File metadata and controls

160 lines (87 loc) · 4.81 KB

ProjectParticipationSearch

Properties

Name Type Description Notes
LinkToErp Pointer to bool [optional]
ProjectIds Pointer to []string [optional]
PersonIds Pointer to []string [optional]
ProjectParticipationIds Pointer to []string [optional]
AwardIds Pointer to []string [optional]

Methods

NewProjectParticipationSearch

func NewProjectParticipationSearch() *ProjectParticipationSearch

NewProjectParticipationSearch instantiates a new ProjectParticipationSearch 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

NewProjectParticipationSearchWithDefaults

func NewProjectParticipationSearchWithDefaults() *ProjectParticipationSearch

NewProjectParticipationSearchWithDefaults instantiates a new ProjectParticipationSearch 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

GetLinkToErp

func (o *ProjectParticipationSearch) GetLinkToErp() bool

GetLinkToErp returns the LinkToErp field if non-nil, zero value otherwise.

GetLinkToErpOk

func (o *ProjectParticipationSearch) GetLinkToErpOk() (*bool, bool)

GetLinkToErpOk returns a tuple with the LinkToErp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLinkToErp

func (o *ProjectParticipationSearch) SetLinkToErp(v bool)

SetLinkToErp sets LinkToErp field to given value.

HasLinkToErp

func (o *ProjectParticipationSearch) HasLinkToErp() bool

HasLinkToErp returns a boolean if a field has been set.

GetProjectIds

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

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

GetProjectIdsOk

func (o *ProjectParticipationSearch) 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 *ProjectParticipationSearch) SetProjectIds(v []string)

SetProjectIds sets ProjectIds field to given value.

HasProjectIds

func (o *ProjectParticipationSearch) HasProjectIds() bool

HasProjectIds returns a boolean if a field has been set.

GetPersonIds

func (o *ProjectParticipationSearch) GetPersonIds() []string

GetPersonIds returns the PersonIds field if non-nil, zero value otherwise.

GetPersonIdsOk

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

SetPersonIds

func (o *ProjectParticipationSearch) SetPersonIds(v []string)

SetPersonIds sets PersonIds field to given value.

HasPersonIds

func (o *ProjectParticipationSearch) HasPersonIds() bool

HasPersonIds returns a boolean if a field has been set.

GetProjectParticipationIds

func (o *ProjectParticipationSearch) GetProjectParticipationIds() []string

GetProjectParticipationIds returns the ProjectParticipationIds field if non-nil, zero value otherwise.

GetProjectParticipationIdsOk

func (o *ProjectParticipationSearch) GetProjectParticipationIdsOk() (*[]string, bool)

GetProjectParticipationIdsOk returns a tuple with the ProjectParticipationIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProjectParticipationIds

func (o *ProjectParticipationSearch) SetProjectParticipationIds(v []string)

SetProjectParticipationIds sets ProjectParticipationIds field to given value.

HasProjectParticipationIds

func (o *ProjectParticipationSearch) HasProjectParticipationIds() bool

HasProjectParticipationIds returns a boolean if a field has been set.

GetAwardIds

func (o *ProjectParticipationSearch) GetAwardIds() []string

GetAwardIds returns the AwardIds field if non-nil, zero value otherwise.

GetAwardIdsOk

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

SetAwardIds

func (o *ProjectParticipationSearch) SetAwardIds(v []string)

SetAwardIds sets AwardIds field to given value.

HasAwardIds

func (o *ProjectParticipationSearch) HasAwardIds() bool

HasAwardIds returns a boolean if a field has been set.

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