Name | Type | Description | Notes |
---|---|---|---|
AwardIds | Pointer to []string | [optional] | |
OrganizationIds | Pointer to []string | [optional] |
func NewAwardSearch() *AwardSearch
NewAwardSearch instantiates a new AwardSearch 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 NewAwardSearchWithDefaults() *AwardSearch
NewAwardSearchWithDefaults instantiates a new AwardSearch 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 *AwardSearch) GetAwardIds() []string
GetAwardIds returns the AwardIds field if non-nil, zero value otherwise.
func (o *AwardSearch) GetAwardIdsOk() (*[]string, bool)
GetAwardIdsOk returns a tuple with the AwardIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwardSearch) SetAwardIds(v []string)
SetAwardIds sets AwardIds field to given value.
func (o *AwardSearch) HasAwardIds() bool
HasAwardIds returns a boolean if a field has been set.
func (o *AwardSearch) GetOrganizationIds() []string
GetOrganizationIds returns the OrganizationIds field if non-nil, zero value otherwise.
func (o *AwardSearch) GetOrganizationIdsOk() (*[]string, bool)
GetOrganizationIdsOk returns a tuple with the OrganizationIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwardSearch) SetOrganizationIds(v []string)
SetOrganizationIds sets OrganizationIds field to given value.
func (o *AwardSearch) HasOrganizationIds() bool
HasOrganizationIds returns a boolean if a field has been set.