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

Request message to unclaim a device.

Attributes

  • deviceId (String.t): The device ID returned by ClaimDevice. Defaults to nil.
  • deviceIdentifier (GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t): The device identifier you used when you claimed this device. Defaults to nil.
  • sectionType (String.t): Required. The section type of the device's provisioning record. Defaults to nil.
  • vacationModeDays (integer()): The duration of the vacation unlock starting from when the request is processed. (1 day is treated as 24 hours) Defaults to nil.
  • vacationModeExpireTime (DateTime.t): The expiration time of the vacation unlock. Defaults to nil.

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.