Name | Type | Description | Notes |
---|---|---|---|
Id | string | Идентификатор созданного объекта | |
IgnoredFields | Pointer to []string | Поля, которые не были сохранены при создании черновика, вследствие не верного заполнения | [optional] |
Name | string | Заголовок черновика | |
PublicationReady | bool | Готовность черновика к публикации | |
ValidationErrors | Pointer to []VacancyDraftDraftVacancyError | Поля, которые были сохранены при создании черновика, с соответствующими ошибками, которые необходимо поправить для успешной публикации вакансии на основе черновика | [optional] |
func NewVacancyDraftDraftResponseSchema(id string, name string, publicationReady bool, ) *VacancyDraftDraftResponseSchema
NewVacancyDraftDraftResponseSchema instantiates a new VacancyDraftDraftResponseSchema 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 NewVacancyDraftDraftResponseSchemaWithDefaults() *VacancyDraftDraftResponseSchema
NewVacancyDraftDraftResponseSchemaWithDefaults instantiates a new VacancyDraftDraftResponseSchema 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 *VacancyDraftDraftResponseSchema) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *VacancyDraftDraftResponseSchema) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VacancyDraftDraftResponseSchema) SetId(v string)
SetId sets Id field to given value.
func (o *VacancyDraftDraftResponseSchema) GetIgnoredFields() []string
GetIgnoredFields returns the IgnoredFields field if non-nil, zero value otherwise.
func (o *VacancyDraftDraftResponseSchema) GetIgnoredFieldsOk() (*[]string, bool)
GetIgnoredFieldsOk returns a tuple with the IgnoredFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VacancyDraftDraftResponseSchema) SetIgnoredFields(v []string)
SetIgnoredFields sets IgnoredFields field to given value.
func (o *VacancyDraftDraftResponseSchema) HasIgnoredFields() bool
HasIgnoredFields returns a boolean if a field has been set.
func (o *VacancyDraftDraftResponseSchema) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *VacancyDraftDraftResponseSchema) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VacancyDraftDraftResponseSchema) SetName(v string)
SetName sets Name field to given value.
func (o *VacancyDraftDraftResponseSchema) GetPublicationReady() bool
GetPublicationReady returns the PublicationReady field if non-nil, zero value otherwise.
func (o *VacancyDraftDraftResponseSchema) GetPublicationReadyOk() (*bool, bool)
GetPublicationReadyOk returns a tuple with the PublicationReady field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VacancyDraftDraftResponseSchema) SetPublicationReady(v bool)
SetPublicationReady sets PublicationReady field to given value.
func (o *VacancyDraftDraftResponseSchema) GetValidationErrors() []VacancyDraftDraftVacancyError
GetValidationErrors returns the ValidationErrors field if non-nil, zero value otherwise.
func (o *VacancyDraftDraftResponseSchema) GetValidationErrorsOk() (*[]VacancyDraftDraftVacancyError, bool)
GetValidationErrorsOk returns a tuple with the ValidationErrors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VacancyDraftDraftResponseSchema) SetValidationErrors(v []VacancyDraftDraftVacancyError)
SetValidationErrors sets ValidationErrors field to given value.
func (o *VacancyDraftDraftResponseSchema) HasValidationErrors() bool
HasValidationErrors returns a boolean if a field has been set.