Name | Type | Description | Notes |
---|---|---|---|
Found | float32 | Найдено результатов | |
Page | float32 | Номер страницы | |
Pages | float32 | Всего страниц | |
PerPage | float32 | Результатов на странице | |
Items | []VacanciesMatchListItem | Список вакансий, подходящих под резюме |
func NewVacanciesMatchListItems(found float32, page float32, pages float32, perPage float32, items []VacanciesMatchListItem, ) *VacanciesMatchListItems
NewVacanciesMatchListItems instantiates a new VacanciesMatchListItems 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 NewVacanciesMatchListItemsWithDefaults() *VacanciesMatchListItems
NewVacanciesMatchListItemsWithDefaults instantiates a new VacanciesMatchListItems 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 *VacanciesMatchListItems) GetFound() float32
GetFound returns the Found field if non-nil, zero value otherwise.
func (o *VacanciesMatchListItems) GetFoundOk() (*float32, bool)
GetFoundOk returns a tuple with the Found field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VacanciesMatchListItems) SetFound(v float32)
SetFound sets Found field to given value.
func (o *VacanciesMatchListItems) GetPage() float32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *VacanciesMatchListItems) GetPageOk() (*float32, bool)
GetPageOk returns a tuple with the Page field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VacanciesMatchListItems) SetPage(v float32)
SetPage sets Page field to given value.
func (o *VacanciesMatchListItems) GetPages() float32
GetPages returns the Pages field if non-nil, zero value otherwise.
func (o *VacanciesMatchListItems) GetPagesOk() (*float32, bool)
GetPagesOk returns a tuple with the Pages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VacanciesMatchListItems) SetPages(v float32)
SetPages sets Pages field to given value.
func (o *VacanciesMatchListItems) GetPerPage() float32
GetPerPage returns the PerPage field if non-nil, zero value otherwise.
func (o *VacanciesMatchListItems) GetPerPageOk() (*float32, bool)
GetPerPageOk returns a tuple with the PerPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VacanciesMatchListItems) SetPerPage(v float32)
SetPerPage sets PerPage field to given value.
func (o *VacanciesMatchListItems) GetItems() []VacanciesMatchListItem
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *VacanciesMatchListItems) GetItemsOk() (*[]VacanciesMatchListItem, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VacanciesMatchListItems) SetItems(v []VacanciesMatchListItem)
SetItems sets Items field to given value.