Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.05 KB

PagedProjectParticipation.md

File metadata and controls

56 lines (31 loc) · 2.05 KB

PagedProjectParticipation

Properties

Name Type Description Notes
ProjectParticipation Pointer to []ProjectParticipationDetails [optional]

Methods

NewPagedProjectParticipation

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

NewPagedProjectParticipationWithDefaults

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

GetProjectParticipation

func (o *PagedProjectParticipation) GetProjectParticipation() []ProjectParticipationDetails

GetProjectParticipation returns the ProjectParticipation field if non-nil, zero value otherwise.

GetProjectParticipationOk

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.

SetProjectParticipation

func (o *PagedProjectParticipation) SetProjectParticipation(v []ProjectParticipationDetails)

SetProjectParticipation sets ProjectParticipation field to given value.

HasProjectParticipation

func (o *PagedProjectParticipation) HasProjectParticipation() bool

HasProjectParticipation returns a boolean if a field has been set.

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