Skip to content

Latest commit

 

History

History
197 lines (106 loc) · 5.69 KB

File metadata and controls

197 lines (106 loc) · 5.69 KB

LinkedinRecommendationRecommender

Properties

Name Type Description Notes
Urn NullableString
Username NullableString
DisplayName string
Headline string
AvatarUrl string
Url string
IsPremium bool

Methods

NewLinkedinRecommendationRecommender

func NewLinkedinRecommendationRecommender(urn NullableString, username NullableString, displayName string, headline string, avatarUrl string, url string, isPremium bool, ) *LinkedinRecommendationRecommender

NewLinkedinRecommendationRecommender instantiates a new LinkedinRecommendationRecommender 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

NewLinkedinRecommendationRecommenderWithDefaults

func NewLinkedinRecommendationRecommenderWithDefaults() *LinkedinRecommendationRecommender

NewLinkedinRecommendationRecommenderWithDefaults instantiates a new LinkedinRecommendationRecommender 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

GetUrn

func (o *LinkedinRecommendationRecommender) GetUrn() string

GetUrn returns the Urn field if non-nil, zero value otherwise.

GetUrnOk

func (o *LinkedinRecommendationRecommender) GetUrnOk() (*string, bool)

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

SetUrn

func (o *LinkedinRecommendationRecommender) SetUrn(v string)

SetUrn sets Urn field to given value.

SetUrnNil

func (o *LinkedinRecommendationRecommender) SetUrnNil(b bool)

SetUrnNil sets the value for Urn to be an explicit nil

UnsetUrn

func (o *LinkedinRecommendationRecommender) UnsetUrn()

UnsetUrn ensures that no value is present for Urn, not even an explicit nil

GetUsername

func (o *LinkedinRecommendationRecommender) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *LinkedinRecommendationRecommender) GetUsernameOk() (*string, bool)

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

SetUsername

func (o *LinkedinRecommendationRecommender) SetUsername(v string)

SetUsername sets Username field to given value.

SetUsernameNil

func (o *LinkedinRecommendationRecommender) SetUsernameNil(b bool)

SetUsernameNil sets the value for Username to be an explicit nil

UnsetUsername

func (o *LinkedinRecommendationRecommender) UnsetUsername()

UnsetUsername ensures that no value is present for Username, not even an explicit nil

GetDisplayName

func (o *LinkedinRecommendationRecommender) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *LinkedinRecommendationRecommender) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *LinkedinRecommendationRecommender) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

GetHeadline

func (o *LinkedinRecommendationRecommender) GetHeadline() string

GetHeadline returns the Headline field if non-nil, zero value otherwise.

GetHeadlineOk

func (o *LinkedinRecommendationRecommender) GetHeadlineOk() (*string, bool)

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

SetHeadline

func (o *LinkedinRecommendationRecommender) SetHeadline(v string)

SetHeadline sets Headline field to given value.

GetAvatarUrl

func (o *LinkedinRecommendationRecommender) GetAvatarUrl() string

GetAvatarUrl returns the AvatarUrl field if non-nil, zero value otherwise.

GetAvatarUrlOk

func (o *LinkedinRecommendationRecommender) GetAvatarUrlOk() (*string, bool)

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

SetAvatarUrl

func (o *LinkedinRecommendationRecommender) SetAvatarUrl(v string)

SetAvatarUrl sets AvatarUrl field to given value.

GetUrl

func (o *LinkedinRecommendationRecommender) GetUrl() string

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

GetUrlOk

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

SetUrl sets Url field to given value.

GetIsPremium

func (o *LinkedinRecommendationRecommender) GetIsPremium() bool

GetIsPremium returns the IsPremium field if non-nil, zero value otherwise.

GetIsPremiumOk

func (o *LinkedinRecommendationRecommender) GetIsPremiumOk() (*bool, bool)

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

SetIsPremium

func (o *LinkedinRecommendationRecommender) SetIsPremium(v bool)

SetIsPremium sets IsPremium field to given value.

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