Name | Type | Description | Notes |
---|---|---|---|
AwardId | Pointer to string | [optional] | |
PersonId | Pointer to string | [optional] |
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
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
func (o *AwardedParticipant) GetAwardId() string
GetAwardId returns the AwardId field if non-nil, zero value otherwise.
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.
func (o *AwardedParticipant) SetAwardId(v string)
SetAwardId sets AwardId field to given value.
func (o *AwardedParticipant) HasAwardId() bool
HasAwardId returns a boolean if a field has been set.
func (o *AwardedParticipant) GetPersonId() string
GetPersonId returns the PersonId field if non-nil, zero value otherwise.
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.
func (o *AwardedParticipant) SetPersonId(v string)
SetPersonId sets PersonId field to given value.
func (o *AwardedParticipant) HasPersonId() bool
HasPersonId returns a boolean if a field has been set.