Name | Type | Description | Notes |
---|---|---|---|
Image | Pointer to string | [optional] | |
Activated | Pointer to string | [optional] | |
UserName | Pointer to string | [optional] | |
LastActive | Pointer to string | [optional] | |
Created | Pointer to string | [optional] |
func NewJsonMDNAUserObject() *JsonMDNAUserObject
NewJsonMDNAUserObject instantiates a new JsonMDNAUserObject 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 NewJsonMDNAUserObjectWithDefaults() *JsonMDNAUserObject
NewJsonMDNAUserObjectWithDefaults instantiates a new JsonMDNAUserObject 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 *JsonMDNAUserObject) GetImage() string
GetImage returns the Image field if non-nil, zero value otherwise.
func (o *JsonMDNAUserObject) 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 *JsonMDNAUserObject) SetImage(v string)
SetImage sets Image field to given value.
func (o *JsonMDNAUserObject) HasImage() bool
HasImage returns a boolean if a field has been set.
func (o *JsonMDNAUserObject) GetActivated() string
GetActivated returns the Activated field if non-nil, zero value otherwise.
func (o *JsonMDNAUserObject) GetActivatedOk() (*string, bool)
GetActivatedOk returns a tuple with the Activated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JsonMDNAUserObject) SetActivated(v string)
SetActivated sets Activated field to given value.
func (o *JsonMDNAUserObject) HasActivated() bool
HasActivated returns a boolean if a field has been set.
func (o *JsonMDNAUserObject) GetUserName() string
GetUserName returns the UserName field if non-nil, zero value otherwise.
func (o *JsonMDNAUserObject) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JsonMDNAUserObject) SetUserName(v string)
SetUserName sets UserName field to given value.
func (o *JsonMDNAUserObject) HasUserName() bool
HasUserName returns a boolean if a field has been set.
func (o *JsonMDNAUserObject) GetLastActive() string
GetLastActive returns the LastActive field if non-nil, zero value otherwise.
func (o *JsonMDNAUserObject) GetLastActiveOk() (*string, bool)
GetLastActiveOk returns a tuple with the LastActive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JsonMDNAUserObject) SetLastActive(v string)
SetLastActive sets LastActive field to given value.
func (o *JsonMDNAUserObject) HasLastActive() bool
HasLastActive returns a boolean if a field has been set.
func (o *JsonMDNAUserObject) GetCreated() string
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *JsonMDNAUserObject) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JsonMDNAUserObject) SetCreated(v string)
SetCreated sets Created field to given value.
func (o *JsonMDNAUserObject) HasCreated() bool
HasCreated returns a boolean if a field has been set.