| Name | Type | Description | Notes |
|---|---|---|---|
| Urn | NullableString | ||
| Username | NullableString | ||
| DisplayName | string | ||
| Headline | string | ||
| AvatarUrl | string | ||
| Url | string | ||
| IsPremium | bool |
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
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
func (o *LinkedinRecommendationRecommender) GetUrn() string
GetUrn returns the Urn field if non-nil, zero value otherwise.
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.
func (o *LinkedinRecommendationRecommender) SetUrn(v string)
SetUrn sets Urn field to given value.
func (o *LinkedinRecommendationRecommender) SetUrnNil(b bool)
SetUrnNil sets the value for Urn to be an explicit nil
func (o *LinkedinRecommendationRecommender) UnsetUrn()
UnsetUrn ensures that no value is present for Urn, not even an explicit nil
func (o *LinkedinRecommendationRecommender) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
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.
func (o *LinkedinRecommendationRecommender) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *LinkedinRecommendationRecommender) SetUsernameNil(b bool)
SetUsernameNil sets the value for Username to be an explicit nil
func (o *LinkedinRecommendationRecommender) UnsetUsername()
UnsetUsername ensures that no value is present for Username, not even an explicit nil
func (o *LinkedinRecommendationRecommender) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
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.
func (o *LinkedinRecommendationRecommender) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *LinkedinRecommendationRecommender) GetHeadline() string
GetHeadline returns the Headline field if non-nil, zero value otherwise.
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.
func (o *LinkedinRecommendationRecommender) SetHeadline(v string)
SetHeadline sets Headline field to given value.
func (o *LinkedinRecommendationRecommender) GetAvatarUrl() string
GetAvatarUrl returns the AvatarUrl field if non-nil, zero value otherwise.
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.
func (o *LinkedinRecommendationRecommender) SetAvatarUrl(v string)
SetAvatarUrl sets AvatarUrl field to given value.
func (o *LinkedinRecommendationRecommender) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *LinkedinRecommendationRecommender) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *LinkedinRecommendationRecommender) GetIsPremium() bool
GetIsPremium returns the IsPremium field if non-nil, zero value otherwise.
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.
func (o *LinkedinRecommendationRecommender) SetIsPremium(v bool)
SetIsPremium sets IsPremium field to given value.