Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.42 KB

ProjectParticipationSearch.md

File metadata and controls

108 lines (59 loc) · 3.42 KB

ProjectParticipationSearch

Properties

Name Type Description Notes
ProjectIds Pointer to []string [optional]
PersonIds Pointer to []string [optional]
ProjectParticipationIds 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

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.

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