Name | Type | Description | Notes |
---|---|---|---|
SocialProvider | Pointer to string | [optional] | |
SocialUserId | Pointer to string | [optional] | |
SocialUsername | Pointer to string | [optional] |
func NewSocialLinkRepresentation() *SocialLinkRepresentation
NewSocialLinkRepresentation instantiates a new SocialLinkRepresentation 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 NewSocialLinkRepresentationWithDefaults() *SocialLinkRepresentation
NewSocialLinkRepresentationWithDefaults instantiates a new SocialLinkRepresentation 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 *SocialLinkRepresentation) GetSocialProvider() string
GetSocialProvider returns the SocialProvider field if non-nil, zero value otherwise.
func (o *SocialLinkRepresentation) GetSocialProviderOk() (*string, bool)
GetSocialProviderOk returns a tuple with the SocialProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SocialLinkRepresentation) SetSocialProvider(v string)
SetSocialProvider sets SocialProvider field to given value.
func (o *SocialLinkRepresentation) HasSocialProvider() bool
HasSocialProvider returns a boolean if a field has been set.
func (o *SocialLinkRepresentation) GetSocialUserId() string
GetSocialUserId returns the SocialUserId field if non-nil, zero value otherwise.
func (o *SocialLinkRepresentation) GetSocialUserIdOk() (*string, bool)
GetSocialUserIdOk returns a tuple with the SocialUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SocialLinkRepresentation) SetSocialUserId(v string)
SetSocialUserId sets SocialUserId field to given value.
func (o *SocialLinkRepresentation) HasSocialUserId() bool
HasSocialUserId returns a boolean if a field has been set.
func (o *SocialLinkRepresentation) GetSocialUsername() string
GetSocialUsername returns the SocialUsername field if non-nil, zero value otherwise.
func (o *SocialLinkRepresentation) GetSocialUsernameOk() (*string, bool)
GetSocialUsernameOk returns a tuple with the SocialUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SocialLinkRepresentation) SetSocialUsername(v string)
SetSocialUsername sets SocialUsername field to given value.
func (o *SocialLinkRepresentation) HasSocialUsername() bool
HasSocialUsername returns a boolean if a field has been set.