Name | Type | Description | Notes |
---|---|---|---|
AlternateUrl | string | URL резюме на сайте | |
Id | string | Идентификатор резюме | |
Title | NullableString | Желаемая должность | |
Url | string | Ссылка на получение элементов | |
CreatedAt | string | Дата и время создания резюме | |
UpdatedAt | string | Дата и время обновления резюме |
func NewNegotiationsObjectsTopicResume(alternateUrl string, id string, title NullableString, url string, createdAt string, updatedAt string, ) *NegotiationsObjectsTopicResume
NewNegotiationsObjectsTopicResume instantiates a new NegotiationsObjectsTopicResume 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 NewNegotiationsObjectsTopicResumeWithDefaults() *NegotiationsObjectsTopicResume
NewNegotiationsObjectsTopicResumeWithDefaults instantiates a new NegotiationsObjectsTopicResume 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 *NegotiationsObjectsTopicResume) GetAlternateUrl() string
GetAlternateUrl returns the AlternateUrl field if non-nil, zero value otherwise.
func (o *NegotiationsObjectsTopicResume) GetAlternateUrlOk() (*string, bool)
GetAlternateUrlOk returns a tuple with the AlternateUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NegotiationsObjectsTopicResume) SetAlternateUrl(v string)
SetAlternateUrl sets AlternateUrl field to given value.
func (o *NegotiationsObjectsTopicResume) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *NegotiationsObjectsTopicResume) 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 *NegotiationsObjectsTopicResume) SetId(v string)
SetId sets Id field to given value.
func (o *NegotiationsObjectsTopicResume) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *NegotiationsObjectsTopicResume) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NegotiationsObjectsTopicResume) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *NegotiationsObjectsTopicResume) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *NegotiationsObjectsTopicResume) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *NegotiationsObjectsTopicResume) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *NegotiationsObjectsTopicResume) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NegotiationsObjectsTopicResume) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *NegotiationsObjectsTopicResume) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *NegotiationsObjectsTopicResume) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NegotiationsObjectsTopicResume) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *NegotiationsObjectsTopicResume) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *NegotiationsObjectsTopicResume) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NegotiationsObjectsTopicResume) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.