Name | Type | Description | Notes |
---|---|---|---|
Participation | Pointer to ProjectParticipation | [optional] | |
SkillGroups | Pointer to []ExperienceSkillGroup | [optional] |
func NewPersonProjectParticipationItem() *PersonProjectParticipationItem
NewPersonProjectParticipationItem instantiates a new PersonProjectParticipationItem 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 NewPersonProjectParticipationItemWithDefaults() *PersonProjectParticipationItem
NewPersonProjectParticipationItemWithDefaults instantiates a new PersonProjectParticipationItem 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 *PersonProjectParticipationItem) GetParticipation() ProjectParticipation
GetParticipation returns the Participation field if non-nil, zero value otherwise.
func (o *PersonProjectParticipationItem) GetParticipationOk() (*ProjectParticipation, bool)
GetParticipationOk returns a tuple with the Participation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersonProjectParticipationItem) SetParticipation(v ProjectParticipation)
SetParticipation sets Participation field to given value.
func (o *PersonProjectParticipationItem) HasParticipation() bool
HasParticipation returns a boolean if a field has been set.
func (o *PersonProjectParticipationItem) GetSkillGroups() []ExperienceSkillGroup
GetSkillGroups returns the SkillGroups field if non-nil, zero value otherwise.
func (o *PersonProjectParticipationItem) GetSkillGroupsOk() (*[]ExperienceSkillGroup, bool)
GetSkillGroupsOk returns a tuple with the SkillGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersonProjectParticipationItem) SetSkillGroups(v []ExperienceSkillGroup)
SetSkillGroups sets SkillGroups field to given value.
func (o *PersonProjectParticipationItem) HasSkillGroups() bool
HasSkillGroups returns a boolean if a field has been set.