View Source GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceReference (google_api_android_device_provisioning v0.19.0)

A DeviceReference is an API abstraction that lets you supply a device argument to a method using one of the following identifier types: A numeric API resource ID. Real-world hardware IDs, such as IMEI number, belonging to the manufactured device. Methods that operate on devices take a DeviceReference as a parameter type because it's more flexible for the caller. To learn more about device identifiers, read Identifiers.

Attributes

  • deviceId (type: String.t, default: nil) - The ID of the device.
  • deviceIdentifier (type: GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t, default: nil) - The hardware IDs of the device.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceReference{
  deviceId: String.t() | nil,
  deviceIdentifier:
    GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.