Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.97 KB

MobileDevicePrestageName.md

File metadata and controls

108 lines (59 loc) · 2.97 KB

MobileDevicePrestageName

Properties

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

Methods

NewMobileDevicePrestageName

func NewMobileDevicePrestageName() *MobileDevicePrestageName

NewMobileDevicePrestageName instantiates a new MobileDevicePrestageName 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

NewMobileDevicePrestageNameWithDefaults

func NewMobileDevicePrestageNameWithDefaults() *MobileDevicePrestageName

NewMobileDevicePrestageNameWithDefaults instantiates a new MobileDevicePrestageName 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 *MobileDevicePrestageName) GetId() int32

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

GetIdOk

func (o *MobileDevicePrestageName) GetIdOk() (*int32, 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 *MobileDevicePrestageName) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *MobileDevicePrestageName) HasId() bool

HasId returns a boolean if a field has been set.

GetDeviceName

func (o *MobileDevicePrestageName) GetDeviceName() string

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

GetDeviceNameOk

func (o *MobileDevicePrestageName) 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 *MobileDevicePrestageName) SetDeviceName(v string)

SetDeviceName sets DeviceName field to given value.

HasDeviceName

func (o *MobileDevicePrestageName) HasDeviceName() bool

HasDeviceName returns a boolean if a field has been set.

GetIsUsed

func (o *MobileDevicePrestageName) GetIsUsed() bool

GetIsUsed returns the IsUsed field if non-nil, zero value otherwise.

GetIsUsedOk

func (o *MobileDevicePrestageName) GetIsUsedOk() (*bool, bool)

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

SetIsUsed

func (o *MobileDevicePrestageName) SetIsUsed(v bool)

SetIsUsed sets IsUsed field to given value.

HasIsUsed

func (o *MobileDevicePrestageName) HasIsUsed() bool

HasIsUsed returns a boolean if a field has been set.

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