Name | Type | Description | Notes |
---|---|---|---|
ProjectIds | Pointer to []string | [optional] | |
PersonIds | Pointer to []string | [optional] | |
ProjectParticipationIds | Pointer to []string | [optional] |
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
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
func (o *ProjectParticipationSearch) GetProjectIds() []string
GetProjectIds returns the ProjectIds field if non-nil, zero value otherwise.
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.
func (o *ProjectParticipationSearch) SetProjectIds(v []string)
SetProjectIds sets ProjectIds field to given value.
func (o *ProjectParticipationSearch) HasProjectIds() bool
HasProjectIds returns a boolean if a field has been set.
func (o *ProjectParticipationSearch) GetPersonIds() []string
GetPersonIds returns the PersonIds field if non-nil, zero value otherwise.
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.
func (o *ProjectParticipationSearch) SetPersonIds(v []string)
SetPersonIds sets PersonIds field to given value.
func (o *ProjectParticipationSearch) HasPersonIds() bool
HasPersonIds returns a boolean if a field has been set.
func (o *ProjectParticipationSearch) GetProjectParticipationIds() []string
GetProjectParticipationIds returns the ProjectParticipationIds field if non-nil, zero value otherwise.
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.
func (o *ProjectParticipationSearch) SetProjectParticipationIds(v []string)
SetProjectParticipationIds sets ProjectParticipationIds field to given value.
func (o *ProjectParticipationSearch) HasProjectParticipationIds() bool
HasProjectParticipationIds returns a boolean if a field has been set.