Name | Type | Description | Notes |
---|---|---|---|
Timeframe | Pointer to Timeframed | [optional] | |
PersonalDescription | Pointer to string | [optional] |
func NewProjectParticipation() *ProjectParticipation
NewProjectParticipation instantiates a new ProjectParticipation 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 NewProjectParticipationWithDefaults() *ProjectParticipation
NewProjectParticipationWithDefaults instantiates a new ProjectParticipation 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 *ProjectParticipation) GetTimeframe() Timeframed
GetTimeframe returns the Timeframe field if non-nil, zero value otherwise.
func (o *ProjectParticipation) 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 *ProjectParticipation) SetTimeframe(v Timeframed)
SetTimeframe sets Timeframe field to given value.
func (o *ProjectParticipation) HasTimeframe() bool
HasTimeframe returns a boolean if a field has been set.
func (o *ProjectParticipation) GetPersonalDescription() string
GetPersonalDescription returns the PersonalDescription field if non-nil, zero value otherwise.
func (o *ProjectParticipation) 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 *ProjectParticipation) SetPersonalDescription(v string)
SetPersonalDescription sets PersonalDescription field to given value.
func (o *ProjectParticipation) HasPersonalDescription() bool
HasPersonalDescription returns a boolean if a field has been set.