Name | Type | Description | Notes |
---|---|---|---|
AwardIds | Pointer to []string | [optional] | |
PersonIds | Pointer to []string | [optional] | |
ProjectIds | Pointer to []string | [optional] | |
OfficeIds | 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) GetPersonIds() []string
GetPersonIds returns the PersonIds field if non-nil, zero value otherwise.
func (o *AwardSearch) GetPersonIdsOk() (*[]string, bool)
GetPersonIdsOk returns a tuple with the PersonIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwardSearch) SetPersonIds(v []string)
SetPersonIds sets PersonIds field to given value.
func (o *AwardSearch) HasPersonIds() bool
HasPersonIds returns a boolean if a field has been set.
func (o *AwardSearch) GetProjectIds() []string
GetProjectIds returns the ProjectIds field if non-nil, zero value otherwise.
func (o *AwardSearch) GetProjectIdsOk() (*[]string, bool)
GetProjectIdsOk returns a tuple with the ProjectIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwardSearch) SetProjectIds(v []string)
SetProjectIds sets ProjectIds field to given value.
func (o *AwardSearch) HasProjectIds() bool
HasProjectIds returns a boolean if a field has been set.
func (o *AwardSearch) GetOfficeIds() []string
GetOfficeIds returns the OfficeIds field if non-nil, zero value otherwise.
func (o *AwardSearch) GetOfficeIdsOk() (*[]string, bool)
GetOfficeIdsOk returns a tuple with the OfficeIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AwardSearch) SetOfficeIds(v []string)
SetOfficeIds sets OfficeIds field to given value.
func (o *AwardSearch) HasOfficeIds() bool
HasOfficeIds returns a boolean if a field has been set.