Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.28 KB

AwardSearch.md

File metadata and controls

82 lines (45 loc) · 2.28 KB

AwardSearch

Properties

Name Type Description Notes
AwardIds Pointer to []string [optional]
OrganizationIds 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.

GetOrganizationIds

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

GetOrganizationIds returns the OrganizationIds field if non-nil, zero value otherwise.

GetOrganizationIdsOk

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.

SetOrganizationIds

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

SetOrganizationIds sets OrganizationIds field to given value.

HasOrganizationIds

func (o *AwardSearch) HasOrganizationIds() bool

HasOrganizationIds returns a boolean if a field has been set.

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