| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | ||
| Title | string | ||
| JobUrl | string | ||
| ListedAt | NullableString | ||
| IsPromoted | bool | ||
| IsEasyApply | bool | ||
| Location | string | ||
| Company | LinkedinJobListingCompany |
func NewLinkedinJobListing(id string, title string, jobUrl string, listedAt NullableString, isPromoted bool, isEasyApply bool, location string, company LinkedinJobListingCompany, ) *LinkedinJobListing
NewLinkedinJobListing instantiates a new LinkedinJobListing 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 NewLinkedinJobListingWithDefaults() *LinkedinJobListing
NewLinkedinJobListingWithDefaults instantiates a new LinkedinJobListing 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 *LinkedinJobListing) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *LinkedinJobListing) 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 *LinkedinJobListing) SetId(v string)
SetId sets Id field to given value.
func (o *LinkedinJobListing) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *LinkedinJobListing) 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 *LinkedinJobListing) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *LinkedinJobListing) GetJobUrl() string
GetJobUrl returns the JobUrl field if non-nil, zero value otherwise.
func (o *LinkedinJobListing) GetJobUrlOk() (*string, bool)
GetJobUrlOk returns a tuple with the JobUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinJobListing) SetJobUrl(v string)
SetJobUrl sets JobUrl field to given value.
func (o *LinkedinJobListing) GetListedAt() string
GetListedAt returns the ListedAt field if non-nil, zero value otherwise.
func (o *LinkedinJobListing) GetListedAtOk() (*string, bool)
GetListedAtOk returns a tuple with the ListedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinJobListing) SetListedAt(v string)
SetListedAt sets ListedAt field to given value.
func (o *LinkedinJobListing) SetListedAtNil(b bool)
SetListedAtNil sets the value for ListedAt to be an explicit nil
func (o *LinkedinJobListing) UnsetListedAt()
UnsetListedAt ensures that no value is present for ListedAt, not even an explicit nil
func (o *LinkedinJobListing) GetIsPromoted() bool
GetIsPromoted returns the IsPromoted field if non-nil, zero value otherwise.
func (o *LinkedinJobListing) GetIsPromotedOk() (*bool, bool)
GetIsPromotedOk returns a tuple with the IsPromoted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinJobListing) SetIsPromoted(v bool)
SetIsPromoted sets IsPromoted field to given value.
func (o *LinkedinJobListing) GetIsEasyApply() bool
GetIsEasyApply returns the IsEasyApply field if non-nil, zero value otherwise.
func (o *LinkedinJobListing) GetIsEasyApplyOk() (*bool, bool)
GetIsEasyApplyOk returns a tuple with the IsEasyApply field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinJobListing) SetIsEasyApply(v bool)
SetIsEasyApply sets IsEasyApply field to given value.
func (o *LinkedinJobListing) GetLocation() string
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *LinkedinJobListing) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinJobListing) SetLocation(v string)
SetLocation sets Location field to given value.
func (o *LinkedinJobListing) GetCompany() LinkedinJobListingCompany
GetCompany returns the Company field if non-nil, zero value otherwise.
func (o *LinkedinJobListing) GetCompanyOk() (*LinkedinJobListingCompany, bool)
GetCompanyOk returns a tuple with the Company field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinJobListing) SetCompany(v LinkedinJobListingCompany)
SetCompany sets Company field to given value.