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

Response message containing device id of the claim.

Attributes

  • deviceId (type: String.t, default: nil) - The device ID of the claimed device.
  • deviceName (type: String.t, default: nil) - The resource name of the device in the format partners/[PARTNER_ID]/devices/[DEVICE_ID].

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidDeviceProvisioning.V1.Model.ClaimDeviceResponse{
  deviceId: String.t() | nil,
  deviceName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.