Name | Type | Description | Notes |
---|---|---|---|
DeviceClass | string | ||
DeviceUid | string | ||
Challenge | map[string]interface{} | ||
LastUsed | NullableTime |
func NewDeviceChallenge(deviceClass string, deviceUid string, challenge map[string]interface{}, lastUsed NullableTime, ) *DeviceChallenge
NewDeviceChallenge instantiates a new DeviceChallenge 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
func NewDeviceChallengeWithDefaults() *DeviceChallenge
NewDeviceChallengeWithDefaults instantiates a new DeviceChallenge 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
func (o *DeviceChallenge) GetDeviceClass() string
GetDeviceClass returns the DeviceClass field if non-nil, zero value otherwise.
func (o *DeviceChallenge) GetDeviceClassOk() (*string, bool)
GetDeviceClassOk returns a tuple with the DeviceClass field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceChallenge) SetDeviceClass(v string)
SetDeviceClass sets DeviceClass field to given value.
func (o *DeviceChallenge) GetDeviceUid() string
GetDeviceUid returns the DeviceUid field if non-nil, zero value otherwise.
func (o *DeviceChallenge) GetDeviceUidOk() (*string, bool)
GetDeviceUidOk returns a tuple with the DeviceUid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceChallenge) SetDeviceUid(v string)
SetDeviceUid sets DeviceUid field to given value.
func (o *DeviceChallenge) GetChallenge() map[string]interface{}
GetChallenge returns the Challenge field if non-nil, zero value otherwise.
func (o *DeviceChallenge) GetChallengeOk() (*map[string]interface{}, bool)
GetChallengeOk returns a tuple with the Challenge field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceChallenge) SetChallenge(v map[string]interface{})
SetChallenge sets Challenge field to given value.
func (o *DeviceChallenge) GetLastUsed() time.Time
GetLastUsed returns the LastUsed field if non-nil, zero value otherwise.
func (o *DeviceChallenge) GetLastUsedOk() (*time.Time, bool)
GetLastUsedOk returns a tuple with the LastUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceChallenge) SetLastUsed(v time.Time)
SetLastUsed sets LastUsed field to given value.
func (o *DeviceChallenge) SetLastUsedNil(b bool)
SetLastUsedNil sets the value for LastUsed to be an explicit nil
func (o *DeviceChallenge) UnsetLastUsed()
UnsetLastUsed ensures that no value is present for LastUsed, not even an explicit nil