Name | Type | Description | Notes |
---|---|---|---|
ProjectParticipation | Pointer to []ProjectParticipationDetails | [optional] |
func NewPagedProjectParticipation() *PagedProjectParticipation
NewPagedProjectParticipation instantiates a new PagedProjectParticipation 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 NewPagedProjectParticipationWithDefaults() *PagedProjectParticipation
NewPagedProjectParticipationWithDefaults instantiates a new PagedProjectParticipation 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 *PagedProjectParticipation) GetProjectParticipation() []ProjectParticipationDetails
GetProjectParticipation returns the ProjectParticipation field if non-nil, zero value otherwise.
func (o *PagedProjectParticipation) GetProjectParticipationOk() (*[]ProjectParticipationDetails, bool)
GetProjectParticipationOk returns a tuple with the ProjectParticipation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PagedProjectParticipation) SetProjectParticipation(v []ProjectParticipationDetails)
SetProjectParticipation sets ProjectParticipation field to given value.
func (o *PagedProjectParticipation) HasProjectParticipation() bool
HasProjectParticipation returns a boolean if a field has been set.