UnclaimDeviceRequest class
Request message to unclaim a device.
Constructors
- UnclaimDeviceRequest()
- UnclaimDeviceRequest.fromJson(Map _json)
Properties
- deviceId ↔ String
-
Required. The device ID returned by
ClaimDevice
.read / write - deviceIdentifier ↔ DeviceIdentifier
-
Required. The device identifier you used when you claimed this device.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sectionType ↔ String
-
Required. The section type of the device's provisioning record.
Possible string values are: [...]
read / write
- vacationModeDays ↔ int
-
The duration of the vacation unlock starting from when the request is
processed. (1 day is treated as 24 hours)
read / write
- vacationModeExpireTime ↔ String
-
The expiration time of the vacation unlock.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited