Skip to content

Latest commit

 

History

History
123 lines (68 loc) · 3.6 KB

File metadata and controls

123 lines (68 loc) · 3.6 KB

LinkedinAbout

Properties

Name Type Description Notes
Joined NullableString
ContactInformation NullableString
ProfilePhoto NullableString

Methods

NewLinkedinAbout

func NewLinkedinAbout(joined NullableString, contactInformation NullableString, profilePhoto NullableString, ) *LinkedinAbout

NewLinkedinAbout instantiates a new LinkedinAbout 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

NewLinkedinAboutWithDefaults

func NewLinkedinAboutWithDefaults() *LinkedinAbout

NewLinkedinAboutWithDefaults instantiates a new LinkedinAbout 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

GetJoined

func (o *LinkedinAbout) GetJoined() string

GetJoined returns the Joined field if non-nil, zero value otherwise.

GetJoinedOk

func (o *LinkedinAbout) GetJoinedOk() (*string, bool)

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

SetJoined

func (o *LinkedinAbout) SetJoined(v string)

SetJoined sets Joined field to given value.

SetJoinedNil

func (o *LinkedinAbout) SetJoinedNil(b bool)

SetJoinedNil sets the value for Joined to be an explicit nil

UnsetJoined

func (o *LinkedinAbout) UnsetJoined()

UnsetJoined ensures that no value is present for Joined, not even an explicit nil

GetContactInformation

func (o *LinkedinAbout) GetContactInformation() string

GetContactInformation returns the ContactInformation field if non-nil, zero value otherwise.

GetContactInformationOk

func (o *LinkedinAbout) GetContactInformationOk() (*string, bool)

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

SetContactInformation

func (o *LinkedinAbout) SetContactInformation(v string)

SetContactInformation sets ContactInformation field to given value.

SetContactInformationNil

func (o *LinkedinAbout) SetContactInformationNil(b bool)

SetContactInformationNil sets the value for ContactInformation to be an explicit nil

UnsetContactInformation

func (o *LinkedinAbout) UnsetContactInformation()

UnsetContactInformation ensures that no value is present for ContactInformation, not even an explicit nil

GetProfilePhoto

func (o *LinkedinAbout) GetProfilePhoto() string

GetProfilePhoto returns the ProfilePhoto field if non-nil, zero value otherwise.

GetProfilePhotoOk

func (o *LinkedinAbout) GetProfilePhotoOk() (*string, bool)

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

SetProfilePhoto

func (o *LinkedinAbout) SetProfilePhoto(v string)

SetProfilePhoto sets ProfilePhoto field to given value.

SetProfilePhotoNil

func (o *LinkedinAbout) SetProfilePhotoNil(b bool)

SetProfilePhotoNil sets the value for ProfilePhoto to be an explicit nil

UnsetProfilePhoto

func (o *LinkedinAbout) UnsetProfilePhoto()

UnsetProfilePhoto ensures that no value is present for ProfilePhoto, not even an explicit nil

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