Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.32 KB

SocialLinkRepresentation.md

File metadata and controls

108 lines (59 loc) · 3.32 KB

SocialLinkRepresentation

Properties

Name Type Description Notes
SocialProvider Pointer to string [optional]
SocialUserId Pointer to string [optional]
SocialUsername Pointer to string [optional]

Methods

NewSocialLinkRepresentation

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

NewSocialLinkRepresentationWithDefaults

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

GetSocialProvider

func (o *SocialLinkRepresentation) GetSocialProvider() string

GetSocialProvider returns the SocialProvider field if non-nil, zero value otherwise.

GetSocialProviderOk

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.

SetSocialProvider

func (o *SocialLinkRepresentation) SetSocialProvider(v string)

SetSocialProvider sets SocialProvider field to given value.

HasSocialProvider

func (o *SocialLinkRepresentation) HasSocialProvider() bool

HasSocialProvider returns a boolean if a field has been set.

GetSocialUserId

func (o *SocialLinkRepresentation) GetSocialUserId() string

GetSocialUserId returns the SocialUserId field if non-nil, zero value otherwise.

GetSocialUserIdOk

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.

SetSocialUserId

func (o *SocialLinkRepresentation) SetSocialUserId(v string)

SetSocialUserId sets SocialUserId field to given value.

HasSocialUserId

func (o *SocialLinkRepresentation) HasSocialUserId() bool

HasSocialUserId returns a boolean if a field has been set.

GetSocialUsername

func (o *SocialLinkRepresentation) GetSocialUsername() string

GetSocialUsername returns the SocialUsername field if non-nil, zero value otherwise.

GetSocialUsernameOk

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.

SetSocialUsername

func (o *SocialLinkRepresentation) SetSocialUsername(v string)

SetSocialUsername sets SocialUsername field to given value.

HasSocialUsername

func (o *SocialLinkRepresentation) HasSocialUsername() bool

HasSocialUsername returns a boolean if a field has been set.

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