Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.27 KB

AwardedParticipant.md

File metadata and controls

82 lines (45 loc) · 2.27 KB

AwardedParticipant

Properties

Name Type Description Notes
AwardId Pointer to string [optional]
PersonId Pointer to string [optional]

Methods

NewAwardedParticipant

func NewAwardedParticipant() *AwardedParticipant

NewAwardedParticipant instantiates a new AwardedParticipant 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

NewAwardedParticipantWithDefaults

func NewAwardedParticipantWithDefaults() *AwardedParticipant

NewAwardedParticipantWithDefaults instantiates a new AwardedParticipant 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

GetAwardId

func (o *AwardedParticipant) GetAwardId() string

GetAwardId returns the AwardId field if non-nil, zero value otherwise.

GetAwardIdOk

func (o *AwardedParticipant) GetAwardIdOk() (*string, bool)

GetAwardIdOk returns a tuple with the AwardId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAwardId

func (o *AwardedParticipant) SetAwardId(v string)

SetAwardId sets AwardId field to given value.

HasAwardId

func (o *AwardedParticipant) HasAwardId() bool

HasAwardId returns a boolean if a field has been set.

GetPersonId

func (o *AwardedParticipant) GetPersonId() string

GetPersonId returns the PersonId field if non-nil, zero value otherwise.

GetPersonIdOk

func (o *AwardedParticipant) GetPersonIdOk() (*string, bool)

GetPersonIdOk returns a tuple with the PersonId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPersonId

func (o *AwardedParticipant) SetPersonId(v string)

SetPersonId sets PersonId field to given value.

HasPersonId

func (o *AwardedParticipant) HasPersonId() bool

HasPersonId returns a boolean if a field has been set.

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