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

Captures the processing status for each device in the operation.

Attributes

  • deviceId (type: String.t, default: nil) - If processing succeeds, the device ID of the device.
  • errorIdentifier (type: String.t, default: nil) - If processing fails, the error type.
  • errorMessage (type: String.t, default: nil) - If processing fails, a developer message explaining what went wrong.
  • status (type: String.t, default: nil) - The result status of the device after processing.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidDeviceProvisioning.V1.Model.PerDeviceStatusInBatch{
  deviceId: String.t() | nil,
  errorIdentifier: String.t() | nil,
  errorMessage: String.t() | nil,
  status: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.