Name | Type | Description | Notes |
---|---|---|---|
EmployerState | Pointer to string | Работодательский статус, соответствующий данному шаблону; может отсутствовать если шаблон не связан с каким-либо статусом | [optional] |
TemplateModified | bool | Был ли изменен шаблон работодателем или же используется стандартный шаблон с текстом от Хэдхантер | |
Text | string | Текст шаблона |
func NewNegotiationsNegotiationMessageTemplate(templateModified bool, text string, ) *NegotiationsNegotiationMessageTemplate
NewNegotiationsNegotiationMessageTemplate instantiates a new NegotiationsNegotiationMessageTemplate 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 NewNegotiationsNegotiationMessageTemplateWithDefaults() *NegotiationsNegotiationMessageTemplate
NewNegotiationsNegotiationMessageTemplateWithDefaults instantiates a new NegotiationsNegotiationMessageTemplate 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 *NegotiationsNegotiationMessageTemplate) GetEmployerState() string
GetEmployerState returns the EmployerState field if non-nil, zero value otherwise.
func (o *NegotiationsNegotiationMessageTemplate) GetEmployerStateOk() (*string, bool)
GetEmployerStateOk returns a tuple with the EmployerState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NegotiationsNegotiationMessageTemplate) SetEmployerState(v string)
SetEmployerState sets EmployerState field to given value.
func (o *NegotiationsNegotiationMessageTemplate) HasEmployerState() bool
HasEmployerState returns a boolean if a field has been set.
func (o *NegotiationsNegotiationMessageTemplate) GetTemplateModified() bool
GetTemplateModified returns the TemplateModified field if non-nil, zero value otherwise.
func (o *NegotiationsNegotiationMessageTemplate) GetTemplateModifiedOk() (*bool, bool)
GetTemplateModifiedOk returns a tuple with the TemplateModified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NegotiationsNegotiationMessageTemplate) SetTemplateModified(v bool)
SetTemplateModified sets TemplateModified field to given value.
func (o *NegotiationsNegotiationMessageTemplate) GetText() string
GetText returns the Text field if non-nil, zero value otherwise.
func (o *NegotiationsNegotiationMessageTemplate) GetTextOk() (*string, bool)
GetTextOk returns a tuple with the Text field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NegotiationsNegotiationMessageTemplate) SetText(v string)
SetText sets Text field to given value.