Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.5 KB

AwardSearch.md

File metadata and controls

134 lines (73 loc) · 3.5 KB

AwardSearch

Properties

Name Type Description Notes
AwardIds Pointer to []string [optional]
PersonIds Pointer to []string [optional]
ProjectIds Pointer to []string [optional]
OfficeIds Pointer to []string [optional]

Methods

NewAwardSearch

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

NewAwardSearchWithDefaults

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

GetAwardIds

func (o *AwardSearch) GetAwardIds() []string

GetAwardIds returns the AwardIds field if non-nil, zero value otherwise.

GetAwardIdsOk

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.

SetAwardIds

func (o *AwardSearch) SetAwardIds(v []string)

SetAwardIds sets AwardIds field to given value.

HasAwardIds

func (o *AwardSearch) HasAwardIds() bool

HasAwardIds returns a boolean if a field has been set.

GetPersonIds

func (o *AwardSearch) GetPersonIds() []string

GetPersonIds returns the PersonIds field if non-nil, zero value otherwise.

GetPersonIdsOk

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.

SetPersonIds

func (o *AwardSearch) SetPersonIds(v []string)

SetPersonIds sets PersonIds field to given value.

HasPersonIds

func (o *AwardSearch) HasPersonIds() bool

HasPersonIds returns a boolean if a field has been set.

GetProjectIds

func (o *AwardSearch) GetProjectIds() []string

GetProjectIds returns the ProjectIds field if non-nil, zero value otherwise.

GetProjectIdsOk

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.

SetProjectIds

func (o *AwardSearch) SetProjectIds(v []string)

SetProjectIds sets ProjectIds field to given value.

HasProjectIds

func (o *AwardSearch) HasProjectIds() bool

HasProjectIds returns a boolean if a field has been set.

GetOfficeIds

func (o *AwardSearch) GetOfficeIds() []string

GetOfficeIds returns the OfficeIds field if non-nil, zero value otherwise.

GetOfficeIdsOk

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.

SetOfficeIds

func (o *AwardSearch) SetOfficeIds(v []string)

SetOfficeIds sets OfficeIds field to given value.

HasOfficeIds

func (o *AwardSearch) HasOfficeIds() bool

HasOfficeIds returns a boolean if a field has been set.

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