google_api_android_device_provisioning v0.7.0 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 (String.t): The ID of the Customer that purchased the device. Defaults to nil.
  • resellerId (String.t): The ID of the reseller that claimed the device. Defaults to nil.
  • sectionType (String.t): Output only. The type of claim made on the device. Defaults to nil.
  • vacationModeExpireTime (DateTime.t): The timestamp when the device will exit ‘vacation mode’. This value is present iff the device is in 'vacation mode'. Defaults to nil.
  • vacationModeStartTime (DateTime.t): The timestamp when the device was put into ‘vacation mode’. This value is present iff the device is in 'vacation mode'. 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.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.