google_api_android_device_provisioning v0.1.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: null.
  • sectionType (String.t): Output only. The type of claim made on the device. Defaults to: null.

    • Enum - one of [SECTION_TYPE_UNSPECIFIED, SECTION_TYPE_ZERO_TOUCH]

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: any(),
  sectionType: any()
}

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.