Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 4.2 KB

ResumesGetResumeVisibilityListItem.md

File metadata and controls

135 lines (72 loc) · 4.2 KB

ResumesGetResumeVisibilityListItem

Properties

Name Type Description Notes
AlternateUrl string Ссылка на описание работодателя на сайте
Id string Идентификатор работодателя
LogoUrls IncludesLogoUrls90
Name string Название работодателя
Url string Ссылка на детальное описание работодателя

Methods

NewResumesGetResumeVisibilityListItem

func NewResumesGetResumeVisibilityListItem(alternateUrl string, id string, logoUrls IncludesLogoUrls90, name string, url string, ) *ResumesGetResumeVisibilityListItem

NewResumesGetResumeVisibilityListItem instantiates a new ResumesGetResumeVisibilityListItem 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

NewResumesGetResumeVisibilityListItemWithDefaults

func NewResumesGetResumeVisibilityListItemWithDefaults() *ResumesGetResumeVisibilityListItem

NewResumesGetResumeVisibilityListItemWithDefaults instantiates a new ResumesGetResumeVisibilityListItem 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 *ResumesGetResumeVisibilityListItem) GetAlternateUrl() string

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

GetAlternateUrlOk

func (o *ResumesGetResumeVisibilityListItem) 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 *ResumesGetResumeVisibilityListItem) SetAlternateUrl(v string)

SetAlternateUrl sets AlternateUrl field to given value.

GetId

func (o *ResumesGetResumeVisibilityListItem) GetId() string

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

GetIdOk

func (o *ResumesGetResumeVisibilityListItem) 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 *ResumesGetResumeVisibilityListItem) SetId(v string)

SetId sets Id field to given value.

GetLogoUrls

func (o *ResumesGetResumeVisibilityListItem) GetLogoUrls() IncludesLogoUrls90

GetLogoUrls returns the LogoUrls field if non-nil, zero value otherwise.

GetLogoUrlsOk

func (o *ResumesGetResumeVisibilityListItem) GetLogoUrlsOk() (*IncludesLogoUrls90, bool)

GetLogoUrlsOk returns a tuple with the LogoUrls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLogoUrls

func (o *ResumesGetResumeVisibilityListItem) SetLogoUrls(v IncludesLogoUrls90)

SetLogoUrls sets LogoUrls field to given value.

GetName

func (o *ResumesGetResumeVisibilityListItem) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ResumesGetResumeVisibilityListItem) 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.

SetName

func (o *ResumesGetResumeVisibilityListItem) SetName(v string)

SetName sets Name field to given value.

GetUrl

func (o *ResumesGetResumeVisibilityListItem) GetUrl() string

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

GetUrlOk

func (o *ResumesGetResumeVisibilityListItem) 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 *ResumesGetResumeVisibilityListItem) SetUrl(v string)

SetUrl sets Url field to given value.

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