Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.96 KB

JsonMDNSocialUserObject.md

File metadata and controls

108 lines (59 loc) · 2.96 KB

JsonMDNSocialUserObject

Properties

Name Type Description Notes
Platform Pointer to string [optional]
Ident Pointer to string [optional]
Image Pointer to string [optional]

Methods

NewJsonMDNSocialUserObject

func NewJsonMDNSocialUserObject() *JsonMDNSocialUserObject

NewJsonMDNSocialUserObject instantiates a new JsonMDNSocialUserObject 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

NewJsonMDNSocialUserObjectWithDefaults

func NewJsonMDNSocialUserObjectWithDefaults() *JsonMDNSocialUserObject

NewJsonMDNSocialUserObjectWithDefaults instantiates a new JsonMDNSocialUserObject 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

GetPlatform

func (o *JsonMDNSocialUserObject) GetPlatform() string

GetPlatform returns the Platform field if non-nil, zero value otherwise.

GetPlatformOk

func (o *JsonMDNSocialUserObject) GetPlatformOk() (*string, bool)

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

SetPlatform

func (o *JsonMDNSocialUserObject) SetPlatform(v string)

SetPlatform sets Platform field to given value.

HasPlatform

func (o *JsonMDNSocialUserObject) HasPlatform() bool

HasPlatform returns a boolean if a field has been set.

GetIdent

func (o *JsonMDNSocialUserObject) GetIdent() string

GetIdent returns the Ident field if non-nil, zero value otherwise.

GetIdentOk

func (o *JsonMDNSocialUserObject) GetIdentOk() (*string, bool)

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

SetIdent

func (o *JsonMDNSocialUserObject) SetIdent(v string)

SetIdent sets Ident field to given value.

HasIdent

func (o *JsonMDNSocialUserObject) HasIdent() bool

HasIdent returns a boolean if a field has been set.

GetImage

func (o *JsonMDNSocialUserObject) GetImage() string

GetImage returns the Image field if non-nil, zero value otherwise.

GetImageOk

func (o *JsonMDNSocialUserObject) GetImageOk() (*string, bool)

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

SetImage

func (o *JsonMDNSocialUserObject) SetImage(v string)

SetImage sets Image field to given value.

HasImage

func (o *JsonMDNSocialUserObject) HasImage() bool

HasImage returns a boolean if a field has been set.

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