google_api_android_device_provisioning v0.13.1 GoogleApi.AndroidDeviceProvisioning.V1.Model.PartnerUnclaim View Source
Identifies one unclaim request.
Attributes
deviceId
(type:String.t
, default:nil
) - Device ID of the device.deviceIdentifier
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t
, default:nil
) - Device identifier of the device.sectionType
(type:String.t
, default:nil
) - Required. The section type of the device's provisioning record.vacationModeDays
(type:integer()
, default:nil
) - The duration of the vacation unlock starting from when the request is processed. (1 day is treated as 24 hours)vacationModeExpireTime
(type:DateTime.t
, default:nil
) - The expiration time of the vacation unlock.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AndroidDeviceProvisioning.V1.Model.PartnerUnclaim{ deviceId: String.t(), deviceIdentifier: GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t(), sectionType: String.t(), vacationModeDays: integer(), vacationModeExpireTime: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.