Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.23 KB

JsonMDNAUserObject.md

File metadata and controls

160 lines (87 loc) · 4.23 KB

JsonMDNAUserObject

Properties

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]

Methods

NewJsonMDNAUserObject

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

NewJsonMDNAUserObjectWithDefaults

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

GetImage

func (o *JsonMDNAUserObject) GetImage() string

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

GetImageOk

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.

SetImage

func (o *JsonMDNAUserObject) SetImage(v string)

SetImage sets Image field to given value.

HasImage

func (o *JsonMDNAUserObject) HasImage() bool

HasImage returns a boolean if a field has been set.

GetActivated

func (o *JsonMDNAUserObject) GetActivated() string

GetActivated returns the Activated field if non-nil, zero value otherwise.

GetActivatedOk

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.

SetActivated

func (o *JsonMDNAUserObject) SetActivated(v string)

SetActivated sets Activated field to given value.

HasActivated

func (o *JsonMDNAUserObject) HasActivated() bool

HasActivated returns a boolean if a field has been set.

GetUserName

func (o *JsonMDNAUserObject) GetUserName() string

GetUserName returns the UserName field if non-nil, zero value otherwise.

GetUserNameOk

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.

SetUserName

func (o *JsonMDNAUserObject) SetUserName(v string)

SetUserName sets UserName field to given value.

HasUserName

func (o *JsonMDNAUserObject) HasUserName() bool

HasUserName returns a boolean if a field has been set.

GetLastActive

func (o *JsonMDNAUserObject) GetLastActive() string

GetLastActive returns the LastActive field if non-nil, zero value otherwise.

GetLastActiveOk

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.

SetLastActive

func (o *JsonMDNAUserObject) SetLastActive(v string)

SetLastActive sets LastActive field to given value.

HasLastActive

func (o *JsonMDNAUserObject) HasLastActive() bool

HasLastActive returns a boolean if a field has been set.

GetCreated

func (o *JsonMDNAUserObject) GetCreated() string

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

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.

SetCreated

func (o *JsonMDNAUserObject) SetCreated(v string)

SetCreated sets Created field to given value.

HasCreated

func (o *JsonMDNAUserObject) HasCreated() bool

HasCreated returns a boolean if a field has been set.

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