Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.84 KB

MobileDeviceUserProfile.md

File metadata and controls

212 lines (115 loc) · 5.84 KB

MobileDeviceUserProfile

Properties

Name Type Description Notes
DisplayName Pointer to string [optional]
Version Pointer to string [optional]
Uuid Pointer to string [optional]
Identifier Pointer to string [optional]
Removable Pointer to bool [optional]
LastInstalled Pointer to time.Time [optional]
Username Pointer to string [optional]

Methods

NewMobileDeviceUserProfile

func NewMobileDeviceUserProfile() *MobileDeviceUserProfile

NewMobileDeviceUserProfile instantiates a new MobileDeviceUserProfile 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

NewMobileDeviceUserProfileWithDefaults

func NewMobileDeviceUserProfileWithDefaults() *MobileDeviceUserProfile

NewMobileDeviceUserProfileWithDefaults instantiates a new MobileDeviceUserProfile 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

GetDisplayName

func (o *MobileDeviceUserProfile) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *MobileDeviceUserProfile) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *MobileDeviceUserProfile) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *MobileDeviceUserProfile) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetVersion

func (o *MobileDeviceUserProfile) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *MobileDeviceUserProfile) GetVersionOk() (*string, bool)

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

SetVersion

func (o *MobileDeviceUserProfile) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *MobileDeviceUserProfile) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetUuid

func (o *MobileDeviceUserProfile) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *MobileDeviceUserProfile) GetUuidOk() (*string, bool)

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

SetUuid

func (o *MobileDeviceUserProfile) SetUuid(v string)

SetUuid sets Uuid field to given value.

HasUuid

func (o *MobileDeviceUserProfile) HasUuid() bool

HasUuid returns a boolean if a field has been set.

GetIdentifier

func (o *MobileDeviceUserProfile) GetIdentifier() string

GetIdentifier returns the Identifier field if non-nil, zero value otherwise.

GetIdentifierOk

func (o *MobileDeviceUserProfile) GetIdentifierOk() (*string, bool)

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

SetIdentifier

func (o *MobileDeviceUserProfile) SetIdentifier(v string)

SetIdentifier sets Identifier field to given value.

HasIdentifier

func (o *MobileDeviceUserProfile) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

GetRemovable

func (o *MobileDeviceUserProfile) GetRemovable() bool

GetRemovable returns the Removable field if non-nil, zero value otherwise.

GetRemovableOk

func (o *MobileDeviceUserProfile) GetRemovableOk() (*bool, bool)

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

SetRemovable

func (o *MobileDeviceUserProfile) SetRemovable(v bool)

SetRemovable sets Removable field to given value.

HasRemovable

func (o *MobileDeviceUserProfile) HasRemovable() bool

HasRemovable returns a boolean if a field has been set.

GetLastInstalled

func (o *MobileDeviceUserProfile) GetLastInstalled() time.Time

GetLastInstalled returns the LastInstalled field if non-nil, zero value otherwise.

GetLastInstalledOk

func (o *MobileDeviceUserProfile) GetLastInstalledOk() (*time.Time, bool)

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

SetLastInstalled

func (o *MobileDeviceUserProfile) SetLastInstalled(v time.Time)

SetLastInstalled sets LastInstalled field to given value.

HasLastInstalled

func (o *MobileDeviceUserProfile) HasLastInstalled() bool

HasLastInstalled returns a boolean if a field has been set.

GetUsername

func (o *MobileDeviceUserProfile) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *MobileDeviceUserProfile) 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 *MobileDeviceUserProfile) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *MobileDeviceUserProfile) HasUsername() bool

HasUsername returns a boolean if a field has been set.

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