View Source GoogleApi.AndroidDeviceProvisioning.V1.Model.UnclaimDeviceRequest (google_api_android_device_provisioning v0.19.0)

Request message to unclaim a device.

Attributes

  • deviceId (type: String.t, default: nil) - Required. The device ID returned by ClaimDevice.
  • deviceIdentifier (type: GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t, default: nil) - Required. The device identifier you used when you claimed this 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidDeviceProvisioning.V1.Model.UnclaimDeviceRequest{
  deviceId: String.t() | nil,
  deviceIdentifier:
    GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t() | nil,
  sectionType: String.t() | nil,
  vacationModeDays: integer() | nil,
  vacationModeExpireTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.