Name | Type | Description | Notes |
---|---|---|---|
Platform | Pointer to string | [optional] | |
Ident | Pointer to string | [optional] | |
Image | Pointer to string | [optional] |
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
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
func (o *JsonMDNSocialUserObject) GetPlatform() string
GetPlatform returns the Platform field if non-nil, zero value otherwise.
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.
func (o *JsonMDNSocialUserObject) SetPlatform(v string)
SetPlatform sets Platform field to given value.
func (o *JsonMDNSocialUserObject) HasPlatform() bool
HasPlatform returns a boolean if a field has been set.
func (o *JsonMDNSocialUserObject) GetIdent() string
GetIdent returns the Ident field if non-nil, zero value otherwise.
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.
func (o *JsonMDNSocialUserObject) SetIdent(v string)
SetIdent sets Ident field to given value.
func (o *JsonMDNSocialUserObject) HasIdent() bool
HasIdent returns a boolean if a field has been set.
func (o *JsonMDNSocialUserObject) GetImage() string
GetImage returns the Image field if non-nil, zero value otherwise.
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.
func (o *JsonMDNSocialUserObject) SetImage(v string)
SetImage sets Image field to given value.
func (o *JsonMDNSocialUserObject) HasImage() bool
HasImage returns a boolean if a field has been set.