Name | Type | Description | Notes |
---|---|---|---|
Audit | Pointer to Audit | [optional] | |
Award | Pointer to Award | [optional] | |
Organization | Pointer to Organization | [optional] |
func NewAwardDetails() *AwardDetails
NewAwardDetails instantiates a new AwardDetails 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 NewAwardDetailsWithDefaults() *AwardDetails
NewAwardDetailsWithDefaults instantiates a new AwardDetails 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 *AwardDetails) GetAudit() Audit
GetAudit returns the Audit field if non-nil, zero value otherwise.
func (o *AwardDetails) GetAuditOk() (*Audit, bool)
GetAuditOk returns a tuple with the Audit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwardDetails) SetAudit(v Audit)
SetAudit sets Audit field to given value.
func (o *AwardDetails) HasAudit() bool
HasAudit returns a boolean if a field has been set.
func (o *AwardDetails) GetAward() Award
GetAward returns the Award field if non-nil, zero value otherwise.
func (o *AwardDetails) GetAwardOk() (*Award, bool)
GetAwardOk returns a tuple with the Award field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwardDetails) SetAward(v Award)
SetAward sets Award field to given value.
func (o *AwardDetails) HasAward() bool
HasAward returns a boolean if a field has been set.
func (o *AwardDetails) GetOrganization() Organization
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *AwardDetails) GetOrganizationOk() (*Organization, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwardDetails) SetOrganization(v Organization)
SetOrganization sets Organization field to given value.
func (o *AwardDetails) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.