Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.99 KB

MobileDevicePrestageNameV2.md

File metadata and controls

108 lines (59 loc) · 2.99 KB

MobileDevicePrestageNameV2

Properties

Name Type Description Notes
Id Pointer to string [optional]
DeviceName Pointer to string [optional]
Used Pointer to bool [optional]

Methods

NewMobileDevicePrestageNameV2

func NewMobileDevicePrestageNameV2() *MobileDevicePrestageNameV2

NewMobileDevicePrestageNameV2 instantiates a new MobileDevicePrestageNameV2 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

NewMobileDevicePrestageNameV2WithDefaults

func NewMobileDevicePrestageNameV2WithDefaults() *MobileDevicePrestageNameV2

NewMobileDevicePrestageNameV2WithDefaults instantiates a new MobileDevicePrestageNameV2 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

GetId

func (o *MobileDevicePrestageNameV2) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *MobileDevicePrestageNameV2) GetIdOk() (*string, bool)

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

SetId

func (o *MobileDevicePrestageNameV2) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *MobileDevicePrestageNameV2) HasId() bool

HasId returns a boolean if a field has been set.

GetDeviceName

func (o *MobileDevicePrestageNameV2) GetDeviceName() string

GetDeviceName returns the DeviceName field if non-nil, zero value otherwise.

GetDeviceNameOk

func (o *MobileDevicePrestageNameV2) GetDeviceNameOk() (*string, bool)

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

SetDeviceName

func (o *MobileDevicePrestageNameV2) SetDeviceName(v string)

SetDeviceName sets DeviceName field to given value.

HasDeviceName

func (o *MobileDevicePrestageNameV2) HasDeviceName() bool

HasDeviceName returns a boolean if a field has been set.

GetUsed

func (o *MobileDevicePrestageNameV2) GetUsed() bool

GetUsed returns the Used field if non-nil, zero value otherwise.

GetUsedOk

func (o *MobileDevicePrestageNameV2) GetUsedOk() (*bool, bool)

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

SetUsed

func (o *MobileDevicePrestageNameV2) SetUsed(v bool)

SetUsed sets Used field to given value.

HasUsed

func (o *MobileDevicePrestageNameV2) HasUsed() bool

HasUsed returns a boolean if a field has been set.

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