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

A record of a device claimed by a reseller for a customer. Devices claimed for zero-touch enrollment have a claim with the type SECTION_TYPE_ZERO_TOUCH. To learn more, read Claim devices for customers.

Attributes

  • ownerCompanyId (type: String.t, default: nil) - The ID of the Customer that purchased the device.
  • resellerId (type: String.t, default: nil) - The ID of the reseller that claimed the device.
  • sectionType (type: String.t, default: nil) - Output only. The type of claim made on the device.
  • vacationModeExpireTime (type: DateTime.t, default: nil) - The timestamp when the device will exit ‘vacation mode’. This value is present iff the device is in 'vacation mode'.
  • vacationModeStartTime (type: DateTime.t, default: nil) - The timestamp when the device was put into ‘vacation mode’. This value is present iff the device is in 'vacation mode'.

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.DeviceClaim{
  ownerCompanyId: String.t(),
  resellerId: String.t(),
  sectionType: String.t(),
  vacationModeExpireTime: DateTime.t(),
  vacationModeStartTime: 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.