google_api_android_device_provisioning v0.13.1 GoogleApi.AndroidDeviceProvisioning.V1.Model.UnclaimDeviceRequest View Source

Request message to unclaim a device.

Attributes

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

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 Source
t() :: %GoogleApi.AndroidDeviceProvisioning.V1.Model.UnclaimDeviceRequest{
  deviceId: String.t(),
  deviceIdentifier:
    GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t(),
  sectionType: String.t(),
  vacationModeDays: integer(),
  vacationModeExpireTime: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.