Skip to content

Latest commit

 

History

History
166 lines (89 loc) · 4.94 KB

NegotiationsObjectsTopicResume.md

File metadata and controls

166 lines (89 loc) · 4.94 KB

NegotiationsObjectsTopicResume

Properties

Name Type Description Notes
AlternateUrl string URL резюме на сайте
Id string Идентификатор резюме
Title NullableString Желаемая должность
Url string Ссылка на получение элементов
CreatedAt string Дата и время создания резюме
UpdatedAt string Дата и время обновления резюме

Methods

NewNegotiationsObjectsTopicResume

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

NewNegotiationsObjectsTopicResumeWithDefaults

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

GetAlternateUrl

func (o *NegotiationsObjectsTopicResume) GetAlternateUrl() string

GetAlternateUrl returns the AlternateUrl field if non-nil, zero value otherwise.

GetAlternateUrlOk

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.

SetAlternateUrl

func (o *NegotiationsObjectsTopicResume) SetAlternateUrl(v string)

SetAlternateUrl sets AlternateUrl field to given value.

GetId

func (o *NegotiationsObjectsTopicResume) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *NegotiationsObjectsTopicResume) SetId(v string)

SetId sets Id field to given value.

GetTitle

func (o *NegotiationsObjectsTopicResume) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

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.

SetTitle

func (o *NegotiationsObjectsTopicResume) SetTitle(v string)

SetTitle sets Title field to given value.

SetTitleNil

func (o *NegotiationsObjectsTopicResume) SetTitleNil(b bool)

SetTitleNil sets the value for Title to be an explicit nil

UnsetTitle

func (o *NegotiationsObjectsTopicResume) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

GetUrl

func (o *NegotiationsObjectsTopicResume) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *NegotiationsObjectsTopicResume) SetUrl(v string)

SetUrl sets Url field to given value.

GetCreatedAt

func (o *NegotiationsObjectsTopicResume) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *NegotiationsObjectsTopicResume) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

GetUpdatedAt

func (o *NegotiationsObjectsTopicResume) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

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.

SetUpdatedAt

func (o *NegotiationsObjectsTopicResume) SetUpdatedAt(v string)

SetUpdatedAt sets UpdatedAt field to given value.

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