| Name | Type | Description | Notes |
|---|---|---|---|
| Joined | NullableString | ||
| ContactInformation | NullableString | ||
| ProfilePhoto | NullableString |
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
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
func (o *LinkedinAbout) GetJoined() string
GetJoined returns the Joined field if non-nil, zero value otherwise.
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.
func (o *LinkedinAbout) SetJoined(v string)
SetJoined sets Joined field to given value.
func (o *LinkedinAbout) SetJoinedNil(b bool)
SetJoinedNil sets the value for Joined to be an explicit nil
func (o *LinkedinAbout) UnsetJoined()
UnsetJoined ensures that no value is present for Joined, not even an explicit nil
func (o *LinkedinAbout) GetContactInformation() string
GetContactInformation returns the ContactInformation field if non-nil, zero value otherwise.
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.
func (o *LinkedinAbout) SetContactInformation(v string)
SetContactInformation sets ContactInformation field to given value.
func (o *LinkedinAbout) SetContactInformationNil(b bool)
SetContactInformationNil sets the value for ContactInformation to be an explicit nil
func (o *LinkedinAbout) UnsetContactInformation()
UnsetContactInformation ensures that no value is present for ContactInformation, not even an explicit nil
func (o *LinkedinAbout) GetProfilePhoto() string
GetProfilePhoto returns the ProfilePhoto field if non-nil, zero value otherwise.
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.
func (o *LinkedinAbout) SetProfilePhoto(v string)
SetProfilePhoto sets ProfilePhoto field to given value.
func (o *LinkedinAbout) SetProfilePhotoNil(b bool)
SetProfilePhotoNil sets the value for ProfilePhoto to be an explicit nil
func (o *LinkedinAbout) UnsetProfilePhoto()
UnsetProfilePhoto ensures that no value is present for ProfilePhoto, not even an explicit nil