Name | Type | Description | Notes |
---|---|---|---|
Timeframe | Timeframed | ||
Skills | Pointer to []SkillLevelUpdate | [optional] | |
PersonalDescription | Pointer to string | [optional] |
func NewProjectParticipationUpdate(timeframe Timeframed, ) *ProjectParticipationUpdate
NewProjectParticipationUpdate instantiates a new ProjectParticipationUpdate 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 NewProjectParticipationUpdateWithDefaults() *ProjectParticipationUpdate
NewProjectParticipationUpdateWithDefaults instantiates a new ProjectParticipationUpdate 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 *ProjectParticipationUpdate) GetTimeframe() Timeframed
GetTimeframe returns the Timeframe field if non-nil, zero value otherwise.
func (o *ProjectParticipationUpdate) GetTimeframeOk() (*Timeframed, bool)
GetTimeframeOk returns a tuple with the Timeframe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectParticipationUpdate) SetTimeframe(v Timeframed)
SetTimeframe sets Timeframe field to given value.
func (o *ProjectParticipationUpdate) GetSkills() []SkillLevelUpdate
GetSkills returns the Skills field if non-nil, zero value otherwise.
func (o *ProjectParticipationUpdate) GetSkillsOk() (*[]SkillLevelUpdate, bool)
GetSkillsOk returns a tuple with the Skills field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectParticipationUpdate) SetSkills(v []SkillLevelUpdate)
SetSkills sets Skills field to given value.
func (o *ProjectParticipationUpdate) HasSkills() bool
HasSkills returns a boolean if a field has been set.
func (o *ProjectParticipationUpdate) GetPersonalDescription() string
GetPersonalDescription returns the PersonalDescription field if non-nil, zero value otherwise.
func (o *ProjectParticipationUpdate) GetPersonalDescriptionOk() (*string, bool)
GetPersonalDescriptionOk returns a tuple with the PersonalDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectParticipationUpdate) SetPersonalDescription(v string)
SetPersonalDescription sets PersonalDescription field to given value.
func (o *ProjectParticipationUpdate) HasPersonalDescription() bool
HasPersonalDescription returns a boolean if a field has been set.