Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 6.79 KB

DeviceInformationGetDeviceDetails200ResponseActivationLock.md

File metadata and controls

160 lines (87 loc) · 6.79 KB

DeviceInformationGetDeviceDetails200ResponseActivationLock

Properties

Name Type Description Notes
BypassCodeFailed Pointer to int32 [optional]
UserActivationLockEnabled Pointer to int32 [optional]
DeviceActivationLockEnabled Pointer to int32 [optional]
ActivationLockAllowedWhileSupervised Pointer to int32 [optional]
ActivationLockSupported Pointer to int32 [optional]

Methods

NewDeviceInformationGetDeviceDetails200ResponseActivationLock

func NewDeviceInformationGetDeviceDetails200ResponseActivationLock() *DeviceInformationGetDeviceDetails200ResponseActivationLock

NewDeviceInformationGetDeviceDetails200ResponseActivationLock instantiates a new DeviceInformationGetDeviceDetails200ResponseActivationLock 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

NewDeviceInformationGetDeviceDetails200ResponseActivationLockWithDefaults

func NewDeviceInformationGetDeviceDetails200ResponseActivationLockWithDefaults() *DeviceInformationGetDeviceDetails200ResponseActivationLock

NewDeviceInformationGetDeviceDetails200ResponseActivationLockWithDefaults instantiates a new DeviceInformationGetDeviceDetails200ResponseActivationLock 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

GetBypassCodeFailed

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) GetBypassCodeFailed() int32

GetBypassCodeFailed returns the BypassCodeFailed field if non-nil, zero value otherwise.

GetBypassCodeFailedOk

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) GetBypassCodeFailedOk() (*int32, bool)

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

SetBypassCodeFailed

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) SetBypassCodeFailed(v int32)

SetBypassCodeFailed sets BypassCodeFailed field to given value.

HasBypassCodeFailed

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) HasBypassCodeFailed() bool

HasBypassCodeFailed returns a boolean if a field has been set.

GetUserActivationLockEnabled

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) GetUserActivationLockEnabled() int32

GetUserActivationLockEnabled returns the UserActivationLockEnabled field if non-nil, zero value otherwise.

GetUserActivationLockEnabledOk

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) GetUserActivationLockEnabledOk() (*int32, bool)

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

SetUserActivationLockEnabled

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) SetUserActivationLockEnabled(v int32)

SetUserActivationLockEnabled sets UserActivationLockEnabled field to given value.

HasUserActivationLockEnabled

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) HasUserActivationLockEnabled() bool

HasUserActivationLockEnabled returns a boolean if a field has been set.

GetDeviceActivationLockEnabled

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) GetDeviceActivationLockEnabled() int32

GetDeviceActivationLockEnabled returns the DeviceActivationLockEnabled field if non-nil, zero value otherwise.

GetDeviceActivationLockEnabledOk

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) GetDeviceActivationLockEnabledOk() (*int32, bool)

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

SetDeviceActivationLockEnabled

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) SetDeviceActivationLockEnabled(v int32)

SetDeviceActivationLockEnabled sets DeviceActivationLockEnabled field to given value.

HasDeviceActivationLockEnabled

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) HasDeviceActivationLockEnabled() bool

HasDeviceActivationLockEnabled returns a boolean if a field has been set.

GetActivationLockAllowedWhileSupervised

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) GetActivationLockAllowedWhileSupervised() int32

GetActivationLockAllowedWhileSupervised returns the ActivationLockAllowedWhileSupervised field if non-nil, zero value otherwise.

GetActivationLockAllowedWhileSupervisedOk

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) GetActivationLockAllowedWhileSupervisedOk() (*int32, bool)

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

SetActivationLockAllowedWhileSupervised

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) SetActivationLockAllowedWhileSupervised(v int32)

SetActivationLockAllowedWhileSupervised sets ActivationLockAllowedWhileSupervised field to given value.

HasActivationLockAllowedWhileSupervised

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) HasActivationLockAllowedWhileSupervised() bool

HasActivationLockAllowedWhileSupervised returns a boolean if a field has been set.

GetActivationLockSupported

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) GetActivationLockSupported() int32

GetActivationLockSupported returns the ActivationLockSupported field if non-nil, zero value otherwise.

GetActivationLockSupportedOk

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) GetActivationLockSupportedOk() (*int32, bool)

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

SetActivationLockSupported

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) SetActivationLockSupported(v int32)

SetActivationLockSupported sets ActivationLockSupported field to given value.

HasActivationLockSupported

func (o *DeviceInformationGetDeviceDetails200ResponseActivationLock) HasActivationLockSupported() bool

HasActivationLockSupported returns a boolean if a field has been set.

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