Name | Type | Description | Notes |
---|---|---|---|
AlternateUrl | string | Ссылка на описание работодателя на сайте | |
Id | string | Идентификатор работодателя | |
LogoUrls | IncludesLogoUrls90 | ||
Name | string | Название работодателя | |
Url | string | Ссылка на детальное описание работодателя | |
Selected | bool | Присутствует ли работодатель в списке видимости резюме |
func NewResumesResumeVisibilityListSearchPropertiesItemsInner(alternateUrl string, id string, logoUrls IncludesLogoUrls90, name string, url string, selected bool, ) *ResumesResumeVisibilityListSearchPropertiesItemsInner
NewResumesResumeVisibilityListSearchPropertiesItemsInner instantiates a new ResumesResumeVisibilityListSearchPropertiesItemsInner 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 NewResumesResumeVisibilityListSearchPropertiesItemsInnerWithDefaults() *ResumesResumeVisibilityListSearchPropertiesItemsInner
NewResumesResumeVisibilityListSearchPropertiesItemsInnerWithDefaults instantiates a new ResumesResumeVisibilityListSearchPropertiesItemsInner 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 *ResumesResumeVisibilityListSearchPropertiesItemsInner) GetAlternateUrl() string
GetAlternateUrl returns the AlternateUrl field if non-nil, zero value otherwise.
func (o *ResumesResumeVisibilityListSearchPropertiesItemsInner) 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 *ResumesResumeVisibilityListSearchPropertiesItemsInner) SetAlternateUrl(v string)
SetAlternateUrl sets AlternateUrl field to given value.
func (o *ResumesResumeVisibilityListSearchPropertiesItemsInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResumesResumeVisibilityListSearchPropertiesItemsInner) 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 *ResumesResumeVisibilityListSearchPropertiesItemsInner) SetId(v string)
SetId sets Id field to given value.
func (o *ResumesResumeVisibilityListSearchPropertiesItemsInner) GetLogoUrls() IncludesLogoUrls90
GetLogoUrls returns the LogoUrls field if non-nil, zero value otherwise.
func (o *ResumesResumeVisibilityListSearchPropertiesItemsInner) 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.
func (o *ResumesResumeVisibilityListSearchPropertiesItemsInner) SetLogoUrls(v IncludesLogoUrls90)
SetLogoUrls sets LogoUrls field to given value.
func (o *ResumesResumeVisibilityListSearchPropertiesItemsInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ResumesResumeVisibilityListSearchPropertiesItemsInner) 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 *ResumesResumeVisibilityListSearchPropertiesItemsInner) SetName(v string)
SetName sets Name field to given value.
func (o *ResumesResumeVisibilityListSearchPropertiesItemsInner) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *ResumesResumeVisibilityListSearchPropertiesItemsInner) 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 *ResumesResumeVisibilityListSearchPropertiesItemsInner) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ResumesResumeVisibilityListSearchPropertiesItemsInner) GetSelected() bool
GetSelected returns the Selected field if non-nil, zero value otherwise.
func (o *ResumesResumeVisibilityListSearchPropertiesItemsInner) GetSelectedOk() (*bool, bool)
GetSelectedOk returns a tuple with the Selected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResumesResumeVisibilityListSearchPropertiesItemsInner) SetSelected(v bool)
SetSelected sets Selected field to given value.